Skip to content

Releases: sbarex/SourceCodeSyntaxHighlight

1.0.b23

1.0.b23 Pre-release
Pre-release

Choose a tag to compare

@sbarex sbarex released this 29 May 15:58
Support for .nim files.

1.0.b22

1.0.b22 Pre-release
Pre-release

Choose a tag to compare

@sbarex sbarex released this 22 May 15:02
Added support for fortran (.f, .for, .f90) files.

1.0.b21

1.0.b21 Pre-release
Pre-release

Choose a tag to compare

@sbarex sbarex released this 22 May 06:11
More supported files.

1.0.b20: Several improvements to UI and supported files.

Choose a tag to compare

@sbarex sbarex released this 21 May 15:07
New features:
- new simple UI.
- support for .strings, .ini and .cfg files.
- support for .xib and .storyboard files as XML.
- preview can show custom source file.
- better support for standard preprocessor for many file format (if you have previously customized the preprocessor for some formats please check if it require to add the placeholder $targetHL).
- highlight updated to 3.57.
Bugfix:
- rust file extension.
- settings migration.

1.0.b19: Upgrade highlight to 3.55 and enhanced inquiry panel.

Choose a tag to compare

@sbarex sbarex released this 13 Feb 09:25
Now the inquiry window show all UTI associated to a file and not only the predefined.

1.0.b18

1.0.b18 Pre-release
Pre-release

Choose a tag to compare

@sbarex sbarex released this 09 Jan 21:56
Add c++ header file support.

Added an option to limit the amount of data to format

Choose a tag to compare

@sbarex sbarex released this 23 Dec 19:48
1.0.b17

Added an option to limit the amount of data to format.

1.0.b16

1.0.b16 Pre-release
Pre-release

Choose a tag to compare

@sbarex sbarex released this 29 Nov 22:23

New features:

  • XPC service splitted into two services. One is used by the quicklook extension with only the code to read the current settings and format the preview. The second one has also the code to change the settings, inquiry the themes and all the requested features for the main application interface. I hope this change makes the quicklook extension more reactive and consume less resources.
  • Rewrite the settings engine.

Some optimizations and bugfix

Pre-release

Choose a tag to compare

@sbarex sbarex released this 26 Nov 15:41

New features:

  • Support for .h header files.
  • Target to 10.15 (now the standard swift library is not embedded).
  • New interactive preview setting to allow the execution of js code inside the quicklook preview.

Bugfix:

  • Removed markdown support in the quicklook extension.
  • Fix little space for theme name on popover theme selector.
  • Images of help files have been compressed.
  • Added a margin aroud the preview on the quicklook window.
  • Fast generation of theme icons.

More supported formats

Pre-release

Choose a tag to compare

@sbarex sbarex released this 25 Nov 11:09

New features:

  • merge pull request #18 (support for awk, bash, clojure, diff, haskell, lua, patch, rust, scala, text, zsh)
  • added support for .r file format.

Bugfix:

  • Correction of many typos.