Commit Graph

14566 Commits

Author SHA1 Message Date
juha
b1942fb168 IdeIntf, IDE: Revert r50029 #c87cf550f3 and improve the command update timer and its naming. From Ondrej Pokorny.
git-svn-id: trunk@50031 -
2015-10-11 14:48:11 +00:00
juha
c9bfb53489 IPro: Support CTRL+C and CTRL+INSERT in LHelp. Issue #21935, patch from wp.
git-svn-id: trunk@50030 -
2015-10-11 13:01:53 +00:00
juha
c87cf550f3 IdeIntf: Prevent the command update timer repeating itself forever.
git-svn-id: trunk@50029 -
2015-10-11 12:24:53 +00:00
juha
78e663cb20 IdeIntf: IdeCommands refactoring. Move implementation code to have the same order as interface definition.
git-svn-id: trunk@50028 -
2015-10-11 12:24:48 +00:00
juha
34e76924da IdeIntf: New unit ToolbarIntf.
git-svn-id: trunk@50027 -
2015-10-11 10:16:02 +00:00
juha
38878ad607 IdeIntf, IDE: Refactor command system. Separate menu and toolbar commands, update them in right place etc. Issue #28777, patch from Ondrej Pokorny.
git-svn-id: trunk@50026 -
2015-10-11 09:11:47 +00:00
zoran
e2a04877b0 TDatePicker added public property DroppedDown - Delphi compatible
git-svn-id: trunk@50025 -
2015-10-10 13:33:30 +00:00
zoran
468f3f322b TDatePicker added property CalAlignment - Delphi compatible
git-svn-id: trunk@50024 -
2015-10-10 13:23:42 +00:00
wp
218cce9fe2 fpvectorial: Fix svg reader crashing with some "malformed" files which Firefox can open (issue #028659)
git-svn-id: trunk@50023 -
2015-10-09 18:45:05 +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
cc6ad86c44 fpcunitconsolerunner: less hints
git-svn-id: trunk@50012 -
2015-10-09 07:21:37 +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
mattias
a387dabeab codetools: fixed method jumping of generic class method
git-svn-id: trunk@50008 -
2015-10-08 22:20:57 +00:00
mattias
69ad3f134c anchordocking: clean up
git-svn-id: trunk@50007 -
2015-10-08 21:58:27 +00:00
mattias
4f6fa03e6f codetools: class completion: check if vars exists ancestors, bug #1189, patch from Ondrej Pokorny
git-svn-id: trunk@50006 -
2015-10-08 21:32:26 +00:00
mattias
db1651b90f codetools: clean up
git-svn-id: trunk@50005 -
2015-10-08 20:03:57 +00:00
mattias
4639bc83bf cody: find overloads: adjust columns, double click autosize column, nicer distances, resourcestrings
git-svn-id: trunk@50004 -
2015-10-08 17:23:39 +00:00
mattias
580b22f36e codetools: code completion: if cursor in interface search nearest node in front and same line
git-svn-id: trunk@50003 -
2015-10-08 17:04:49 +00:00
mattias
1152bfdc38 codetools: code completion: if cursor in interface search next node in front, bug #28359, patch from Ondrej Pokorny
git-svn-id: trunk@50002 -
2015-10-08 17:00:00 +00:00
mattias
72ea4f33b2 cody: find overloads: filter for ancestor
git-svn-id: trunk@50001 -
2015-10-08 16:54:06 +00:00
mattias
df3a859c32 cody: find overloads: some resourcestrings, sort for paths as default, catch exceptions due to syntax errors, relations: show class only once
git-svn-id: trunk@50000 -
2015-10-08 15:54:17 +00:00
mattias
b09cf58a9c cody: find overloads: jump to proc in source editor
git-svn-id: trunk@49999 -
2015-10-08 15:22:06 +00:00
mattias
b605c39631 codetools: code completion: support class constructors/destructors, patch #25130 from Ondrej Pokorny
git-svn-id: trunk@49996 -
2015-10-08 14:20:54 +00:00
mattias
70eed01820 codetools: added helper tests
git-svn-id: trunk@49995 -
2015-10-08 14:03:52 +00:00
mattias
60e08d1047 codetools: fixed using last found helper
git-svn-id: trunk@49994 -
2015-10-08 13:53:33 +00:00
mattias
851bfd3a7d codetools: replace helper: keep AVLNode, it may be in use by the iterator
git-svn-id: trunk@49993 -
2015-10-08 13:38:33 +00:00
mattias
c18721377e codetools: debugging
git-svn-id: trunk@49992 -
2015-10-08 10:27:52 +00:00
mattias
bd020c787f codetools: simplified gathering helpers, patch #28794 from Ondrej Pokorny
git-svn-id: trunk@49991 -
2015-10-08 10:09:12 +00:00
mattias
3cabc3eba0 printer4lazarus: unix select dialog: using TButtonPanel, patch #28798 from Alexey Torgashin
git-svn-id: trunk@49990 -
2015-10-08 10:05:19 +00:00
mattias
c069a7350f printer4lazarus: unix setup dialog: using TButtonPanel, patch #28797 from Alexey Torgashin
git-svn-id: trunk@49989 -
2015-10-08 10:03:03 +00:00
mattias
0e8d0de18e codetools: fpc tests: added parameter --filemask
git-svn-id: trunk@49987 -
2015-10-08 00:02:46 +00:00
mattias
52790b06db codetools: tests for fpc test files
git-svn-id: trunk@49986 -
2015-10-07 23:51:54 +00:00
mattias
4f2150fbe0 codetools: tests for parent class helpers
git-svn-id: trunk@49985 -
2015-10-07 23:44:48 +00:00
mattias
af1d7979d6 codetools: tests: added test for inherited class helper
git-svn-id: trunk@49984 -
2015-10-07 23:27:01 +00:00
mattias
62736acf82 codetools: identifier completion+events: simplified collecting helpers
git-svn-id: trunk@49983 -
2015-10-07 23:08:11 +00:00
mattias
7eec3d4b45 codetools: identifier completion+events: fixed collecting helpers, patch #28794
git-svn-id: trunk@49982 -
2015-10-07 22:44:05 +00:00
mattias
9c1c655448 codetools: tests: test GatherIdentifiers at start of identifier
git-svn-id: trunk@49981 -
2015-10-07 22:27:17 +00:00
mattias
1849892fcc codetools: tests: test GatherIdentifiers
git-svn-id: trunk@49980 -
2015-10-07 22:04:15 +00:00
mattias
8f39050549 codetools: tests: class helpers Self.Method
git-svn-id: trunk@49979 -
2015-10-07 21:19:17 +00:00
mattias
540ba629c0 codetools: test: fixed compilation
git-svn-id: trunk@49978 -
2015-10-07 21:14:20 +00:00
juha
f86c5c935c IdeIntf: Show values in OI Combobox Boolean editor. Using the themed Checkbox broke it. Issue #28790.
git-svn-id: trunk@49976 -
2015-10-07 16:38:47 +00:00