Commit Graph

  • 8e804b3145 entry: Add the remaining code from uctags Jiří Techet 2016-10-09 19:58:24 +02:00
  • 00920360da entry: Sync initTagEntry() code Jiří Techet 2016-10-09 16:49:13 +02:00
  • f23b56b027 entry: make makeTakEntry() implementation closer to uctags Jiří Techet 2016-10-09 15:22:42 +02:00
  • 6ce628da2c entry: Some more or less formal changes Jiří Techet 2016-10-09 14:47:54 +02:00
  • 87111f268f Ferite: Fix a memory leak Colomban Wendling 2016-10-09 12:58:44 +02:00
  • 3f52bfb4ab entry: Take over uctags tag writing code Jiří Techet 2016-10-09 12:48:49 +02:00
  • 4cde630dd7 Sync the beginning of entry.c/h Jiří Techet 2016-10-09 12:40:08 +02:00
  • 848fa0dce3 Move eTagFile from entry.h to entry.c Jiří Techet 2016-10-09 11:56:49 +02:00
  • e685d956d6 Some sync of lcpp.c/h Jiří Techet 2016-10-09 11:04:51 +02:00
  • 1a43ee2afa Grab uctags kind.c/h Jiří Techet 2016-10-08 17:38:31 +02:00
  • 2a9f473d78 Sync options.c/h (and introduce a lot of new garbage) Jiří Techet 2016-10-08 15:48:42 +02:00
  • 0a0ed51792 Create geany.c/h and put isIgnoreToken() Jiří Techet 2016-10-07 16:00:49 +02:00
  • f1dbf2cb7b Grab ctags implementation of sort.c/h Jiří Techet 2016-10-07 15:45:16 +02:00
  • 88cbe3871c Grab ctags version of general.h and make related changes Jiří Techet 2016-10-07 15:26:42 +02:00
  • 37f015d993 Implement iFileGetLine() using gets() Jiří Techet 2016-10-06 23:58:17 +02:00
  • a5dea8091b Grab all MIO changes from uctags Jiří Techet 2016-10-06 23:45:52 +02:00
  • 580beba0c7 Remove all unused code from main.c Jiří Techet 2016-10-06 23:37:29 +02:00
  • ded5ea3eea Move debug related code to debug.c/h Jiří Techet 2016-10-06 23:28:24 +02:00
  • 7ebcfb77dc Define gcc attributes inside gcc-attr.h Jiří Techet 2016-10-06 22:31:00 +02:00
  • 85a894b097 Grab args.c/h uctags implementation Jiří Techet 2016-10-06 22:02:06 +02:00
  • c6294e37c9 Grab uctags ctags.h and add repoinfo.c/h Jiří Techet 2016-10-06 21:34:16 +02:00
  • 2b8c7ae5ad Sync the rest of routines.c/h Jiří Techet 2016-10-06 21:18:05 +02:00
  • 65f782b6d2 Don't initialize ExecutableProgram and ExecutableName Jiří Techet 2016-10-06 20:24:13 +02:00
  • d5b60d2f21 Use uctags implementation of strstr() Jiří Techet 2016-10-06 20:23:27 +02:00
  • 3219d9783c Make sure that file extension is taken from file (not preceding directory) Jiří Techet 2016-10-06 20:15:26 +02:00
  • 9e7eade7c0 Use parse separator utilities in routines.c Jiří Techet 2016-10-06 20:13:29 +02:00
  • f0e7af2c32 Make combinePathAndFile() return char * instead of vString Jiří Techet 2016-10-06 20:01:52 +02:00
  • fb4fc07b6a Make tempFile() return MIO Jiří Techet 2016-10-06 19:39:03 +02:00
  • ed01b7edb4 Grab uctags keyword.c/h and add types.h with type declarations Jiří Techet 2016-10-06 19:30:59 +02:00
  • a52137f414 Grab uctags implementation of strlist Jiří Techet 2016-10-06 19:10:32 +02:00
  • ed6d24bb9a Remove unused functions from options.c/h Jiří Techet 2016-10-06 18:39:56 +02:00
  • 2f1ad0232b Remove most uses of glib calls Jiří Techet 2016-10-06 18:27:36 +02:00
  • 560107804c Drop some more unused functions from routines.c/h Jiří Techet 2016-10-08 14:12:35 +02:00
  • d88a9dd3fc Eliminate uses of g_stat() Jiří Techet 2016-10-06 17:20:36 +02:00
  • 992306aec3 Add generic pointer array Jiří Techet 2016-10-06 15:41:19 +02:00
  • 227b808799 Grab the complete uctags vString implementation Jiří Techet 2016-10-06 15:33:24 +02:00
  • 7ae1d031ef Merge pull request #1251 from techee/bool Colomban Wendling 2016-10-04 18:10:24 +02:00
  • 40396a392e ctags: drop vStringTerminate() Jiří Techet 2016-10-02 00:35:50 +02:00
  • 662765852f ctags: Use bool definitions from stdbool.h Jiří Techet 2016-10-02 00:06:58 +02:00
  • 12b9f27a79 Fix double escaping of markup in bold labels (oops) Colomban Wendling 2016-09-22 15:43:04 +02:00
  • d8ee2ccf8e Fix some typos in French translation (#1227) Landrok 2016-09-19 09:33:47 +02:00
  • 2a2ae72834 Merge pull request #1166 from eht16/fix_template_error_message Enrico Tröger 2016-09-11 11:12:18 +02:00
  • 6bc43f745e Merge pull request #1203 from codebrainz/document-data Matthew Brush 2016-09-10 19:40:38 -07:00
  • cc18dd0e60 Gracefully handle proxies registering invalid extensions (#1212) Matthew Brush 2016-09-10 19:24:16 -07:00
  • 7d172ceeb3 Improve GeanyProxyProbeResults a litte (#1213) Matthew Brush 2016-09-10 19:18:10 -07:00
  • afaec63ffb Merge pull request #1160 from techee/ctags_sync Colomban Wendling 2016-09-10 09:24:15 +02:00
  • 13ef73d109 Recognize .exp (Expect) files as Tcl Simon Marchi 2016-03-28 14:20:26 -04:00
  • 63c054a61e #if 0 currently unused code to avoid compiler warning Jiří Techet 2016-09-09 18:00:41 +02:00
  • f511787f31 Add missing prototypes Jiří Techet 2016-09-09 17:46:13 +02:00
  • 1e14667bbc Don't compare foreign values to enumeration type Jiří Techet 2016-09-09 17:18:17 +02:00
  • a5a888c5e3 Merge pull request #1217 from b4n/filetypes/c-lexer-properties Colomban Wendling 2016-09-07 11:09:52 +02:00
  • db6f671135 GTK: Fix autoc font size on GTK >= 3.21.0 Colomban Wendling 2016-09-06 19:56:17 +02:00
  • 3f14086106 Improve template command error message Enrico Tröger 2016-08-07 16:37:28 +02:00
  • c9d0bd7214 Inherit C lexer_properties in all filetypes inheriting C styles Colomban Wendling 2016-09-06 12:18:48 +02:00
  • bbdf56fc2e Haxe: Do not track preprocessor for styling Colomban Wendling 2016-09-06 11:31:57 +02:00
  • 09796ef727 Remove SciTE properties from filetype definitions Colomban Wendling 2016-09-06 11:08:52 +02:00
  • 18db459632 Update Scintilla to version 3.6.7 Colomban Wendling 2016-09-05 22:14:48 +02:00
  • b7688b04b2 Update of Swedish translation Frank Lanitz 2016-09-05 11:13:26 +02:00
  • d51daca284 Little update of NEWS for recent translation updates Frank Lanitz 2016-09-04 17:36:50 +02:00
  • 39eb8ac66f Update Catalan translation (#1206) Robert Antoni Buj Gelonch 2016-09-04 13:06:08 +02:00
  • 7ccee5287a i18n: Fixed incorrect word in pt_BR (#1202) Marcelo Camargo 2016-09-02 09:50:45 -03:00
  • 7b2b9609e4 Add plugin API functions to get/set document data Matthew Brush 2016-09-01 18:40:40 -07:00
  • ce6c0fad94 Add support for Keyed Data Lists for documents Matthew Brush 2016-08-31 21:02:24 -07:00
  • dd4c851cab Fix focusing the Terminal tab in the message window Colomban Wendling 2016-08-30 16:19:58 +02:00
  • 095d889582 VTE: Fix crash when trying to change VTE directory at startup Colomban Wendling 2016-08-22 19:52:25 +02:00
  • cb7da79824 Add CTAGS_ATTR_ prefix to UNUSED() and PRINTF() macros Jiří Techet 2016-08-22 14:54:19 +02:00
  • d3b0bbec26 Merge pull request #1154 from b4n/lines-around-scroll Colomban Wendling 2016-08-21 13:56:25 +02:00
  • a4a4accc42 Add support for keeping the cursor a number of lines from the edges Colomban Wendling 2016-07-29 16:06:58 +02:00
  • c5d409340b Merge pull request #1174 from b4n/escape-markup Colomban Wendling 2016-08-20 19:58:42 +02:00
  • 42c02db149 Merge pull request #1155 from b4n/cxx-check Colomban Wendling 2016-08-20 19:55:26 +02:00
  • 5002f92dc6 Merge pull request #651 from b4n/vte-in-various-prefs Colomban Wendling 2016-08-20 01:48:43 +02:00
  • 2150302fe6 VTE: Don't show the various settings when VTE is disabled on the CLI Colomban Wendling 2016-08-20 01:47:30 +02:00
  • 29bffe6923 Deprecate ui_frame_new_with_alignment() Colomban Wendling 2016-08-19 21:39:48 +02:00
  • b7f7ce2675 Drop vi modelines Jiří Techet 2016-08-19 15:16:32 +01:00
  • a974f35752 Define KEYWORD_NONE in keyword.h so it doesn't have to be defined by parsers Jiří Techet 2016-08-16 13:18:50 +01:00
  • d0cc3dc132 Remove TagEntryFunction check in c.c Jiří Techet 2016-08-10 11:55:02 +02:00
  • 2499b96ea1 Escape format arguments passed to ui_label_set_markup() Colomban Wendling 2016-08-10 03:00:56 +02:00
  • 0c01192a31 search: Fix the tooltip to mention Perl-like, not PCRE regular expressions Colomban Wendling 2016-08-10 02:16:48 +02:00
  • fa699cc4c9 Fixes spelling mistake in German translation for geany.glade.h:425. (#1167) Stefan 2016-08-09 07:32:18 +02:00
  • 0eca258e58 Fix incorrect use of MIO Jiří Techet 2016-08-09 00:34:29 +02:00
  • e866a976c9 entry: Move functions around a bit to reduce the amount of diffs Jiří Techet 2016-08-08 23:01:14 +02:00
  • c354384c3a search: Fix the tooltip to mention PCRE, not POSIX regular expressions Colomban Wendling 2016-08-08 21:39:51 +02:00
  • ca65fa2236 Sync whitespace and comments in main Jiří Techet 2016-08-07 16:57:55 +02:00
  • 967b572240 Rename MIO variables from fp to mio Jiří Techet 2016-08-07 12:16:24 +02:00
  • 02138f9e59 Rename TM_DEBUG macro to DEBUG Jiří Techet 2016-08-07 11:51:24 +02:00
  • 25c1d220cf objc: Remove unnecessary redefinition of UNUSED Jiří Techet 2016-08-07 11:29:49 +02:00
  • a59f82ec69 Rename getArglistFromFilePos() to cppGetArglistFromFilePos() to match the rest Jiří Techet 2016-08-07 01:41:14 +02:00
  • 20ad9ad428 Make getArglistFromStr() static Jiří Techet 2016-08-07 01:38:56 +02:00
  • d122229902 Rename skipOverCComment() to cppSkipOverCComment() Jiří Techet 2016-08-07 01:29:28 +02:00
  • 4910e2554b Rename getDirectiveNestLevel() to cppGetDirectiveNestLevel() Jiří Techet 2016-08-07 01:26:30 +02:00
  • 2638899379 Rename isBraceFormat to cppIsBraceFormat() Jiří Techet 2016-08-07 01:24:21 +02:00
  • 88a8724d1c Rename isident1() to cppIsident1() Jiří Techet 2016-08-07 01:22:21 +02:00
  • 95f94629f0 Rename isident() to cppIsident() Jiří Techet 2016-08-07 01:19:23 +02:00
  • 1d48599d3c Remove R regex parser Jiří Techet 2016-08-07 01:14:38 +02:00
  • 2671d73b67 Use skipToCharacterInInputFile() in all parsers Jiří Techet 2016-08-07 01:12:21 +02:00
  • 76818f9439 Change getSourceFileName() to getInputFileName() Jiří Techet 2016-08-07 01:06:39 +02:00
  • 2161b73864 Change isHeaderFile() to isInputHeaderFile() Jiří Techet 2016-08-07 00:59:54 +02:00
  • 7bd81abc1d Change isLanguage() to isInputLanguage() Jiří Techet 2016-08-07 00:57:17 +02:00
  • 082a9724f1 Use ARRAY_SIZE() in parsers Jiří Techet 2016-08-07 00:49:51 +02:00
  • 9745d470c6 Sync whitespace in parsers Jiří Techet 2016-08-07 00:35:51 +02:00