Commit Graph

4572 Commits

Author SHA1 Message Date
mattias
655cfb0abf codetools: tests for dotted units
git-svn-id: trunk@50122 -
2015-10-19 13:30:14 +00:00
mattias
2c99963589 codetools: added tests for dotted units
git-svn-id: trunk@50121 -
2015-10-19 13:25:09 +00:00
mattias
1900575f1b codetools: added tests for dotted units
git-svn-id: trunk@50120 -
2015-10-19 13:23:15 +00:00
mattias
5c15224a08 codetools: added ExtractFileUnitname
git-svn-id: trunk@50119 -
2015-10-19 11:22:24 +00:00
mattias
90ec47f43b codetools: find declaration: fixed Result in operator proc, bug #28877
git-svn-id: trunk@50118 -
2015-10-19 09:47:00 +00:00
mattias
3b84c9a585 codetools: find protected members in class helpers, bug #28810, patch from Ondrej
git-svn-id: trunk@50115 -
2015-10-18 22:27:22 +00:00
mattias
ea4449e888 codetools: added tests helper and protected
git-svn-id: trunk@50114 -
2015-10-18 22:21:45 +00:00
mattias
86f922df9a codetools: find declaration: enum type helpers
git-svn-id: trunk@50104 -
2015-10-18 15:01:14 +00:00
mattias
68d7015320 codetools: nicer test result
git-svn-id: trunk@50103 -
2015-10-18 14:24:45 +00:00
mattias
0ca8f14eff codetools: added tests for type helpers
git-svn-id: trunk@50102 -
2015-10-18 13:55:49 +00:00
mattias
0075408ba2 codetools: fixed resolving dot after pointer in mode delphi
git-svn-id: trunk@50101 -
2015-10-18 13:38:49 +00:00
mattias
a5c1278946 codetools: fixed resolving dot after class, bug #28876
git-svn-id: trunk@50100 -
2015-10-18 13:32:15 +00:00
mattias
8d3d4e6a6f codetools: debug
git-svn-id: trunk@50087 -
2015-10-16 21:37:34 +00:00
mattias
4245b8129c codetools: added tests bug #28866
git-svn-id: trunk@50086 -
2015-10-16 21:37:22 +00:00
mattias
174015662d codetools: fixed resolve first identifier in term
git-svn-id: trunk@50085 -
2015-10-16 17:45:47 +00:00
mattias
649c60cea8 codetools: gather identifiers behind string constant dot
git-svn-id: trunk@50084 -
2015-10-16 15:53:10 +00:00
mattias
ccd0eeebaf codetools: find declaration of string constant dot identifier
git-svn-id: trunk@50083 -
2015-10-16 15:37:23 +00:00
mattias
80b57e35e4 codetools: less verbose
git-svn-id: trunk@50082 -
2015-10-16 09:41:01 +00:00
mattias
de4a5aaa57 codetools: FindStartOfTerm: allow numbers and string constants, needed for type helpers
git-svn-id: trunk@50080 -
2015-10-16 09:39:55 +00:00
mattias
1125a0b930 codetools: test for default property
git-svn-id: trunk@50079 -
2015-10-16 08:09:57 +00:00
mattias
b083361b7a codetools: tests: readme
git-svn-id: trunk@50078 -
2015-10-16 08:07:03 +00:00
mattias
a4af6c3a7d codetools: test find declaration of ObjClass+Category on non darwin
git-svn-id: trunk@50077 -
2015-10-16 07:58:15 +00:00
mattias
b4c0a18792 cody: find overloads: resourcestrings and show errors if target not reachable
git-svn-id: trunk@50070 -
2015-10-15 11:10:17 +00:00
mattias
bfea0890b0 codetools: code completion: check completing method body to header as last check, patch #28819 from Ondrej
git-svn-id: trunk@50067 -
2015-10-14 23:21:24 +00:00
maxim
8dffe81769 Cody: updated Russian translation
git-svn-id: trunk@50062 -
2015-10-14 22:27:07 +00:00
mattias
ce04461f76 cody: find overloads: fixed checking methods
git-svn-id: trunk@50057 -
2015-10-14 14:11:55 +00:00
mattias
4981bd5136 cody: find overloads: keep selection on refresh
git-svn-id: trunk@50056 -
2015-10-14 13:29:56 +00:00
mattias
38c4e5243b cody: find overloads: check compatibility
git-svn-id: trunk@50055 -
2015-10-14 13:25:43 +00:00
mattias
9ddf8c3804 cody: find overloads: do not hide grid on refresh
git-svn-id: trunk@50054 -
2015-10-14 11:20:13 +00:00
mattias
d76225f6d7 codetools: local var completion: always check the identifier at cursor first
git-svn-id: trunk@50053 -
2015-10-14 10:51:53 +00:00
mattias
6716258279 codetools: code completion: create local var based on first occurence instead of at cursor, patch #28819 from Ondrej
git-svn-id: trunk@50051 -
2015-10-14 09:27:25 +00:00
mattias
b3ff6d8167 codetools: fixed find declaration default property, bug #28847
git-svn-id: trunk@50050 -
2015-10-13 20:13:05 +00:00
mattias
397b374d95 codetools: tests: default property
git-svn-id: trunk@50049 -
2015-10-13 20:12:32 +00:00
mattias
12645682d5 codetools: clean up
git-svn-id: trunk@50048 -
2015-10-13 17:06:59 +00:00
mattias
b1193c668c codetools: local var completion: also try first occurrence of undefined variable
git-svn-id: trunk@50042 -
2015-10-12 23:07:12 +00:00
mattias
7895129320 codetools: finddeclaration: cache in ctnWithVar instead of ctnWithStatement
git-svn-id: trunk@50041 -
2015-10-12 21:58:15 +00:00
mattias
b298088ee4 codetools: added test find declaration with
git-svn-id: trunk@50040 -
2015-10-12 21:57:21 +00:00
mattias
28eba57562 codetools: parameter hints: added SetString for FPC 2.7.1+
git-svn-id: trunk@50034 -
2015-10-11 17:54:32 +00:00
mattias
2e77744a8c codetools: identifier completion: added SetString for FPC 2.7.1+, from Ondrej
git-svn-id: trunk@50033 -
2015-10-11 17:46:08 +00:00
mattias
066fb17354 codetools: added check for guesstype of helper function result
git-svn-id: trunk@50022 -
2015-10-09 12:26:09 +00:00
mattias
ced7b32ee9 codetools: FindExpressionTypeOfTerm: removed obsolete FindBaseTypeOfNode
git-svn-id: trunk@50021 -
2015-10-09 12:24:52 +00:00
mattias
f7d22a8e0c codetools: fixed test class helper default property
git-svn-id: trunk@50020 -
2015-10-09 10:29:15 +00:00
mattias
beaf4b9def codetools: added test for default property in class helper
git-svn-id: trunk@50019 -
2015-10-09 10:21:36 +00:00
mattias
d9c87e9bdd codetools: added test for default property in class helper
git-svn-id: trunk@50018 -
2015-10-09 10:17:54 +00:00
mattias
0ba4515139 codetools: fixed finding default property in class helper, bug #28809, patch from Ondrej
git-svn-id: trunk@50017 -
2015-10-09 10:14:21 +00:00
mattias
4153607ab7 codetools: added test guess type class helper enumerator
git-svn-id: trunk@50015 -
2015-10-09 09:32:55 +00:00
mattias
fb472b1555 codetools: fixed find enumerator in class helper
git-svn-id: trunk@50014 -
2015-10-09 08:57:29 +00:00
mattias
8dd0d53d28 codetools: added test for GuessTypeOfIdentifier
git-svn-id: trunk@50013 -
2015-10-09 07:50:07 +00:00
mattias
7cfd666797 cody: clean up
git-svn-id: trunk@50011 -
2015-10-09 07:21:19 +00:00
mattias
b9032e9a4e cody: find overloads: refactored to methods
git-svn-id: trunk@50010 -
2015-10-09 06:49:23 +00:00