An inconvenience:
1. Configure some keybindings for Next Message, Switch to Messages, and Switch to Editor.
2. Do something (e.g. find in files) to populate the messages pane.
3. Press the Next Message key. The next message is selected (highlighted).
4. Press the Switch to Messages key, then press the Switch to Editor key.
5. Press the Next Message key again. The next message is again selected.
6. Press the Switch to Messages key again. You will see that the GTK+ keyboard focus is not on the currently selected (highlighted) message, but rather still on the message that was selected back in step 3.
Here’s a screenshot (notice how the selected message is not the same as the one with the focus box around it):
![geany-focus](https://cloud.githubusercontent.com/assets/300211/16467792/8ef63c30-3e51-11e6-90f2-720e7aab89cb.png)
Why is this a problem? — Because if I switch to the messages pane and use the up/down keys to navigate around the list (e.g. when I want to skip a bunch of messages), navigation starts from the focus, not from the selection. In effect, I am thrown back to some previous point and have to find the “current” message on my own.
---
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/1098
Hello,
I'm working with CSV files currently. Mostly 10000+ rows.
geany 1.27 (kompiliert am 2016-04-17 mit GTK 2.24.30, GLib 2.48.0)
cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04 LTS"
Kubuntu
So I open my csv with several MB and then want to delete rows.
I mark them from the very last row to for instance row 1000, I press backspace or del and Geany disappears right away - probably somehow exited/crashed.
Just now I even saw that it removed the file from the harddrive that I was working on.
It's working fine with smaller files and a few lines.
But if files get bigger, Geany can't handle them - everytime I do this in my environment.
Hope someone can help.
Thanks
---
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/1042
I believe formerly in 121 or around there, editing of files was allowed Im not sure what happened, but this seems to be the case no longer Pluma, does this operation just fine, as does libre office, and some other file editors When I try to explicitly run geany to open a file across the network, geany will open but the file will not The types of connections
Here it is working in pluma, which is what I would like to see fixed in geany Pluma is a fine text editor, but I like Geany far more
![s](https://cloudgithubusercontentcom/assets/6516504/12702345/7163582a-c7f4-11e5-8a77-bbb0509a27d7png)
are for me, ssh, and sftp
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/893
This implements working directories in the geanyprj plugin.
The motivation is to be able to 'make' via build menu shortcut within Geany when the project is set up with CMake and uses some far away build directory.
It syncs with Geany's own build menu working directories, while giving precedence to the main project system.
Comments/improvements welcome.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/486
-- Commit Summary --
* added working directory (non-ft building) support in geanyprj
* geanyprj working directory input field in preference dialog
* geanyprj working directories now sync with Geany's build dialog
-- File Changes --
M geanyprj/src/geanyprj.c (2)
M geanyprj/src/geanyprj.h (3)
M geanyprj/src/menu.c (18)
M geanyprj/src/project.c (16)
M geanyprj/src/utils.c (10)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/486.patchhttps://github.com/geany/geany-plugins/pull/486.diff
--
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-plugins/pull/486
Please document that automark uses the **marker_search** color.
--
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-plugins/issues/492
Environment is geany 1.27 on 64-bit Ubuntu 14.04
Confusion results when script.sh contains multi-line statements with some intervening lines commented out with #. Sample:
`statement start \`
`# statement continue \`
`statement final`
The 2nd and 3rd line both display in red.
Deleting the **\** on line 2 gives shows it red and line 3 black. I believe that's the correct result.
My intent is to activate / deactivate the 2nd line by removing / inserting the leading **#**
---
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/1153
With geany 1241 Pretty much any file, even if it has a maximum line length of 80 characters - the horizontal scroll bar is about 300 characters wide, so it's hard to tell if there's a very long line in the file without actually examining each line
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/886
When I was making the sources of our ctags use tabs-only indentation, I used Geany's "replace tabs with spaces" and "replace spaces with tabs". However, after using it I realized that every time I also had to set the document's indentation type manually which was a bit annoying and unnecessary. IMO when doing replacements of tabs<->spaces in the whole document, we should set also the document's indentation type to the new type. The first patch does this.
The second patch is just kind of cleanup which makes the implementation of undo() and redo() more similar to each other.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1161
-- Commit Summary --
* Set document indent type when replacing tabs<->spaces in the whole document
* Make UNDO_EOL/UNDO_INDENT always precede the attached Scintilla action
-- File Changes --
M src/document.c (64)
M src/documentprivate.h (1)
M src/editor.c (36)
-- Patch Links --
https://github.com/geany/geany/pull/1161.patchhttps://github.com/geany/geany/pull/1161.diff
---
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/pull/1161