Commit Graph

4647 Commits

Author SHA1 Message Date
ondrej
6fe2a8440e codetools: fix ShowCodeContext for predefined functions
git-svn-id: trunk@51386 -
2016-01-23 15:17:03 +00:00
ondrej
0ce59a4f03 codetools: fix unused units feature broken by r50266 #d49143fd83. Issue #29486
git-svn-id: trunk@51385 -
2016-01-23 11:45:55 +00:00
mattias
0b3c56aacc codetools: updated list of controllers, patch from Michael Ring
git-svn-id: trunk@51371 -
2016-01-21 12:32:47 +00:00
mattias
3c2bf43f60 codetools: added TCodeBuffer.InvalidateLoadDate
git-svn-id: trunk@51369 -
2016-01-21 12:03:28 +00:00
ondrej
139d5dc799 codetools: support class operator overloads with different result types. Issue #28875
git-svn-id: trunk@51363 -
2016-01-21 02:41:14 +00:00
ondrej
06fb297a2c codetools: fix ShowCodeContext for predefined functions
(e.g. "L := Length(|A)")

git-svn-id: trunk@51355 -
2016-01-20 14:16:59 +00:00
ondrej
c91dcd1309 codetools: fix PREC->PRED function name typo.
git-svn-id: trunk@51354 -
2016-01-20 13:52:32 +00:00
ondrej
696ae12a21 codetools: add Default compiler magic
git-svn-id: trunk@51353 -
2016-01-20 13:50:12 +00:00
mattias
1bd944bb80 codetools: fixed parsing parameter modifier location on m68k and powerpc, bug #29350
git-svn-id: trunk@51313 -
2016-01-18 16:17:16 +00:00
mattias
5698c6ed02 codetools: CleanCodeFromComments added parameter KeepDirectives
git-svn-id: trunk@51269 -
2016-01-13 17:25:10 +00:00
ondrej
16925fa4b4 codetools: support static array helpers
git-svn-id: trunk@51216 -
2016-01-06 19:53:50 +00:00
ondrej
90b92def4e codetools: pascalreadertool: support TGenericClass<TypeReference,TypeReference>.TNestedClass (delphi mode)
git-svn-id: trunk@51140 -
2016-01-02 22:14:28 +00:00
ondrej
e0dca9c427 codetools: fix TDirectiveSequenceItem.FindValue
git-svn-id: trunk@51139 -
2016-01-02 21:44:37 +00:00
ondrej
d8163c8187 codetools: prevent AV for incomplete generic types
git-svn-id: trunk@51138 -
2016-01-02 21:07:28 +00:00
ondrej
491df20f71 codetools: support helpers for array types
git-svn-id: trunk@51107 -
2016-01-01 22:26:43 +00:00
mattias
8a1e70fd57 IDE: use unit dialog: save choice of uses section
git-svn-id: trunk@50998 -
2015-12-22 22:39:01 +00:00
maxim
99ca72b8e9 Translations: French translation update by Gilles Vasseur, bugs #29214, #29222
git-svn-id: trunk@50970 -
2015-12-21 22:36:46 +00:00
maxim
e1239e4c94 Translations: French translation update by Gilles Vasseur, bug #29208
git-svn-id: trunk@50925 -
2015-12-18 23:55:17 +00:00
maxim
8138f89a1c Codetools: regenerated translations
git-svn-id: trunk@50914 -
2015-12-18 23:13:15 +00:00
mattias
f75d254901 codetools: verbosity
git-svn-id: trunk@50889 -
2015-12-17 22:33:49 +00:00
mattias
7896da19ae IDE: fixed searching in PATH on Windows
git-svn-id: trunk@50865 -
2015-12-17 14:34:53 +00:00
ondrej
29a6b11e16 codetools: enumerator can be also an interface
git-svn-id: trunk@50840 -
2015-12-16 07:25:29 +00:00
ondrej
599e0821fb codetools: enumerator can be also a record
git-svn-id: trunk@50826 -
2015-12-15 21:21:42 +00:00
ondrej
44119ab600 codetools: fix for-in enumeration type. Issue #29192
git-svn-id: trunk@50825 -
2015-12-15 21:04:06 +00:00
ondrej
3a6697bc77 codetools, lazutils, win32: less hints
git-svn-id: trunk@50822 -
2015-12-15 16:27:39 +00:00
mattias
01acb9a1bc codetools: fixed parsing variable hint modifiers not behind semicolon
git-svn-id: trunk@50721 -
2015-12-09 17:02:02 +00:00
mattias
70581fdd39 codetools: fixed search for fppkg sources, bug #29154
git-svn-id: trunk@50713 -
2015-12-08 21:18:58 +00:00
maxim
0b0f12ffd5 Translations: Hungarian translation update by Péter Gábor, bug #29118
git-svn-id: trunk@50554 -
2015-12-01 21:25:22 +00:00
mattias
704600a31f codetools: fixed compiling
git-svn-id: trunk@50476 -
2015-11-23 10:03:54 +00:00
mattias
ab813332d0 IDE: search fppkg .fpm files for ppus in default compiler unit path
git-svn-id: trunk@50473 -
2015-11-22 18:40:48 +00:00
mattias
8098f1092f codetools: MakeRelativePath: fixed loop when there is no shared path
git-svn-id: trunk@50455 -
2015-11-21 09:38:52 +00:00
mattias
151933ef38 codetools: less verbose
git-svn-id: trunk@50404 -
2015-11-18 22:11:52 +00:00
mattias
c14048ae32 codetools: tests: generics
git-svn-id: trunk@50349 -
2015-11-16 22:23:22 +00:00
mattias
399acc7c84 codetools: find declaration: simple find specialized ancestor
git-svn-id: trunk@50348 -
2015-11-16 22:19:30 +00:00
mattias
07d6956baa codetools: identifier completion: show generic parameters
git-svn-id: trunk@50341 -
2015-11-16 21:28:38 +00:00
mattias
a8546cf427 codetools: test for finding specialize identifier in list of ancestors
git-svn-id: trunk@50339 -
2015-11-16 20:46:28 +00:00
ondrej
6ef11b34cc codetools: fixed CalcMemSize of TDirectiveSequenceItem.
git-svn-id: trunk@50328 -
2015-11-13 16:05:29 +00:00
ondrej
98109a4973 codetools: fixed SCOPEDENUMS in a different unit.
git-svn-id: trunk@50327 -
2015-11-13 16:04:27 +00:00
ondrej
9697e1140e codetools: refactoring of linkscanner directive sequences.
git-svn-id: trunk@50326 -
2015-11-13 13:17:13 +00:00
ondrej
1ceb9b1665 codetools: fixed resolve type alias of expression in brackets.
git-svn-id: trunk@50325 -
2015-11-13 10:42:24 +00:00
ondrej
794c959cde codetools: added support of SCOPEDENUMS directive.
git-svn-id: trunk@50324 -
2015-11-13 10:10:17 +00:00
ondrej
1b7e95bd67 codetools: fixed GetIdentStart* for identifiers prefixed with &.
git-svn-id: trunk@50322 -
2015-11-12 15:50:59 +00:00
ondrej
25cf6872e8 codetools: reverted exception change from rev 50320 #7fa343bb58.
git-svn-id: trunk@50321 -
2015-11-12 15:02:04 +00:00
ondrej
7fa343bb58 codetools: support identifier cache for identifiers prefixed with & (e.g. enum values).
git-svn-id: trunk@50320 -
2015-11-12 14:58:35 +00:00
mattias
c7f3cc0e1c codetools: added processor types of avr, patch #28996 from Simon Ameis
git-svn-id: trunk@50316 -
2015-11-12 10:42:15 +00:00
ondrej
fb34c4b45f codetools: code creation support in a parameter of procedure variables.
git-svn-id: trunk@50308 -
2015-11-11 19:31:19 +00:00
mattias
113b7618c3 codetools comments
git-svn-id: trunk@50305 -
2015-11-11 14:59:23 +00:00
mattias
63a617d5db codetools: RemoveWithBlock: fixed Unindent if indent diff is 0
git-svn-id: trunk@50280 -
2015-11-11 12:43:01 +00:00
mattias
8b2da06204 codetools: find declaration: FindBaseTypeOfNode: check if type
git-svn-id: trunk@50273 -
2015-11-10 13:39:51 +00:00
mattias
5215fb80eb codetools: find declaration: fixed resolving complex alias, bug #27312
git-svn-id: trunk@50272 -
2015-11-10 13:21:42 +00:00