- 29 Aug, 2020 3 commits
-
-
Michael Reisecker authored
-
Michael Reisecker authored
The drag & drop behaviour of the text editor itself is kept as-is (moving text blocks with the mouse etc., and also inserting file names if dropped into the text area) because we don't want to re-implement all of this ourselves. However, we display a guidance text if a user drags files over the text area telling them where to drop them to open.
-
Michael Reisecker authored
-
- 19 Aug, 2020 1 commit
-
-
Michael Reisecker authored
-
- 23 Apr, 2020 1 commit
-
-
Mathias Bavay authored
The virtual stations are given as "VSTATIONx", not "POSITIONx"! Moreover, more links to the online documentation have been added and the syntax highlighting (in the PreviewWindow) now supports the coordinates specifications (otherwise, coordinates provided with ";" were shown as comments).
-
- 16 Apr, 2020 1 commit
-
-
Michael Reisecker authored
better "unsaved changes" warning. It should finally be relatively clear to the user what happens when an INI is opened, and closed seemingly without changing anything - namely that the application may have inserted mandatory keys.
-
- 20 Mar, 2020 9 commits
-
-
Mathias Bavay authored
-
Mathias Bavay authored
The fonts are now setup in the constructor. An unnecessary script has been deleted.
-
Mathias Bavay authored
-
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
And a minor visual tweak to the line numbering
-
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.
-
- 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.
-
- 10 Mar, 2020 3 commits
-
-
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 11 commits
-
-
Michael Reisecker authored
header' entry.
-
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
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.
-
Mathias Bavay authored
-
Michael Reisecker 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 4 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)
-
Michael Reisecker authored
-
- 07 Mar, 2020 3 commits
-
-
Michael Reisecker authored
In an afterthought, start the undo history after the document was first inserted (no undoing back to blank)
-
Michael Reisecker authored
-
Michael Reisecker authored
The Preview integrates so nicely that we now do keep a local INIParser copy. By performing all transformations on that one, they now behave intuitively and can be applied one after another.
-