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 |
|
mattias
|
05335610bd
|
codetools: added test for var with nested class type
git-svn-id: trunk@50271 -
|
2015-11-10 12:33:58 +00:00 |
|
mattias
|
1e10c98414
|
codetools: tests: disabled fail test
git-svn-id: trunk@50270 -
|
2015-11-10 11:11:10 +00:00 |
|
mattias
|
40480bf39d
|
codetools: added tests unit order and namespaces
git-svn-id: trunk@50269 -
|
2015-11-10 11:01:59 +00:00 |
|
ondrej
|
ba310dcf48
|
IDE, CodeTools: improved character case recognition for units and namespaces.
git-svn-id: trunk@50268 -
|
2015-11-10 10:38:58 +00:00 |
|
ondrej
|
d49143fd83
|
IDE, CodeTools: support for unit names with dots. Issue #22235
git-svn-id: trunk@50266 -
|
2015-11-09 22:23:19 +00:00 |
|
mattias
|
7395b9b047
|
codetools: tests with
git-svn-id: trunk@50265 -
|
2015-11-09 21:47:46 +00:00 |
|
mattias
|
a98baa8442
|
codetools: added FindWithBlockStatement
git-svn-id: trunk@50264 -
|
2015-11-09 16:32:28 +00:00 |
|
mattias
|
ab78cd25a0
|
codetools: start ctnWithStatement right behind do
git-svn-id: trunk@50263 -
|
2015-11-09 16:31:55 +00:00 |
|
ondrej
|
99dee96a0a
|
CodeTools: use TAVLTree in TTypeAliasOrderList instead of array of string.
git-svn-id: trunk@50261 -
|
2015-11-08 21:35:45 +00:00 |
|
mattias
|
f8980e1003
|
codetools: tests: started test for RemoveWithBlock
git-svn-id: trunk@50260 -
|
2015-11-08 18:15:07 +00:00 |
|
mattias
|
cd32c38a07
|
codetools: tests: renamed finddeclarationtest to testcodetools
git-svn-id: trunk@50259 -
|
2015-11-08 17:19:23 +00:00 |
|
mattias
|
f0fbc37841
|
codetools: tests: renamed fdtbase to finddeclarationtests.pas
git-svn-id: trunk@50258 -
|
2015-11-08 17:15:49 +00:00 |
|
mattias
|
0135b416cb
|
cody: todos
git-svn-id: trunk@50257 -
|
2015-11-08 15:59:42 +00:00 |
|
mattias
|
5c52fa883c
|
cody: todos
git-svn-id: trunk@50251 -
|
2015-11-08 10:19:31 +00:00 |
|
ondrej
|
1b015d1034
|
codetools: ignore constant operand in operator comparison if the other operand has a defined type.
git-svn-id: trunk@50230 -
|
2015-11-05 06:21:21 +00:00 |
|
ondrej
|
508bcddf07
|
IDE: CodeTools, CodeCreation: more integer types for operator comparison.
git-svn-id: trunk@50226 -
|
2015-11-04 17:24:05 +00:00 |
|
maxim
|
1a76f64c08
|
Cody: improved i18n, regenerated translations and updated Russian translation
git-svn-id: trunk@50224 -
|
2015-11-04 13:49:56 +00:00 |
|
ondrej
|
db5d7eaeaf
|
IDE: improved TTypeAliasOrderList.Create
git-svn-id: trunk@50218 -
|
2015-11-04 09:46:25 +00:00 |
|
ondrej
|
62d50f53a1
|
IDE: CodeTools, CodeCreation: compare operand types in operator evaluation, issue #28953
git-svn-id: trunk@50217 -
|
2015-11-04 07:13:58 +00:00 |
|