- 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 18 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.
-
Michael Reisecker authored
Add possibility to show the user guide with a specified tab opened. Use this to link to the Preview section from the preview menu.
-
Michael Reisecker authored
This made a small TODO necessary: dedicated <section> parent tags now respect colors. Also, an oversight was fixed where color names would not run through our color picker.
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Michael Reisecker authored
-
Mathias Bavay authored
-
Michael Reisecker authored
actions
-
Michael Reisecker authored
More preview menu fun: comment out all content, copy all content to comment (quick 'backup'), collect comments at bottom of file
-
Michael Reisecker authored
Add preview editor menu entry to paste to new line (vim-style paste), cut whole line if selection is empty. This is a quick keyboard combination to move keys around. Add shortcut for 'quicksave'.
-
Michael Reisecker authored
Restoring the selection is now more intelligent and cleaner. A little refactoring gets rid of empty undo stack entries.
-
- 08 Mar, 2020 3 commits
-
-
Michael Reisecker authored
the Preview editor.
-
Michael Reisecker authored
Load the user's textual changes in the preview editor back into the parser before performing a transformation, thus taking them into consideration. The chain should now be closed... getting there at least.
-
Michael Reisecker authored
Trying not to use the term 'GUI' in the Preview menu... show the application's name instead (at the time of the preview click)
-