[Github-comments] [geany/geany] splitwindow: Synchronization fix + key to switch between splits (PR #4403)

2025-08-10 Thread memstream via Github-comments
## Synchronization fix Previously, the cursor was positioned correctly while the vertical scroll position was unpredictable in the split editor. I fixed this by setting the vertical scroll position. ## Key to switch between splits The key switches between splits. Just like C-x-o in Emacs, or C-w

[Github-comments] [geany/geany] ru.po: one fix (PR #4404)

2025-08-10 Thread memstream via Github-comments
The previous translation was erroneous, it spoke of "modifying history as an object" You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/4404 -- Commit Summary -- * ru.po: translation error correction -- File Changes -- M po/ru.po (2) -

[Github-comments] Re: [geany/geany-plugins] commander: settings dialog, project files, symbols, icons (PR #1498)

2025-08-22 Thread memstream via Github-comments
@memstream pushed 1 commit. 320be934f768e88be2f58db8dab7a61a7616c090 commander: after adding files, move the cursor up -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1498/files/00559538501d2cbcb9c3f37fc5a24a647fa3df71..320be934f768e88be2f58db8dab7a61a7616c090 You are receivi

[Github-comments] Re: [geany/geany-plugins] commander: settings dialog, project files, symbols, icons (PR #1498)

2025-08-22 Thread memstream via Github-comments
@memstream pushed 1 commit. 00559538501d2cbcb9c3f37fc5a24a647fa3df71 commander: file search moved to GTask -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1498/files/d5260de18a254574b380e6633c442259ef3051f9..00559538501d2cbcb9c3f37fc5a24a647fa3df71 You are receiving this becau

[Github-comments] Re: [geany/geany-plugins] commander: settings dialog, project files, symbols, icons (PR #1498)

2025-08-22 Thread memstream via Github-comments
memstream left a comment (geany/geany-plugins#1498) I moved "file search" to GTask. Because the search was previously in the same thread as gtk, it could block gtk. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1498#issuecomment-3215153839 You

[Github-comments] [geany/geany-plugins] commander: settings dialog, project files, symbols, icons (PR #1498)

2025-08-08 Thread memstream via Github-comments
Added settings to the plugin configuration dialog, allowing you to control the display of project files, symbols in the command panel and the size of the command panel. Added the ability to recursively search for project files using the installed file pattern. Added the ability to search for sym

[Github-comments] Re: [geany/geany-plugins] commander: settings dialog, project files, symbols, icons (PR #1498)

2025-08-08 Thread memstream via Github-comments
@memstream pushed 8 commits. 1b0a572f276a0181f75976b629def72157ab06b6 commander: replacing the initialization of the plugin data structure with static 34979f91474a9ed0e6756f583a7f1b8aae5a7763 commander: fixing all errors related to unused arguments 86812cd08e4bee53296ce5a538e8ec0ef3bc2b3e com

[Github-comments] Re: [geany/geany-plugins] commander: settings dialog, project files, symbols, icons (PR #1498)

2025-08-08 Thread memstream via Github-comments
memstream left a comment (geany/geany-plugins#1498) > I probably won't have time to review in coming week, but I'll try to look at > this, thanks. > > One thing that'll I surely ask is whether it could be split into smaller > commits, one for each feature. If you don't know how to do that, eith

[Github-comments] Re: [geany/geany-plugins] commander: settings dialog, project files, symbols, icons (PR #1498)

2025-08-09 Thread memstream via Github-comments
@memstream pushed 2 commits. 1cb36da94975416ba756bfe5985a3abd99e89249 commander: show symbols d5260de18a254574b380e6633c442259ef3051f9 commander: show icons -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1498/files/e2c252b3557fe3e30e7b28dabfa6fb88e2c8bda0..d5260de18a254574b3

[Github-comments] Re: [geany/geany-plugins] commander: settings dialog, project files, symbols, icons (PR #1498)

2025-09-06 Thread memstream via Github-comments
@memstream pushed 1 commit. ba33d45ac9d1f2ca620727ced92d0618c92353cd commander: optimization -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1498/files/022018419d8fed972e933d015b98839877daae40..ba33d45ac9d1f2ca620727ced92d0618c92353cd You are receiving this because you are sub

[Github-comments] Re: [geany/geany-plugins] commander: settings dialog, project files, symbols, icons (PR #1498)

2025-08-26 Thread memstream via Github-comments
@memstream pushed 1 commit. 17418ab4f532908123ecd48135fc1f87d17ca697 commander: fix leak -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1498/files/320be934f768e88be2f58db8dab7a61a7616c090..17418ab4f532908123ecd48135fc1f87d17ca697 You are receiving this because you are subscri

[Github-comments] Re: [geany/geany-plugins] commander: settings dialog, project files, symbols, icons (PR #1498)

2025-08-26 Thread memstream via Github-comments
memstream left a comment (geany/geany-plugins#1498) In addition to fixing leaks and style, I added GtkSpinner (at the bottom of the screenshot), without it it was not clear whether the search was still in progress or had already been completed. https://github.com/user-attachments/assets/e311b2c

[Github-comments] Re: [geany/geany-plugins] commander: settings dialog, project files, symbols, icons (PR #1498)

2025-08-26 Thread memstream via Github-comments
@memstream pushed 1 commit. 022018419d8fed972e933d015b98839877daae40 commander: fix scroll to top -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1498/files/526ff2b8ad2f5ce3e11c0bc1aac578390ad5bfd3..022018419d8fed972e933d015b98839877daae40 You are receiving this because you ar

[Github-comments] Re: [geany/geany-plugins] commander: settings dialog, project files, symbols, icons (PR #1498)

2025-08-26 Thread memstream via Github-comments
@memstream pushed 4 commits. 301cac2fe81569df5f3921e4d4dd22e7ded07d0e commander: fix cancellable b23d2a1b6f2d0467848bab4552c1957c21eae9b5 commander: search spinner 6722a541fcec6d02edfd27942688fc84e39e commander: fix leak 526ff2b8ad2f5ce3e11c0bc1aac578390ad5bfd3 commander: fix style -- Vi

[Github-comments] Re: [geany/geany-plugins] commander: settings dialog, project files, symbols, icons (PR #1498)

2025-09-17 Thread memstream via Github-comments
@memstream pushed 1 commit. 604ce577f9c9d07bee2475afb4229c31b6685b30 Merge branch 'geany:master' into master -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1498/files/ba33d45ac9d1f2ca620727ced92d0618c92353cd..604ce577f9c9d07bee2475afb4229c31b6685b30 You are receiving this be