Releases: mrwatson-de/fmSyntaxColorizer
Release list
20230303 @mrwatson-de v1.13
[EDIT: 20230418 Added missing fmSyntaxColorizer.zip to the release, which had failed to upload]
20230303 @mrwatson-de v1.13
- Added
and color,or color,xor colorandnot color
20230303 @mrwatson-de v1.12
20230303 @mrwatson-de v1.12
- Added Markers + tipps to GUI to help guide the user
- Added comment color
20230225 @mrwatson-de v1.11
- Fixed #10 Duplicate Palette
- Fixed #11 field color added - to same color as layout color
- Fixed #12 Users can now read the Changes / Version Script
20230125 @mrwatson-de v1.10
- Added Missing MBS Extras (Export Tooltips, Autocomplete Fn+Params, …)
20221228 @mrwatson-de v1.9.1
- Corrected FM-Version field names
20221208 @mrwatson-de v1.9
- Added Re-Login button (for quick administration)
20220927 MrW v1.8.4
- Removed fmScriptWorkspace
20220922 MrW v1.8.3
- Removed all GBS syntax rules which tried and failed to find commented out calculations
20220812 MrW v1.8.2
- Fixed a false Syntax warning caused by an over-lax syntax rule which tried to find commented out calculations
20220318 MrW v1.8.1
- [improvement] Changed the color highlighting to ScriptResult rather than ScriptParam
20220317 MrW v1.8 Improvements to Syntax-Colorizing:
- [feature] Added *ScriptParam* syntax to help distinguish ScriptParameters from ScriptResults! (I've just used ScriptParameter once too often where I should be using ScriptResult!)
- [feature] Pimped Markdown Headings (#...######) to make the structure of the script more vivid
20211209 MrW v1.7
20211209 MrW v1.7
- Added MBS Variable autocomplete
20211208 MrW v1.6.1
- Moved '#!' and '#/' to the Core syntax, whilst '#+Info+' and '#-Info-' remain in GBS syntax
20211208 MrW v1.6 Added syntax and colors to mark comments as important or unimportant
- added colors 'Comment Important' and 'Comment Unimportant' and
- added comment prefix '!' or '+Info+' to mark important comments
- added comment prefix '/' or '-Info-' to mark unimportant comments
20211208 MrW v1.5.2
- Made searching for categories easier
20211205 MrW v1.5.1
- Improved "typical script" to show parameter definition in comments better
20211104 MrW v1.5 Check Variables in long scripts
This release adds the option to set how many lines the variable checking function scans ... now making it possible to correctly check variables in long scripts!
20211010 MrW v1.4 Added new colorizing functionality
- [feature] Added support for wildcard matches in calculation formulas, for example zzz()
- [feature] Added zzz as warning to Core collection - I think this is probably general enough for the masses
- [feature] Added MBS Blue color for MBS Script Step
- [enhancement] Reduced the number of syntax definitions by deleting unnecessary entries
- [enhancement] Also moved functions out of the Core to a new category, since they are all undefined in the default color palette anyhow
v1.3
20210924 MrW v1.3 Improved support for Dark Mode (Issue [#6])
- [feature] Added a new dark mode Palette from Kristian Olsen: KO-Colors (Dark)
- [feature] Added radio button to identify Dark/Light-Mode Palettes
- [feature] Improved dark mode display of colors and selected palette
- [feature] Added a tip after switching or colorizing, explaining what to do when switching between light & dark modes
- [feature] Automatically switch between suggested light/(Dark) palettes
v1.2
Colorize your life up even easier than before with this new bug-fixing release
- Change colors using
right click>Text Color(fixed at last!) - Never see those HUGE fonts in the calculation editor again (*)
(*) my bad ! I forgot to reset the defaults, so you've been getting my defaults - for old eyes + big monitors ! On the other hand, if you still want the nice pastel highlight colors in the script editor again, you'll need to turn them back on again - just click the MBS Extras button and select the options - and size - you want. ;-)
Enjoy!
MrWatson