Lex Trotman wrote
> Yes **untitled.xxx (where xxx is the file extension)
> has to be in the first three lines and only the
> first occurrence is replaced**. *This has nothing to do
> with templates, its a new-file save feature, and it
> does not appear to be documented,* **can you raise an
> issue so its not forgotten.**
More at http://news.gmane.org/gmane.editors.geany.general
11 nov 08:36 2015 Lex Trotman [Geany-Users] Geany templates
From: Lex Trotman <elextr@...>
Subject: Re: [Geany-Users] Geany templates
Newsgroups: gmane.editors.geany.general
Date: 2015-11-11 07:36:03 GMT
Richard H
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/753
I have no autocomplete functionality at all. This is repeated on two different machines with identical versions: geany 1.25, GTK 2.24.28, Glib 2.44.1, Xfce 4.12, Linux 4.2.3-1-ARCH
Tried with java, python, bash, and html.
No plugins are installed and autocomplete is turned on in preferences:
![geany_prefs](https://cloud.githubusercontent.com/assets/5779507/10682827/619dfea6-7900-11e5-8875-5c5dd262212e.jpg)
Geany starts without any errors:
$ geany -v
Geany-INFO: Geany 1.25, en_US.UTF-8
Geany-INFO: GTK 2.24.28, GLib 2.46.1
Geany-INFO: System data dir: /usr/share/geany
Geany-INFO: User config dir: /home/magyar/.config/geany
Geany-INFO: System plugin path: /usr/lib/geany
Geany-INFO: Added filetype Cython (61).
Geany-INFO: Added filetype Clojure (62).
Geany-INFO: Added filetype CUDA (63).
Geany-INFO: Added filetype JSON (64).
Geany-INFO: Added filetype Scala (65).
Geany-INFO: Added filetype Genie (66).
Geany-INFO: Added filetype Graphviz (67).
Geany-INFO: unknown : None (UTF-8)
Syntax highlight works just fine:
![geany_highlighting](https://cloud.githubusercontent.com/assets/5779507/10683173/a83654a4-7904-11e5-84e5-01c15856906b.jpg)
But no autocomplete.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/710
@techee would you be opposed to this if I were to make a pull request? I remember you said before you never implemented it because you wanted to keep the plugin simple [citation needed], but if I were able to make a simple enough patch that used GFileMonitor to watch the top directory, would be OK with it?
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/332
Underline color for warnings should differ from color of errors, for example color of erros is red, color of warnings is orange Currently it's red for both
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/864
Hi,
I wanted to try running geany from source,
so an `autogen.sh` and `make` later I've got it.
I run `src/geany`, skipping `make install` since I don't want to install it,
it gives me the error Failed to open file '/usr/local/share/geany/geany.glade'.
I look around and find no option or environment variable to change the data directory, (something like `-c`)
The two options I found were:
* `mkdir build && ./configure --prefix=$(pwd)/build && make && make install`
* changing in https://github.com/geany/geany/blob/master/src/utils.c#L2142 `GEANY_DATADIR` to `""`
neither are good.
Is there something to do to use a source version of geany that doesn't requires modifying the source code or installing it after each make?
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/788
The plugin does not highlight all the words that match current word under cursor but only the words which are visible on the screen. During scrolling a document no more highlighted word appears.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/294
I have just built a clean git clone of geany and geany-plugins.
./configure --disable-all-plugins --enable-scope
Using Debug | Setup Program dialogue I attempt to set "Working dir" but it will not accept a dir. In fact this seems to be a FILE open dialogue. I have to select file and click "open", then manually edit off the file name part
Fedora 20, using gtk2 2.24.27
I have not worked wiht GTK+ recently but I would have thought there is an option to select a dir instead of a file.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/304
![openfilefromterminal](https://cloud.githubusercontent.com/assets/7548378/11417224/055a6896-940d-11e5-83cb-a8aa83f59096.png)
Please consider making it possible to open a file by clicking a line in the terminal pane as <b>Shift-Ctrl-O</b> == <b>Open Selected File</b> does not seem to work in this context. <b>Thanks!</b>
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/776