- 05 Haz, 2015 2 kayıt (commit)
-
-
Enrico Tröger yazdı
Plugin manager usability improvements
-
Jiří Techet yazdı
Search in name, description, author fields and show all results which contain all the words from the search query. Search plugins also by filename
-
- 03 Haz, 2015 2 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
- 28 May, 2015 10 kayıt (commit)
-
-
Colomban Wendling yazdı
Respect filetype.common's wordchars if a filetype doesn't have its own
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
Go ctags parser, Scintilla lexer and Geany support improvements Closes #238.
-
Jiří Techet yazdı
-
Jiří Techet yazdı
error was missing in secondary keywords (also sorted alphabetically now) Add true false iota nil into primary keywords which, while not strictly speaking keywords (they are predeclared identifiers), are nice to have highlighted.
-
Jiří Techet yazdı
In addition, disable (or make less visible) syntax highlighting not related to go.
-
Jiří Techet yazdı
-
Jiří Techet yazdı
Unfortunately varType is Geany-only so this patch cannot be ported to ctags. The removal of the extra { read is not the most elegant thing but making skipType() aware of the argList collection complicates things too much.
-
Jiří Techet yazdı
-
Jiří Techet yazdı
New features include: * struct/interface detection * struct member parsing * function prototype parsing
-
- 27 May, 2015 1 kayıt (commit)
-
-
Frank Lanitz yazdı
-
- 26 May, 2015 3 kayıt (commit)
-
-
Colomban Wendling yazdı
Osx vte improvements
-
Colomban Wendling yazdı
VTE prompt fixes
-
Colomban Wendling yazdı
Note that although the last Scintilla update was a pre-release update, the final 3.5.6 release has no changes.
-
- 24 May, 2015 3 kayıt (commit)
-
-
Colomban Wendling yazdı
Fixes broken auto-completion popup on Windows.
-
Colomban Wendling yazdı
-
Frank Lanitz yazdı
Update some links
-
- 22 May, 2015 3 kayıt (commit)
-
-
Philipp Wiesemann yazdı
The old link was an empty page.
-
Philipp Wiesemann yazdı
The old link was a 404 page.
-
Philipp Wiesemann yazdı
The project moved from Google to GitHub.
-
- 21 May, 2015 1 kayıt (commit)
-
-
Colomban Wendling yazdı
-
- 19 May, 2015 5 kayıt (commit)
-
-
Enrico Tröger yazdı
-
Colomban Wendling yazdı
Use filetype.common's wordchars instead of GEANY_WORDCHARS as default for filetypes not having their own. This allows to change the wordchars for all filetypes at once. Part of issue #492.
-
Frank Lanitz yazdı
Fix header of translation file
-
Felipe Braga yazdı
-
Jiří Techet yazdı
On OS X /etc/bashrc does some Apple-terminal-specific thing: # Tell the terminal about the working directory at each prompt. if [ "$TERM_PROGRAM" == "Apple_Terminal" ] && [ -z "$INSIDE_EMACS" ]; then update_terminal_cwd() { # Identify the directory using a "file:" scheme URL, # including the host name to disambiguate local vs. # remote connections. Percent-escape spaces. local SEARCH=' ' local REPLACE='%20' local PWD_URL="file://$HOSTNAME${PWD//$SEARCH/$REPLACE}" printf '\e]7;%s\a' "$PWD_URL" } PROMPT_COMMAND="update_terminal_cwd; $PROMPT_COMMAND" fi This however doesn't work in VTE when Geany is started from the Terminal application so we get some strange prefix for the prompt. Unset the TERM_PROGRAM variable so it isn't set to Apple_Terminal when running inside VTE.
-
- 18 May, 2015 2 kayıt (commit)
-
-
Frank Lanitz yazdı
-
Frank Lanitz yazdı
Updated pt_BR translation
-
- 17 May, 2015 2 kayıt (commit)
-
-
Felipe Braga yazdı
-
Jiří Techet yazdı
The initial prompt may get corrupted so it looks something like any/src $ het-vm ~/projects/gea instead of techet@techet-vm ~/projects/geany/src $ This is just the initial display problem - when enter is pressed, the second line already shows correct prompt. It appears that VTE isn't fully initialized when starting the shell process and when the shell start is delayed a bit (performed on idle), the prompt looks correct.
-
- 15 May, 2015 1 kayıt (commit)
-
-
Colomban Wendling yazdı
Add a spawn module for Geany Thanks a lot for Dimitar's hard work, commitment and endless patience! Closes #274, #441, and https://sourceforge.net/p/geany/bugs/943/ Should also fix https://sourceforge.net/p/geany/bugs/898/
-
- 14 May, 2015 1 kayıt (commit)
-
-
Frank Lanitz yazdı
-
- 11 May, 2015 1 kayıt (commit)
-
-
Frank Lanitz yazdı
Fix typos in messages
-
- 10 May, 2015 3 kayıt (commit)
-
-
Philipp Wiesemann yazdı
It was already fixed in source.
-
Philipp Wiesemann yazdı
-
Philipp Wiesemann yazdı
-