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 subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2717#issuecomment-753685408

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 being forced to 
> save them, so they and their content would be kept upon the user manually 
> closes them?

I haven't tried, but it's possible with one of the plugins that provides 
auto-backup that it would do so for new unsaved documents. There is also the 
"Scribble" tab in the message window, which sounds like what you're after, but 
it's not a real document and there's only one.

-- 
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/2717#issuecomment-753684614

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 it on GitHub:
https://github.com/geany/geany/issues/2718#issuecomment-753683663

[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 thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2718

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 it on GitHub:
https://github.com/geany/geany/pull/2584/files/d3ec25d5be98e4b0a6e72d19a0ea8752eccee141..04cf6b3c16fc3cb3c6c615b843c99abd6f92b6e2


[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 be kept upon the user manually 
closes them?

-- 
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/2717