[Github-comments] Re: [geany/geany] Feature request: Exclude folders and files inside of project and workspace (Issue #3876)

2024-05-17 Thread elextr via Github-comments
Perhaps you want one of the project plugins that add functionality to the built-in project capabilities. There is no agreement how the built-in projects should operate hence there are (IIRC) three project plugins. -- Reply to this email directly or view it on GitHub: https://github.com/geany/g

[Github-comments] Re: [geany/geany-plugins] Vimode: fix cursor position after using undo (PR #1328)

2024-05-17 Thread cresto sylvain via Github-comments
@scresto09 pushed 1 commit. 1be4e6adeb28c19ac35c9a9682d21c35f08532f3 added two empty lines -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1328/files/2b99b719de64166b3833280a5ba0c1fdf00c6a4c..1be4e6adeb28c19ac35c9a9682d21c35f08532f3 You are receiving this because you are subsc

[Github-comments] Re: [geany/geany-plugins] Vimode: fix cursor position after using undo (PR #1328)

2024-05-17 Thread cresto sylvain via Github-comments
@scresto09 commented on this pull request. > @@ -162,14 +163,14 @@ void cmd_del_word_left(CmdContext *c, CmdParams *p) void cmd_undo(CmdContext *c, CmdParams *p) { gint i; - gint pos = SSM(p->sci, SCI_GETCURRENTPOS, 0, 0); + start_undo(c); for (i = 0; i < p->num; i+

[Github-comments] Re: [geany/geany-plugins] Vimode: fix cursor position after using undo (PR #1328)

2024-05-17 Thread cresto sylvain via Github-comments
@scresto09 pushed 1 commit. 2b99b719de64166b3833280a5ba0c1fdf00c6a4c used goto_nonempty to go to the first non-white character and some more changes -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1328/files/327cdde2d506400ad6e05342c0d6095e9c254e0e..2b99b719de64166b3833280a5b

[Github-comments] [geany/geany] Geany takes \n as 'n' in search/replace whole words only. It should treat new lines as \n search only (Issue #3875)

2024-05-17 Thread Sergio Abreu A. via Github-comments
I had a script with n variable, wanted to switch to TOTAL Open replace window type n choose Whole word only It will get '\n' too and IMHO I think it should SKIP new lines, because if Geany replace them, the text would be destroyed. -- Reply to this email directly or view it on GitHub: https://

[Github-comments] Re: [geany/geany] Selection color changed in default theme but the changed color doesn't take effect if the "Find" dialog box is open. The changed color takes effect only when the "F

2024-05-17 Thread Amit Choudhary via Github-comments
Yes, I am running Geany on Windows 10. I have now put this information in my original post also. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3874#issuecomment-2117565079 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Selection color changed in default theme but the changed color doesn't take effect if the "Find" dialog box is open. The changed color takes effect only when the "F

2024-05-17 Thread elextr via Github-comments
This Geany is built from a month or so old Git. But I am on Linux and I see you are on Windows, maybe its something about GTK and Windows? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3874#issuecomment-2117555793 You are receiving this because you

[Github-comments] Re: [geany/geany] Selection color changed in default theme but the changed color doesn't take effect if the "Find" dialog box is open. The changed color takes effect only when the "F

2024-05-17 Thread Amit Choudhary via Github-comments
I also have Geany 2.0. My build is "(built on or after 2023-10-19)". Can you please check your build-date? You can see this in Menu (Help->About). During this process, I also found that when the About popup opens, the selection color changes back. I am attaching two screenshots. So, it looks

[Github-comments] Re: [geany/geany] Selection color changed in default theme but the changed color doesn't take effect if the "Find" dialog box is open. The changed color takes effect only when the "F

2024-05-17 Thread elextr via Github-comments
Works for me, Geany 2.0, the text found by the find dialog changes colour immediately `filetypes.common` is saved, even with the find dialog open. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3874#issuecomment-2117480957 You are receiving this becau

[Github-comments] [geany/geany] Selection color changed in default theme but the changed color doesn't take effect if the "Find" dialog box is open. The changed color takes effect only when the "Find"

2024-05-17 Thread Amit Choudhary via Github-comments
Hi, I changed the selection color in default theme (File: data\filedefs\filetypes.common) but the changed color doesn't take effect if the "Find" dialog box is open. The changed color takes effect only when the "Find" dialog box is closed. Here is my change: -selection=0x00;0xc0c0c0;false