- 09 Haz, 2016 1 kayıt (commit)
-
-
Jiří Techet yazdı
-
- 11 Mar, 2016 1 kayıt (commit)
-
-
Jiří Techet yazdı
* always filter-out symbol from the current line from the list * when clicked on a symbol on the current line always swap definition/declaration search even if there are more symbols from the current search direction Fixes #950
-
- 10 Mar, 2016 1 kayıt (commit)
-
-
Colomban Wendling yazdı
-
- 09 Mar, 2016 11 kayıt (commit)
-
-
Thomas Martitz yazdı
geany-sciwrappers-gtkdoc.h contains all scintilla_object_* methods. It is intended that they are going to be exposed through a separate .gir file, therefore a separate header makes things easier. This is useful when you want scintlla-related stuff in a separate .gir file or oarse it specially otherwise. gen-api-gtkdoc.py: Add switch to write out scintilla_object methods
-
Colomban Wendling yazdı
Fix and cleanup GtkDoc header generation regarding TagManager's types.
-
Thomas Martitz yazdı
Because of the missing "typedef struct TMFoo" it was missing from the gtkdoc header (the struct listings are always without typedef). This is also consistent with the rest of geany. @gironly for TMParserType so it's picked up as well.
-
Thomas Martitz yazdı
gtkcompat.h is more convinient, and includes gtk.h and glib.h. Due to including ScintillaWidget.h, the manual ScintillaObject typedef isn't required anymore.
-
Colomban Wendling yazdı
It's invalid to forward-declare enumerations, yet they might be referenced by typedefs. Fix this by outputting enumerations first so typedefs can references them. As enumerations can't reference other types, it's safe to place them before anything else. Closes #952. Closes #955.
-
Frank Lanitz yazdı
-
Frank Lanitz yazdı
-
Frank Lanitz yazdı
Update of Russian translation
-
Pavel Roschin yazdı
-
Colomban Wendling yazdı
Don't show the goto popup for typedef synonyms
-
Colomban Wendling yazdı
Use correct flag for `gtk_style_get_color()`
-
- 08 Mar, 2016 3 kayıt (commit)
-
-
Jiří Techet yazdı
-
Frank Lanitz yazdı
Update of Dutch translation.
-
Frank Lanitz yazdı
Update of Slovak translation
-
- 07 Mar, 2016 9 kayıt (commit)
-
-
Andrej Herceg yazdı
-
Benno Schulenberg yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
Import Objective-C parser changes from universal-ctags
-
solawing yazdı
Based on 21e74e6a019975045a7975bc611ae63f0917f976 from universal-ctags, and update the tests accordingly, thanks to @JX7P. Closes #940. X-Universal-CTags-Commit-ID: 21e74e6a019975045a7975bc611ae63f0917f976
-
solawing yazdı
X-Universal-CTags-Commit-ID: 43330bfe114658726bd3926c8a48bfe1858352fa
-
Colomban Wendling yazdı
Closes universal-ctags/ctags#324. X-Universal-CTags-Commit-ID: 4a95e4a55f67230fc4eee91ffb31c18c422df6d3
-
Masatake YAMATO yazdı
Signed-off-by: Masatake YAMATO <yamato@redhat.com> X-Universal-CTags-Commit-ID: 9be84d26c1fd1653f20e9feda6a67484f7e86bd9
-
Masatake YAMATO yazdı
Signed-off-by: Masatake YAMATO <yamato@redhat.com> X-Universal-CTags-Commit-ID: 882c5f8506159d77acd6c418239e33c5439bd290
-
- 06 Mar, 2016 8 kayıt (commit)
-
-
Frank Lanitz yazdı
Update zh_CN translation
-
柳东原 LIU Dongyuan yazdı
-
Enrico Tröger yazdı
-
Colomban Wendling yazdı
Rewrite PHP tag creation script using up to date upstream tag definitions.
-
Colomban Wendling yazdı
Deprecate filetype_id.
-
Colomban Wendling yazdı
Rename socket_info_struct to SocketInfo
-
Enrico Tröger yazdı
This tells NSIS to place the necessary libraries at the beginning of the packed installer so the installer does not need to extract everything before it can start.
-
Enrico Tröger yazdı
Fixes #584.
-
- 05 Mar, 2016 2 kayıt (commit)
-
-
Jiří Techet yazdı
-
Jiří Techet yazdı
For instance when performing goto tag for Foo and Foo is defined as typedef struct Foo {} Foo; go immediately to the struct location without showing the goto popup with both the struct name and typedef. When there are more occurrences of the name, filter the list and don't show the synonyms in the popup. In addition, if the cursor is on the same line as the typedef, go to the struct and vice versa. Note the missing g_strcmp0(second->var_type, first->name) == 0 in the check - in this particular case we won't get the type to which the typedef refers inside var_type because at the time the typedef tag is generated in c.c the struct tag doesn't exist yet. On the other hand there's no second->var_type == NULL either because this behaviour seems to be rather implementation-specific and might easily change in the future. The existing checks are probably sufficient for the real-world code.
-
- 04 Mar, 2016 4 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
Used only in static functions so no API change.
-
Colomban Wendling yazdı
NSIS installer changes were not tested, hopefully they'll work. Closes #928.
-