![selection_145](https://cloud.githubusercontent.com/assets/3821217/22738305/f05ea8ce-ee17-11e6-816c-ba29a0b56ae5.jpg)
What's wrong here? I expected the file to be auto reloaded now.
--
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/1388
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
It would be nice to have highlighting of matching block idenfifiers (def...end, if...end etc..) as they were paretheses, like RubyMine does.
--
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/1505
The version number of Geany: 1.27
The version number of GTK+ (can be printed with geany -V): geany 1.27 (built on 2016-04-17 with GTK 2.24.30, GLib 2.48.0)
Your OS details: Ubuntu 16.04 LTS
The filetype the bug occurred with (if applicable): every type, .py, .txt. ...
Problem description: geany generates a new file(with a lock and a cross symbol ) with a random extension after the original extension every time when I save the file. And I can't delete the new-generated files. When I do, it shows "testtest.txt.GU4Q0Y” can't be put in the Rubbish Bin. Delete it permanently instead?" and the error details is "Error moving file to wastebasket: No such file or directory"
--
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/1506