Re: [Github-comments] [geany/geany] Preserving the 'untitled' files (#2717)

2021-01-03 Thread elextr
No, files only exist if saved, and the only way to keep content when Geany is closed is to save it in a file. Note that `Preferences->Various->interface.new_document_after_close` controls if new `untitled`s get made or only one as @codebrainz noted. -- You are receiving this because you are

Re: [Github-comments] [geany/geany] Preserving the 'untitled' files (#2717)

2021-01-03 Thread Matthew Brush
Geany will only open additional unsaved new files if you've modified the previous one, and will also only present the save dialog if you've modified the new unsaved documents. The action of saving them to disk is what persists them. > Is there a way to preserve those files in the editor without

Re: [Github-comments] [geany/geany] No .conf file for the default color scheme? (#2718)

2021-01-03 Thread Edgar
Closed #2718. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2718#event-4162850416

Re: [Github-comments] [geany/geany] No .conf file for the default color scheme? (#2718)

2021-01-03 Thread Matthew Brush
For historical reasons, the default colour scheme is in [filetypes.common](https://github.com/geany/geany/blob/d9f8cdbad58d09f0c18ca8acccb49209263018f0/data/filedefs/filetypes.common#L2). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view

[Github-comments] [geany/geany] No .conf file for the default color scheme? (#2718)

2021-01-03 Thread Edgar
Is there no .conf file for the default color scheme of geany? In `geany/data/colorschemes` I was only able to find _alt.conf_. It would be interesting what exactly is possible to change using a colorscheme.conf in `~/.config/geany`. -- You are receiving this because you are subscribed to this

Re: [Github-comments] [geany/geany] Create julia lexer and tags parser (#2584)

2021-01-03 Thread getzze
@getzze pushed 2 commits. 09e8137b6f8db325289fd94b5577247446d56be7 better handling of struct with @kwdef 04cf6b3c16fc3cb3c6c615b843c99abd6f92b6e2 interpolation of all strings and correct folding of list comprehension -- You are receiving this because you are subscribed to this thread. View

[Github-comments] [geany/geany] Preserving the 'untitled' files (#2717)

2021-01-03 Thread Edgar
If I create files (`Ctrl+N`) then new files _untitled_, _untitled_, ... will be created. Once Geany gets closed, a save dialog is going to be opened for each of these files. Is there a way to preserve those files in the editor without being forced to save them, so they and their content would