Commit Graph

47657 Commits

Author SHA1 Message Date
martin
effdd125ea SynEdit/IDE: zoom via keyboard
git-svn-id: trunk@50091 -
2015-10-17 01:39:01 +00:00
juha
f40462ba60 IDE: Replace config button with a popup menu in EditorToolbar. Issue #28865, patch from Ondrej Pokorny.
git-svn-id: trunk@50090 -
2015-10-16 22:16:45 +00:00
juha
5564280ff8 IDE: Fix regression in main window height update caused by r50072 #d6f0f771b5. Issue #28859.
git-svn-id: trunk@50089 -
2015-10-16 21:48:22 +00:00
juha
c831f9ecd9 LazUtils: Less notes from compiler about Asian codepages.
git-svn-id: trunk@50088 -
2015-10-16 21:48: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
zeljko
ab44e50aea Qt: MSDN says that command SW_SHOW, SW_SHOWNORMAL, SW_SHOWMAXIMIZED and SW_SHOWFULLSCREEN should activate window.
git-svn-id: trunk@50081 -
2015-10-16 09:40:37 +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
26a2c4b07b projectgroups: initial implementation from Michael Van Canneyt
git-svn-id: trunk@50076 -
2015-10-16 07:54:33 +00:00
mattias
cfb5aea1e9 IDE: fixed loading toolbar config from Ondrej
git-svn-id: trunk@50073 -
2015-10-15 20:55:07 +00:00
juha
d6f0f771b5 IDE: Add a sanity check in DoSetMainIDEHeight for height returned from CalcNonClientHeight. Don't update height while IDE starts.
git-svn-id: trunk@50072 -
2015-10-15 12:43:53 +00:00
juha
7633eaaa74 IDE: Remove items from View menu for toggling Palette, Coolbar and EditorToolbar.
git-svn-id: trunk@50071 -
2015-10-15 12:43:46 +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
8ae79a089c IDE: toolbar config: added file version
git-svn-id: trunk@50069 -
2015-10-15 10:56:00 +00:00
zeljko
9ff6e41817 Qt: fixed ShowInTaskbar after first show. issue #28856
git-svn-id: trunk@50068 -
2015-10-15 07:35:21 +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
mattias
ea8b3ac796 IDE: clean up
git-svn-id: trunk@50066 -
2015-10-14 23:14:55 +00:00
juha
85531af32d IDE: Prevent "Open package of current unit" icon in toolbar blinking. From Ondrej.
git-svn-id: trunk@50063 -
2015-10-14 22:36:27 +00:00
maxim
8dffe81769 Cody: updated Russian translation
git-svn-id: trunk@50062 -
2015-10-14 22:27:07 +00:00
bart
bfa315459c LCL: Publish TRadioButton.Alignment (Issue #0028853).
git-svn-id: trunk@50061 -
2015-10-14 21:49:11 +00:00
maxim
721f0ceb21 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@50060 -
2015-10-14 21:46:18 +00:00
juha
1b137755fc IDE: Move loading and saving ButtonNames in IDECoolbar and EditorToolbar config into methods.
git-svn-id: trunk@50059 -
2015-10-14 16:39:48 +00:00
juha
07673e317f IDE: Refactor and optimize code for IDECoolbar and EditorToolbar config. Move duplicate code into methods etc.
git-svn-id: trunk@50058 -
2015-10-14 15:33:35 +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
b5bbdbd323 IDE: identifier completion: option to disable auto completion if there is only one identifier, patch #28852 from Ondrej
git-svn-id: trunk@50052 -
2015-10-14 10:09:15 +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
e6714b1468 IDE: readded event calls
git-svn-id: trunk@50047 -
2015-10-13 16:55:12 +00:00
mattias
c6148fafed IDE: load environmentoptions.xml: do not invalidate file cache
git-svn-id: trunk@50046 -
2015-10-13 16:27:49 +00:00
mattias
944630b2f7 anchordocking: package type runtime, bug #28844
git-svn-id: trunk@50045 -
2015-10-13 12:14:31 +00:00
mattias
7ff368f3b7 IDE: TMainIDE.SetToolStatus: check if something changed
git-svn-id: trunk@50044 -
2015-10-13 12:09:49 +00:00
mattias
159d719bdc IDEIntf: new IDE events: lihtProjectBuildingFinished, lihtLazarusBuilding, lihtLazarusBuildingFinished, lihtChangeToolStatus, patch #28839 from Ondrej
git-svn-id: trunk@50043 -
2015-10-12 23:43:13 +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
63f549b488 IDEIntf: comment
git-svn-id: trunk@50039 -
2015-10-12 21:38:54 +00:00
bart
26b066a657 LCL: Add unit LCLTranslator to package LCLBase.
git-svn-id: trunk@50038 -
2015-10-12 16:13:50 +00:00