Commit Graph

4250 Commits

Author SHA1 Message Date
mattias
b51db2c51a codetools: fixed typo
git-svn-id: trunk@44353 -
2014-03-05 13:50:21 +00:00
mattias
874de17967 codetools: fixed IsFPCExecutable checking exe extension
git-svn-id: trunk@44306 -
2014-02-28 20:57:31 +00:00
mattias
1489dc5cb6 IDE: more details why the IDE does not like the compiler file
git-svn-id: trunk@44295 -
2014-02-28 17:29:04 +00:00
mattias
e595122eae codetools: clean up
git-svn-id: trunk@44290 -
2014-02-28 13:40:07 +00:00
mattias
0f252ce423 IDE: using -Xp and -V as keys for cache of fpc settings
git-svn-id: trunk@44289 -
2014-02-28 13:38:12 +00:00
mattias
b641e949dc codetools: fixed parsing var n:t platform=1
git-svn-id: trunk@44271 -
2014-02-26 22:42:10 +00:00
mattias
6079e45b4d codetools: fixed finding Delphi System unit
git-svn-id: trunk@44267 -
2014-02-26 22:11:32 +00:00
mattias
95e8a23869 codetools: code contexts: list global properties
git-svn-id: trunk@44255 -
2014-02-26 19:25:51 +00:00
mattias
c8dcad58c9 codetools: identifier completion: list global properties
git-svn-id: trunk@44254 -
2014-02-26 19:11:12 +00:00
mattias
e1fcd95d23 codetools: parse asm: allow @keyword
git-svn-id: trunk@44252 -
2014-02-26 18:38:53 +00:00
mattias
def22fa3db codetools: fpc sources: added include paths
git-svn-id: trunk@44246 -
2014-02-26 14:40:00 +00:00
mattias
7e053d470f codetools: fixed typo, fpc sources: reset include path, added include path packages/graph/src/inc
git-svn-id: trunk@44245 -
2014-02-26 14:18:41 +00:00
mattias
581df94551 codetools: started gdb stacktrace parser
git-svn-id: trunk@44229 -
2014-02-24 21:08:43 +00:00
mattias
0e772531c5 codetools: defines: laz src: debugger src path for debuggerintf
git-svn-id: trunk@44222 -
2014-02-24 08:18:13 +00:00
maxim
128af572c9 Cody: updated Russian translation
git-svn-id: trunk@44201 -
2014-02-22 21:16:01 +00:00
mattias
5b26ebd71a cody: comment
git-svn-id: trunk@44188 -
2014-02-21 00:21:35 +00:00
mattias
75e113064e cody: started dialog for gdb backtraces
git-svn-id: trunk@44181 -
2014-02-20 18:28:47 +00:00
mattias
d8201c49fb lazbuild: fixed compilation
git-svn-id: trunk@44175 -
2014-02-19 19:26:58 +00:00
mattias
7db8442e23 codetools: extended lazarus src template for debuggerintf and lazdebuggergdbmi
git-svn-id: trunk@44154 -
2014-02-18 21:08:53 +00:00
mattias
88780a9aaa IDE: use compiler of project for FPCVer and codetools macro values
git-svn-id: trunk@44141 -
2014-02-18 18:26:04 +00:00
mattias
9d710db4fc fixed make distclean
git-svn-id: trunk@44139 -
2014-02-18 17:37:14 +00:00
mattias
3283cf83f3 package makefiles: changed distclean to delete output directorties for all targets
git-svn-id: trunk@44128 -
2014-02-18 10:35:31 +00:00
mattias
d683f4106d codetools: less hints
git-svn-id: trunk@44084 -
2014-02-15 23:41:42 +00:00
mattias
3a81c208c4 codetools: ExtractFPCFrontEndParameters
git-svn-id: trunk@44016 -
2014-02-11 22:05:21 +00:00
mattias
b60cc2650c codetools: FindRealCompilerInPath: check for -V
git-svn-id: trunk@44010 -
2014-02-11 21:35:10 +00:00
mattias
eb24b12d7a codetools: FindRealCompilerInPath: check for -V
git-svn-id: trunk@44009 -
2014-02-11 21:32:22 +00:00
mattias
37f6992f26 codetools: FindRealCompilerInPath: check for -Xp
git-svn-id: trunk@44008 -
2014-02-11 21:30:08 +00:00
mattias
532192cab4 codetools: clean up, fixed typo
git-svn-id: trunk@44007 -
2014-02-11 20:48:54 +00:00
mattias
1fe37e15a2 fixed spelling mistakes, found by lintian
git-svn-id: trunk@43900 -
2014-02-05 12:07:46 +00:00
mattias
b7098089ac codetools: apply AVL tree findpointer workaround only for fpc 2.6.0
git-svn-id: trunk@43896 -
2014-02-05 12:06:04 +00:00
mattias
27f1cc4c94 codetools: read var postfix modifiers without first semicolon, bug #25537
git-svn-id: trunk@43752 -
2014-01-17 12:54:55 +00:00
mattias
f8d3895843 codetools: read var postfix modifiers without first semicolon, bug #25543
git-svn-id: trunk@43751 -
2014-01-17 10:54:36 +00:00
paul
df1425b1ec codetools: also support *noreturn* directive for methods
git-svn-id: trunk@43732 -
2014-01-16 05:11:47 +00:00
paul
4db78960d0 codetools: understand 'noreturn' procedure modifier
git-svn-id: trunk@43643 -
2014-01-04 14:33:24 +00:00
juha
3a50e1c7f2 Remove assertion in TFindDeclarationTool.FindIdentifierInInterface. Not needed after BuildInterfaceIdentifierCache return value was fixed.
git-svn-id: trunk@43574 -
2013-12-21 12:59:53 +00:00
juha
2e701c907d Codetools: make CheckLfm report an object which is missing from pascal source. Fixes issues #24473 and #25425
git-svn-id: trunk@43550 -
2013-12-16 00:18:27 +00:00
juha
490e3b3df5 Codetools: fix return value of TFindDeclarationTool.BuildInterfaceIdentifierCache
git-svn-id: trunk@43549 -
2013-12-16 00:11:16 +00:00
juha
1749b9b22a Fix typo. Emtpy -> Empty
git-svn-id: trunk@43503 -
2013-11-30 09:56:58 +00:00
mattias
22c5d60fd4 codetools: nicer error message on procedure return type
git-svn-id: trunk@43455 -
2013-11-18 00:22:20 +00:00
mattias
a52ea0401d codetools: asking compiler for config files: expand relative file names
git-svn-id: trunk@43432 -
2013-11-12 21:19:50 +00:00
mattias
73a2ef1ce7 codetools: LoadFile: normalize filename
git-svn-id: trunk@43400 -
2013-11-09 13:06:14 +00:00
mattias
6123660445 codetools: fixed TCustomCodeTool.ReadBackTilBracketOpen when there is no bracket
git-svn-id: trunk@43378 -
2013-11-05 23:07:57 +00:00
mattias
b1dfaeda44 codetools: parsing type hint modifiers
git-svn-id: trunk@43215 -
2013-10-12 09:05:35 +00:00
mattias
6849f265a6 codetools: simplified code
git-svn-id: trunk@43214 -
2013-10-12 08:53:28 +00:00
mattias
fc9c962339 codetools: FindUnitSource: fixed error message if not cursor pos known
git-svn-id: trunk@43209 -
2013-10-11 15:37:55 +00:00
mattias
9362ac2278 codetools: var initial value of local vars
git-svn-id: trunk@43208 -
2013-10-11 15:25:40 +00:00
mattias
32d0c4f93c codetools: vr hint modifiers only in modes objfpc, delphi and delphiunicode
git-svn-id: trunk@43205 -
2013-10-11 13:13:13 +00:00
mattias
c4e879f295 codetools: var absolute in var sections
git-svn-id: trunk@43204 -
2013-10-11 13:11:36 +00:00
mattias
31589931c9 codetools: var notes only for global vars
git-svn-id: trunk@43203 -
2013-10-11 13:04:09 +00:00
mattias
9387ec5faf codetools: var initial values only for global vars
git-svn-id: trunk@43202 -
2013-10-11 13:03:06 +00:00
mattias
f978dc9fd0 codetools: absolute keyword only for local vars
git-svn-id: trunk@43201 -
2013-10-11 13:01:26 +00:00
paul
9fe3c2f0e3 codetools: use FPC resources for component images
git-svn-id: trunk@43081 -
2013-10-05 01:17:19 +00:00
paul
7f4caeb374 ide, components: move images related code to use FPC resource instead of Lazarus resources
git-svn-id: trunk@42984 -
2013-09-27 12:27:04 +00:00
mattias
4470449f12 cody: fixed icon
git-svn-id: trunk@42980 -
2013-09-27 11:19:36 +00:00
mattias
7d402a8415 codetools: fixed checking if resolving edged bracket open is allowed, bug #25045
git-svn-id: trunk@42868 -
2013-09-18 21:29:59 +00:00
mattias
4192c99f76 codetools: added test for nested arrays
git-svn-id: trunk@42867 -
2013-09-18 21:17:18 +00:00
mattias
c0dac09b7f IDE: fixed complete block, bug #24935
git-svn-id: trunk@42865 -
2013-09-18 21:05:17 +00:00
mattias
f38ab04682 codetools: fixed example removeemptymethods
git-svn-id: trunk@42862 -
2013-09-18 15:05:12 +00:00
mattias
012a67a370 codetools: fixed example addeventmethod
git-svn-id: trunk@42861 -
2013-09-18 15:03:58 +00:00
mattias
0e785800e1 codetools: fixed removing first unit from second line
git-svn-id: trunk@42859 -
2013-09-18 12:41:10 +00:00
paul
4e0f910563 codetools: fix parsing of "specialize SomeGeneric<TypeParams>" as function/operator result (this fixes error with parsing of new objpas generics)
git-svn-id: trunk@42846 -
2013-09-17 03:44:24 +00:00
mattias
f68c999a04 codetools: fixed parsing var type deprecated )
git-svn-id: trunk@42844 -
2013-09-16 15:55:35 +00:00
mattias
75902ea949 codetools: syntax error if parameter type is missing
git-svn-id: trunk@42843 -
2013-09-16 15:36:05 +00:00
mattias
fdb9a6258b codetools: fixed parsing hint modifiers in resourcestring
git-svn-id: trunk@42789 -
2013-09-14 01:31:32 +00:00
mattias
5faa53a9a4 codetools: fixed parsing hint modifiers without semicolon
git-svn-id: trunk@42787 -
2013-09-13 23:47:47 +00:00
mattias
82f068abd7 codetools: fixed parsing multiple hint modifiers
git-svn-id: trunk@42786 -
2013-09-13 23:29:30 +00:00
mattias
b9d9c60281 codetools: fixed AddClassAndNameToProc for procedure(
git-svn-id: trunk@42753 -
2013-09-12 11:19:36 +00:00
mattias
7538f3a4e4 codetools: fixed checking if a proc header has already a classname, when there are tabs
git-svn-id: trunk@42750 -
2013-09-12 09:45:57 +00:00
maxim
a8f100176c Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #24996
git-svn-id: trunk@42736 -
2013-09-11 20:11:32 +00:00
mattias
cc5d712837 codetools: fixed ForEachIdentifierInCleanSrc check if StartPos<1
git-svn-id: trunk@42728 -
2013-09-10 20:16:55 +00:00
mattias
d442a420b7 IDE: unit dependencies: show complex routes
git-svn-id: trunk@42727 -
2013-09-10 20:05:41 +00:00
mattias
376c2af303 codetools: fixed TPointerToPointerTree.DisposeItem
git-svn-id: trunk@42726 -
2013-09-10 20:04:56 +00:00
mattias
15838492b6 codetools: TUsesGraph.FindShortestPath
git-svn-id: trunk@42725 -
2013-09-10 19:27:15 +00:00
mattias
79670c113d codetools: TPointerToPointerTree based on TAVLTree
git-svn-id: trunk@42724 -
2013-09-10 19:26:57 +00:00
mattias
f66fa252fc IDE: renamed SetPathDelims to GetForcedPathDelims
git-svn-id: trunk@42698 -
2013-09-09 10:28:10 +00:00
mattias
f5dda02fe9 IDE: renamed DoPathDelims to ForcePathDelims
git-svn-id: trunk@42697 -
2013-09-09 10:18:24 +00:00
mattias
612b486281 IDE: implement find references of used unit
git-svn-id: trunk@42686 -
2013-09-08 22:47:26 +00:00
mattias
ac4996ff62 replaced SetDirSeparators with SetPathDelims
git-svn-id: trunk@42685 -
2013-09-08 20:58:12 +00:00
mattias
5364c52f95 codetools: FindUsedUnitReferences
git-svn-id: trunk@42681 -
2013-09-08 19:19:55 +00:00
mattias
773f710bde IDE, codetools, lazutils: Changed DoDirSeparators calls with DoPathDelims calls
git-svn-id: trunk@42674 -
2013-09-08 07:40:06 +00:00
mattias
b570ee8c4e codetools: example script
git-svn-id: trunk@42673 -
2013-09-08 00:08:27 +00:00
mattias
20221c0ed6 codetools: fixed reading include directives with different path delims, bug #24968
git-svn-id: trunk@42671 -
2013-09-07 21:04:23 +00:00
mattias
736edb7c29 codetools: sourcechanger: direct no change: exit immediately
git-svn-id: trunk@42638 -
2013-09-06 13:54:57 +00:00
mattias
fa26364e98 IDE: further migration external tools
git-svn-id: trunk@42584 -
2013-09-04 09:15:41 +00:00
mattias
69fa73e078 codetools: sourcecloser: remove private sections
git-svn-id: trunk@42556 -
2013-09-02 10:25:21 +00:00
mattias
cf68335106 codetools: fixed parsing -Wp, bug #24934, patch from Jeppe Johansen
git-svn-id: trunk@42547 -
2013-09-01 15:38:30 +00:00
mattias
1925d86093 codetools: sourcecloser: option to add compiler options
git-svn-id: trunk@42546 -
2013-09-01 15:26:24 +00:00
mattias
edc1d41b17 codetools: sourcecloser: clean up
git-svn-id: trunk@42540 -
2013-09-01 12:48:30 +00:00
mattias
d01d5e1399 IDE: source editor: fixed marking skipped directives as disabled
git-svn-id: trunk@42482 -
2013-08-24 18:19:46 +00:00
mattias
fb86536307 codetools: elseif: mark active if enabled
git-svn-id: trunk@42481 -
2013-08-24 18:13:22 +00:00
mattias
821f02f67b codetools: sourcecloser: remove skipped code
git-svn-id: trunk@42471 -
2013-08-23 23:05:55 +00:00
mattias
c3e2585740 codetools: sourcecloser: comment
git-svn-id: trunk@42470 -
2013-08-23 22:49:08 +00:00
mattias
1c209a562c codetools: sourcecloser: file globbing
git-svn-id: trunk@42469 -
2013-08-23 22:38:42 +00:00
juha
f770004bfc Converter: Optimize commenting units in main and implementation uses sections.
git-svn-id: trunk@42463 -
2013-08-23 17:38:22 +00:00
mattias
758f5797dc codetools: examples: remove implementation
git-svn-id: trunk@42462 -
2013-08-23 14:59:32 +00:00
mattias
02baf26d2a codetools: clean up
git-svn-id: trunk@42460 -
2013-08-23 12:23:46 +00:00
juha
d80f88d719 Codetools: a temporary fix for commenting out the whole uses section in implementation part.
git-svn-id: trunk@42458 -
2013-08-23 11:47:07 +00:00
mattias
f300bc6edc codetools: find declaration: check for overloaded procs: stop if call() fits, bug #24901
git-svn-id: trunk@42454 -
2013-08-23 08:08:05 +00:00
mattias
936a93b82f cody: clena up
git-svn-id: trunk@42402 -
2013-08-15 09:01:45 +00:00
mattias
be888580b8 codetools: removed duplicate
git-svn-id: trunk@42391 -
2013-08-11 21:03:47 +00:00