Hi,
why would geany not remember all of the "find in files" dialogs preferences (from the last session)? It remebers wether to search "Case sensitive", but forgets about the rest.
btw: how about the multiline search and replace (in files) thing?
And: great work! I love it.
Best regards,
Christopher
On Sun, 03 May 2009 10:15:43 +0200, Christoph wrote:
Hi,
why would geany not remember all of the "find in files" dialogs preferences (from the last session)? It remebers wether to search "Case sensitive", but forgets about the rest.
I don't mind much whether to make Geany remebering these or not. What do the others think?
btw: how about the multiline search and replace (in files) thing?
No idea what you mean, sorry.
Regards, Enrico
Enrico Tröger schrieb:
On Sun, 03 May 2009 10:15:43 +0200, Christoph wrote:
Hi,
why would geany not remember all of the "find in files" dialogs preferences (from the last session)? It remebers wether to search "Case sensitive", but forgets about the rest.
I don't mind much whether to make Geany remebering these or not. What do the others think?
I totally want this too!
Best regards.
On Thu, 07 May 2009 22:21:36 +0200, Thomas wrote:
Enrico Tröger schrieb:
On Sun, 03 May 2009 10:15:43 +0200, Christoph wrote:
Hi,
why would geany not remember all of the "find in files" dialogs preferences (from the last session)? It remebers wether to search "Case sensitive", but forgets about the rest.
I don't mind much whether to make Geany remebering these or not. What do the others think?
I totally want this too!
Changed in SVN r3796. Geany now remembers also the 4 search flags on the right side of the dialog.
Regards, Enrico
Enrico Tröger schrieb:
On Thu, 07 May 2009 22:21:36 +0200, Thomas wrote:
Changed in SVN r3796. Geany now remembers also the 4 search flags on the right side of the dialog.
Thx!
Christopher
On Sun, 03 May 2009 10:15:43 +0200 Christoph Siefer siefer@sym.net wrote:
why would geany not remember all of the "find in files" dialogs preferences (from the last session)? It remebers wether to search "Case sensitive", but forgets about the rest.
I think Geany could remember them.
btw: how about the multiline search and replace (in files) thing?
Multiline search needs to be implemented, there's a note on the TODO list for better regexp support. I'm not sure if GNU regex does multiline, I think so. Not sure how much work this is to replace the use of Scintilla's regexp engine.
Replace in files - I'm not sure if this is Geany's job really. My intuition is it's not, unless someone wants to write a plugin.
Regards, Nick
Nick Treleaven schrieb:
... Multiline search needs to be implemented, there's a note on the TODO list for better regexp support. I'm not sure if GNU regex does multiline, I think so. Not sure how much work this is to replace the use of Scintilla's regexp engine.
Replace in files - I'm not sure if this is Geany's job really. My intuition is it's not, unless someone wants to write a plugin.
When migrating really huge (and mature) webbased systems we often have to replace a lot of outdated code/markup - sometimes using regex'es. For now I use HomeSite (running in a wine box) wich does a fantastic job on that (nevertheless I'm ashamed to use any Win-apps on Debian ;)).
I'd like to get rid of HomeSite and use Geany instead.
Regards,
Christopher
On Fri, 08 May 2009 16:38:57 +0200, Christoph wrote:
Nick Treleaven schrieb:
... Multiline search needs to be implemented, there's a note on the TODO list for better regexp support. I'm not sure if GNU regex does multiline, I think so. Not sure how much work this is to replace the use of Scintilla's regexp engine.
Replace in files - I'm not sure if this is Geany's job really. My intuition is it's not, unless someone wants to write a plugin.
When migrating really huge (and mature) webbased systems we often have to replace a lot of outdated code/markup - sometimes using regex'es. For now I use HomeSite (running in a wine box) wich does a fantastic job on that (nevertheless I'm ashamed to use any Win-apps on Debian ;)).
As Nick said, this is probably not really Geany's job. Geany is mainly a text editor. But of course nobody is stopping someone from realising this as a plugin :).
Regards, Enrico
Enrico Tröger schrieb:
As Nick said, this is probably not really Geany's job. Geany is mainly a text editor. But of course nobody is stopping someone from realising this as a plugin :).
Regards, Enrico
...just wondering - even a lot of (lets say php-)files, spread over a lot of directories - still they are "text". Not?
Regards,
Christopher
On Fri, 08 May 2009 18:03:01 +0200, Christoph wrote:
Enrico Tröger schrieb:
As Nick said, this is probably not really Geany's job. Geany is mainly a text editor. But of course nobody is stopping someone from realising this as a plugin :).
...just wondering - even a lot of (lets say php-)files, spread over a lot of directories - still they are "text". Not?
Sure but this is still not what I would expect from a text editor which is IMHO to manually edit files, i.e. write something into :). Of course, if you take this too strictly, then we all would still use Mousepad, Leafpad, Notepad, whatever.
And I also said, if anyone wants to implement it, why not. I won't.
Regards, Enrico