- 31 Ock, 2015 1 kayıt (commit)
-
-
Enrico Tröger yazdı
As discussed in #410, the previous SF redirect is better replaced by a redirect on www.geany.org which we can control. This way we can also quickly change the target URL if it changes at Paypal.
-
- 28 Ock, 2015 4 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Thomas Martitz yazdı
Since document_compare_by_tab_order_reverse does the exact reverse of document_compare_by_tab_order the code need not to be duplicated. Instead document_compare_by_tab_order can be called and the return value be reversed.
-
Colomban Wendling yazdı
Maintain edit history on document reload Conflicts: * src/callbacks.c: document_reload_prompt(). Amendments: * src/document.c: document_redo(), document_undo(): for loop style.
-
Colomban Wendling yazdı
Clear redo stack on edit
-
- 26 Ock, 2015 1 kayıt (commit)
-
-
Colomban Wendling yazdı
Drop useless scrolled window around the message window notebook
-
- 24 Ock, 2015 3 kayıt (commit)
-
-
Nick Treleaven yazdı
Fix strangely undefined GTK for PlatGtk.cxx by moving build dir (#1001)
-
Nick Treleaven yazdı
-
Nick Treleaven yazdı
-
- 22 Ock, 2015 1 kayıt (commit)
-
-
Nick Treleaven yazdı
-
- 20 Ock, 2015 6 kayıt (commit)
-
-
Colomban Wendling yazdı
Autotools: Fix MinGW cross-compilation
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
Implement code style categorization (comment/string/code) for Verilog.
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
Closes [bugs:#1041].
-
- 14 Ock, 2015 2 kayıt (commit)
-
-
Colomban Wendling yazdı
Parse D enum base type & refactor
-
Nick Treleaven yazdı
Merge and extend fishman/ctags enum inheritance parsing for C++, D, and add simple.d.t/input.d test.
-
- 13 Ock, 2015 1 kayıt (commit)
-
-
Frank Lanitz yazdı
-
- 11 Ock, 2015 2 kayıt (commit)
-
-
Colomban Wendling yazdı
Remove "Show macro list" keybinding and feature
-
Colomban Wendling yazdı
This feature looks like a poorly implemented subset of "Complete word", but lacks some important features like prefix filtering. It is also misnamed as it shows not only macros, but also variables and enums. It also only shows `editor_prefs.autocompletion_max_entries`, but does so from *each* file, not as a whole. So drop it altogether, as this feature doesn't really look useful and the current implementation seem to suffer of too many shortcomings for it to realistically be actually used.
-
- 10 Ock, 2015 1 kayıt (commit)
-
-
Enrico Tröger yazdı
waf: Don't relink scintilla and geany on every build
-
- 09 Ock, 2015 1 kayıt (commit)
-
-
Jiří Techet yazdı
The ant_glob() function doesn't return a list of strings but rather a list of waflib.Node.Nod3 objects. These print as paths so build works but apparently confuse waf which thinks the files have changed every time the waf command is performed. Relinking scintilla and geany on every waf invocation is especially problemmatic during "sudo waf install" where scintilla and geany binaries get owned by the root user. This isn't a big problem on Linux but on OS X this prevents subsequent waf calls to update the binaries and the build fails. To fix the issue, just convert the waflib.Node.Nod3 objects to relative (string) paths.
-
- 05 Ock, 2015 2 kayıt (commit)
-
-
landroni yazdı
Currently the R filetype has a rather random collection of keywords. This commit fixes the primary keywords (as used in RStudio, an IDE specialized for R), and also adds the appropriate list of built-in constants. See https://github.com/rstudio/rstudio/blob/master/src/gwt/acesupport/acemode/r_highlight_rules.js for the list of keywords used in RStudio. Furthermore, the commit adds the `.` (dot) to `wordchars`. In R the set of symbols which can be used in object names is `[A-Za-z0-9_.]` (with code portability and platform compatibility in mind). For more gruesome details see: http://cran.r-project.org/doc/manuals/r-release/R-intro.html#R-commands_003b-case-sensitivity-etc RStudio also treats the dot as part of the "word". For some background see: http://landroni.wordpress.com/2013/07/27/using-geany-for-programming-in-r/ Closes #273.
-
Colomban Wendling yazdı
Add %l current line number substitution to build commands
-
- 02 Ock, 2015 4 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Frank Lanitz yazdı
Update of dutch translation for geany
-
Jiří Techet yazdı
Message window should be at the same level as the sidebar and editor. Instead, it is 2 shadows deeper. Fix that.
-
Peter C. S. Scholtens yazdı
-
- 30 Ara, 2014 2 kayıt (commit)
-
-
Colomban Wendling yazdı
Remove useless TM micro-optimization from a profile misread.
-
Jiří Techet yazdı
This reverts commit cb9e4bbf.
-
- 25 Ara, 2014 5 kayıt (commit)
-
-
Colomban Wendling yazdı
Fix parsing typedefs to size_t (C/C++/D) and wchar_t (C/D).
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
This fixes handling of typedefs defining this name.
-
- 24 Ara, 2014 4 kayıt (commit)
-
-
Colomban Wendling yazdı
List keywords from ISO/IEC 9899:201x N1570 (2011-04-12), not N1425 (2009-11-24).
-
Colomban Wendling yazdı
Closes #391.
-
Colomban Wendling yazdı
Closes #392.
-
Colomban Wendling yazdı
-