When drag-drop text inside Chrome (i.e. NOT leaving Chrome! Not really dragging into Geany), the text actually ends up in Geany at a random position. It happens silently, so my source code sometimes unnoticed gets into a company Git repository.
In fact I have `pref_editor_disable_dnd=true`
Steps to reproduce:
1. Open a file in Geany
2. Open Chrome
3. Select any piece of text in Chrome
4. Start dragging this text
5. Stop dragging few millimeters or an inch away fromt he starting point
6. Switch to Geany and get scared, the selected text is already inserted at the random position.
This only happens if Geany window was the previous active window prior to swtich to Chrome window.
Please see the screenshot, this is drastic.
![Screenshot][Screenshot]
[Screenshot]: https://s16.postimg.org/ddp04pkmd/geany_issue.jpg
--
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/1413
![snippetcompletion](https://cloud.githubusercontent.com/assets/7548378/10855448/826d9aee-7f39-11e5-9b70-bf23d18eec33.png)
Please consider adding snippets to word completions so that when I want <b>lambda</b> acted on as a snippet, I would be able to type <b>lam</b>, choose from the possible completions, and then if I chose <b>lambda</b> from the list with the <b>tab</b> character, the snippet would be completed to get <b>𝝺</b>
Thanks for your consideration of this matter.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/717
I suspect most of us are using geany-plugin-markdown for editing Github content, so could we add support for the Github flavour of Markdown, including things like backticks for code blocks, which I guess would convert to HTML "pre" tags?
--
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/592
The following crash happened recently several times without noticeable reason:
![capture_20151210_135758](https://cloud.githubusercontent.com/assets/6795665/11715986/c413480e-9f46-11e5-9b4b-b63b0875a392.jpg)
It's Geany 1.25 on Windows, Java 1.7
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/795
Hi,
Most text editors allow binary files to be opened. Most of the text is gibberish but they display it. But Geany simply rejects to display it because the file is binary. I think it would be nice if Geany would also show the file. One possible use case is to see file headers (for instance for PDFs the first couple of characters indicating that it is PDF).
Best,
SarenT
--
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/1508
I'm on Windows, but I see reports on the internet for Ubuntu too, they are 2012-2015, but perhaps still actual.
--
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/1368
See individual commits. Needs more testing.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1382
-- Commit Summary --
* Improve GTK+3 theme loading
* Add initial documentation for GTK+ CSS theming
* Add geany.css file to the `Tools->Configuration Files` menu
* Allow customizing message window using GTK+ themes
* Improve GTK+3 CSS docs a bit
-- File Changes --
M data/Makefile.am (1)
D data/geany-3.0.css (10)
M data/geany-3.20.css (2)
M data/geany.css (20)
M data/geany.gtkrc (17)
M doc/geany.txt (21)
M src/msgwindow.c (53)
M src/ui_utils.c (84)
-- Patch Links --
https://github.com/geany/geany/pull/1382.patchhttps://github.com/geany/geany/pull/1382.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/1382
If I'm editing file mounting in directory via sshfs I'm don't save it.
I have to copy it to the local system, edit it here, and then copy it back.
--
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/1437