![wordcompletiontruncated](https://cloud.githubusercontent.com/assets/7548378/10593532/7e9e5334-76bc-11e5-949e-f04a742b1cd7.png)
When I push the text size up to the limit using <b>control+mouse wheel</b> and then do a word completion, the choice seem to be truncated.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/702
Whenever I select "Help"->"About", geany crashed. I am using MSYS2 with x86_64 architecture(git version)
--
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/1856
The unsaved files will not be available after an OS restart or crash. This behavior is seen in Mac, not sure about Windows. It's one capability I feel missing in Geany compared to Notepad++ in Windows and TextWrangler in Mac.
--
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/1603
Please take into account that the question mark is now a valid operator: a postfix operator.
--
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/1827
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
Hi....
I am getting a consistent
`Unable to read environment locale: exit now.`
error when trying to run context with this command (set in the create menu)
`mtxrun --autogenerate --script context --autopdf --purge --synctex=-1 "%d/%f"`
Executing the same command in a terminal works fine. From TextMate also no problems.
Replacing the actual command with a useless
`cat "%d/%f"`
produces no errors.
I am on MacOS 10.11.6, LANG=de_DE.UTF-8 shows in terminal, below is the debug info.
I do notice the Gtk warning about locale not supported. If I set LANG=en_US.UTF-8 in .profile the error remains the same. What to do?
`22:02:13: Gtk WARNING : Locale not supported by C library.
Using the fallback 'C' locale.
22:02:13: Geany INFO : Geany 1.33, C
22:02:13: Geany INFO : GTK 2.24.31, GLib 2.52.2
22:02:13: Geany INFO : System data dir: /Applications/Geany.app/Contents/Resources/share/geany
22:02:13: Geany INFO : User config dir: /Users/martin/.config/geany
22:02:13: Geany INFO : System plugin path: /Applications/Geany.app/Contents/Resources/lib/geany
22:02:13: Geany INFO : Added filetype Arduino (61).
22:02:13: Geany INFO : Added filetype Clojure (62).
22:02:13: Geany INFO : Added filetype CUDA (63).
22:02:13: Geany INFO : Added filetype Cython (64).
22:02:13: Geany INFO : Added filetype Genie (65).
22:02:13: Geany INFO : Added filetype Graphviz (66).
22:02:13: Geany INFO : Added filetype JSON (67).
22:02:13: Geany INFO : Added filetype Scala (68).
22:02:13: Geany INFO : Loaded libvte from libvte.9.dylib
22:02:13: Geany INFO : /Users/martin/Documents/daf-Kurse/ABS/Mathe/Schätzen/textaufgabenweg.tex : LaTeX (UTF-8)
`
--
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/1886
It seems like the debugger plugins is not compatible with gtk3.
Therefore I compiled geany 1.33 with `./configure --disable-gtk3`
Result:
```
Using GTK version : 2.24.32
```
When I now run `./autogen.sh` for the plugins, it results in
```
geany-plugins-1.34
Build Environment:
Geany version: 1.33 (GTK3)
Install prefix: /usr/local
Datadir: /usr/local/share/geany-plugins
Libdir: /usr/local/lib/geany-plugins
Docdir: /usr/local/share/doc/geany-plugins
Plugins path: /usr/lib/geany
Build Features:
Unit tests: yes
Static code checking: yes
Extra C compiler warnings: yes
Extra linker options: yes
Plugins:
Addons: yes
Autoclose: yes
Automark: yes
CodeNav: yes
Commander: yes
Debugger: no
...
```
So it detect my self-compiled geany-gtk2 as gtk3 and still won't enable the debugger?
Any ideas?
--
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/756
good afternoon, I made these tags of lua5.1 for geany, and I would like to insert them, I believe is the word, in the wiki like the rest
and I have an incomveniente, and it is the limit of capacity that has the tags
For example, the line breaks, for this I had to make a big space to jump the line, and I think it would be better to do something like `\n` and for tabs equal `\t`
![Screenshto](https://github.com/diazvictor/geany-autocomplete-lua/raw/master/screenshot/ipairs.png)
and it's something that worries me, the geany tags do not have as much capacity as those of the other ide or text editors
I would like you to approve these suggestions thanks
link [geany-tags-lua](https://github.com/diazvictor/geany-autocomplete-lua)
--
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/1888