- 20 Mar, 2020 8 commits
-
-
Michael Reisecker authored
Implement mechanism to translate custom syntax to tinyexpr before styling (so e. g. hardcoded substitutions are allowed exactly like in some filters)
-
Michael Reisecker authored
Since we now do not "allow" free text anymore and request SLF expression syntax, a few other things will need to be considered (but in the end it'll be tied together more tightly).
-
Michael Reisecker authored
The static function felt like bad design ever since the Textfield started using it...
-
Michael Reisecker authored
-Move setting to 'preview' XML section because it exists from another setting now -Remove obsolete documentation -Clear status on TerminalView clear ("Process terminated" etc.) -Remove useless _ from regex (it is checked by \w) -Extend INIParser unit test with *::EXCLUDE example key -Cosmetics (Might want to clear settings with ./inishell -ce)
-
Mathias Bavay authored
(it is licensed under BSD instead of GPL)
-
Mathias Bavay authored
Now the line numbering can be considered ready to go
-
Mathias Bavay authored
This addresses issue 827
-
Mathias Bavay authored
Since we will never use images, etc in this editor...
-
- 19 Mar, 2020 2 commits
-
-
Mathias Bavay authored
Stealing code from MeteoIO, the copyright notice now shows the user name and domain name (if available)
-
Mathias Bavay authored
This fixes issue 829 with MeteoIO's "*::EXCLUDE" kind of keys. Moreover, the new option for MeteoIO's deGrass filter has been included in the xml file.
-
- 18 Mar, 2020 1 commit
-
-
Mathias Bavay authored
Also fixed a wrongly defined boldface in the terminalview and an invalid icon format in the .desktop file
-
- 17 Mar, 2020 2 commits
-
-
Michael Reisecker authored
Allow : and _ in INI key names for preview syntax highlighting (not perfect but better). Set tooltip for Number panel when an expression is used.
-
Michael Reisecker authored
Noteworthy: Removed fixed shortcut in doc because it is OS-dependent.
-
- 13 Mar, 2020 2 commits
-
-
Michael Reisecker authored
(quick work - if ever used it could all be revised)
-
Michael Reisecker authored
-
- 11 Mar, 2020 3 commits
-
-
Michael Reisecker authored
User settings are case-sensitive (tiny performance edge in INIParser), this was not matching the settings page. Clear a warning.
-
Mathias Bavay authored
-
Mathias Bavay authored
A small inconsistency has been fixed in Number.cc (now using the background color instead of hard-coded white). The PATH is now expanded to include the directory where inishell is (this will be convenient for packaging with small applications). The NSIS templates for Windows have been copied, but there is still work to do before it can be useful.
-
- 10 Mar, 2020 16 commits
-
-
Michael Reisecker authored
font size properly... so now they are built more cleanly and do that. This mechanisms of keeping things left-aligned is a little tedious, but it looks like this should be done throughout INIshell's panels at some point... would get rid of the spacer and some (hypothetical) problems.
-
Michael Reisecker authored
Erase 'close settings' menu. There is now a very visible tab close button and no other program has this. ESC still works.
-
Michael Reisecker authored
Thanks to the bold items I see that the preview toolbar was not being disabled together with the menu. Thanks to the Preview editor I see that loading the settings would cause the application name to change.
-
Mathias Bavay authored
-
Mathias Bavay authored
Otherwise, the coordinates provided to the geoservice were wrong...
-
Mathias Bavay authored
-
Mathias Bavay authored
As well as a minot tweak in the project file
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Michael Reisecker authored
-
Mathias Bavay authored
-
Mathias Bavay authored
Of course, this means that "performant=true" must be replaced by "pre-generate=false" for the same behavior.
-
Mathias Bavay authored
Some new icons have been added
-
Mathias Bavay authored
A few more icons have been added and a few colors tweaked for the dark theme (sorry)
-
Michael Reisecker authored
-
Michael Reisecker authored
-
- 09 Mar, 2020 6 commits
-
-
Michael Reisecker authored
header' entry.
-
Michael Reisecker authored
-
Michael Reisecker authored
Some cleanup.
-
Michael Reisecker authored
Unfortunately this seems to care about our syntax highlighting and I can't find how to change the paragraph sign's color.
-
Michael Reisecker authored
-
Michael Reisecker authored
be given - this will flash the frame's border, enabling contextual help.
-