Commit Graph

48727 Commits

Author SHA1 Message Date
zeljko
6e15c088bf Qt: proper resize QMDIArea if any of LCLObject child wincontrols are aligned alTop,alLeft,alBottom or alRight. issue #29529
git-svn-id: trunk@51443 -
2016-01-29 11:59:39 +00:00
wp
04819274ac TurboPower_iPro: Slightly modify icon of TIpHttpDataProvider to distinguish it from TIpFileDataProvider.
git-svn-id: trunk@51442 -
2016-01-29 11:22:19 +00:00
wp
52e348e1c8 TurboPower_iPro: Script to add component icons to res file. Add icon to new TIpHTTPDataProvider (provided by Péter Gabor).
git-svn-id: trunk@51441 -
2016-01-29 11:09:55 +00:00
juha
915691f819 Object Inspector: Remember last active property. Issue #29510, patch from Balázs Székely.
git-svn-id: trunk@51440 -
2016-01-28 23:17:12 +00:00
wp
d89ec8e399 TurboPower_ipro: Fix background color of html input controls, based on patch by Silivo Clecio (Issue #0029483). Fix typo.
git-svn-id: trunk@51439 -
2016-01-28 16:08:38 +00:00
mattias
acc7557185 lcl: TCustomGrid: check if handle allocated in VisualChange and EditorPos
git-svn-id: trunk@51438 -
2016-01-28 12:46:28 +00:00
mattias
81cbe917e9 examples: testxmlreader, fixed typo
git-svn-id: trunk@51436 -
2016-01-28 12:05:23 +00:00
mattias
50a430b9c3 examples: testxmlreader, fixed typo
git-svn-id: trunk@51435 -
2016-01-28 12:03:41 +00:00
juha
b3bc124f4d Turbopower IPro: Fix compilation with FPC 2.6.4. Issue #29483, patch from Silvio Clécio.
git-svn-id: trunk@51434 -
2016-01-28 11:41:03 +00:00
ondrej
b36d8209aa codetools: fix GroupLocalVariables for ranged types. Issue #29519
git-svn-id: trunk@51433 -
2016-01-27 23:13:43 +00:00
juha
380b2f5724 New example for IPro FindNode functions. Issue #29483, from Silvio Clécio.
git-svn-id: trunk@51432 -
2016-01-27 18:18:18 +00:00
juha
3da9248939 Turbopower IPro: Added functions FindNode, FindNodeByElemId and FindNodeByElemClass. Issue #29483, patch from Silvio Clécio.
git-svn-id: trunk@51431 -
2016-01-27 18:11:54 +00:00
juha
05b537ca3f Turbopower IPro: Fix bg color for CSS style in TCustomEdit and TRadioButton. Issue #29483, patch from Silvio Clécio.
git-svn-id: trunk@51430 -
2016-01-27 18:11:53 +00:00
juha
a995c27b85 Turbopower IPro: Fix default color for HTML inputs on Windows. Issue #29483, patch from Silvio Clécio.
git-svn-id: trunk@51429 -
2016-01-27 18:11:48 +00:00
ondrej
d9e2f8e85a codetools: cleanup
git-svn-id: trunk@51428 -
2016-01-27 01:10:38 +00:00
ondrej
34fcf69c5c codetools: compare base result types for CompleteLocalVariableAssignment. Issue #29516
git-svn-id: trunk@51427 -
2016-01-27 00:48:08 +00:00
ondrej
3cc07414d3 codetools: allow methods with higher visibility in class headers with lower visibility. show them in gray color.
git-svn-id: trunk@51426 -
2016-01-26 23:50:35 +00:00
ondrej
9305ef5172 codetools: show protected methods after the inherited keyword.
git-svn-id: trunk@51425 -
2016-01-26 23:16:04 +00:00
ondrej
f2bd239ee0 codetools: fix smarthint for sets
git-svn-id: trunk@51424 -
2016-01-26 18:36:23 +00:00
ondrej
f2bfc63670 codetools: go to real class declaration for fsfSkipClassForward. Issue #29515
git-svn-id: trunk@51423 -
2016-01-26 18:19:34 +00:00
ondrej
61dcce50a6 ide: add option to jump directly to method body, if available. Issue #13245. Modified patch by Balázs Székely
git-svn-id: trunk@51422 -
2016-01-26 16:54:30 +00:00
ondrej
c8a766f1e1 ideintf: menuintf: fix corrupted menu layout due to invisible parent sections.
(Probably regression from r50986 #800f102b46.)

git-svn-id: trunk@51421 -
2016-01-26 13:21:28 +00:00
mattias
a96700a660 IDE: fixed compiling with -dVerboseExtToolThread
git-svn-id: trunk@51420 -
2016-01-26 13:11:06 +00:00
juha
850ec52c41 Object Inspector: Deal with different widgetset sorting rules when selecting next value for a Class Combobox. Issue #29503.
git-svn-id: trunk@51419 -
2016-01-26 12:44:50 +00:00
ondrej
86b7cdb5d3 ideintf: menuintf: update current section even if the sections in front need update.
Solves issue #29311 and probably also a lot of different "TIDEMenuSection.UpdateNeedTopSeparator inconsistency" issues.

git-svn-id: trunk@51418 -
2016-01-25 22:15:26 +00:00
juha
468a5a31d3 IdeIntf: Reduce debug msgs in TPropertyEditorHook. Rename a variable.
git-svn-id: trunk@51417 -
2016-01-25 20:04:49 +00:00
juha
cf3a735d93 Object Inspector: Align only "normal" CheckBox vertically, not CheckBoxThemed. Issue #29412.
git-svn-id: trunk@51416 -
2016-01-25 19:50:21 +00:00
juha
44a263b11d LazControl: Show multiline caption of TCheckBoxThemed correctly. Issue #29504, patch from Gabor Boros.
git-svn-id: trunk@51415 -
2016-01-25 18:55:37 +00:00
juha
001b1ee544 IDE: Make buttons with "..." wider. Used in many settings windows. Issue #29493, patch from Alexey Torgashin.
git-svn-id: trunk@51412 -
2016-01-25 16:22:14 +00:00
ondrej
2b1e36c811 codetools: fixes for the assignment atom flag.
git-svn-id: trunk@51411 -
2016-01-25 16:13:41 +00:00
juha
6c55ef9be7 Object Inspector: Set next value also when double-clicking a ComboBox with Class values. Issue #29503.
git-svn-id: trunk@51410 -
2016-01-25 16:08:57 +00:00
juha
fe93606ec3 Menu editor: Improve painting of menu items and their chevron graphs. Issue #29480, patch from Howard Page-Clark.
git-svn-id: trunk@51409 -
2016-01-25 14:44:01 +00:00
ondrej
14cae3b282 projecttemplates: use AppendPathDelim instead of IncludeTrailingPathDelimiter for config paths.
git-svn-id: trunk@51408 -
2016-01-25 12:50:57 +00:00
ondrej
a003937c8e leakview: use AppendPathDelim instead of IncludeTrailingPathDelimiter for config paths.
git-svn-id: trunk@51407 -
2016-01-25 12:49:37 +00:00
ondrej
aad053af75 packagetabs: use AppendPathDelim instead of IncludeTrailingPathDelimiter for config paths.
git-svn-id: trunk@51406 -
2016-01-25 12:49:18 +00:00
ondrej
5a4006d0a4 favorites: use AppendPathDelim instead of IncludeTrailingPathDelimiter for config paths.
git-svn-id: trunk@51405 -
2016-01-25 12:48:37 +00:00
ondrej
01a9fd311b IDE: use AppendPathDelim instead of IncludeTrailingPathDelimiter for config paths.
git-svn-id: trunk@51404 -
2016-01-25 12:47:53 +00:00
ondrej
3b96e24301 packagetabs: use IncludeTrailingPathDelimiter for config path
git-svn-id: trunk@51403 -
2016-01-24 23:01:51 +00:00
ondrej
17eeef7376 favorites: use IncludeTrailingPathDelimiter for config path
git-svn-id: trunk@51402 -
2016-01-24 22:59:00 +00:00
ondrej
ce45e00b29 ide: refactoring: use AppendPathDelim/IncludeTrailingPathDelimiter for config paths.
git-svn-id: trunk@51401 -
2016-01-24 22:51:50 +00:00
ondrej
befd8e10cb ide: lazconf: fix Primary- and SecondaryConfigPath. They should end without path delimiter (see InternalInit in lazbaseconf.inc)
git-svn-id: trunk@51400 -
2016-01-24 22:48:50 +00:00
ondrej
35f6ae024f sparta: forward unhandled keys from designer to OI. Issue #29488
git-svn-id: trunk@51399 -
2016-01-24 10:59:23 +00:00
ondrej
b69d0962f6 designer: forward unhandled keys from designer to OI. Issue #29488
git-svn-id: trunk@51398 -
2016-01-24 10:58:59 +00:00
juha
44e2d8db69 ComponentList: Prevent component selection on startup also when undocked. Check HostDockSite instead of Parent.
git-svn-id: trunk@51397 -
2016-01-24 10:13:40 +00:00
ondrej
3fc41dac19 codetools: support hint modifiers not separated with semicolons as shown in FPC r32985 #207d40aab6, issue #29461.
git-svn-id: trunk@51396 -
2016-01-23 23:28:42 +00:00
juha
7758c1e4ae IDE: Allow ComponentList to unselect a component. Issue #29348, patch from Balázs Székely.
git-svn-id: trunk@51395 -
2016-01-23 22:25:36 +00:00
ondrej
100684af05 codetools: break code completion after assignment on keywords. Issue #29448
git-svn-id: trunk@51394 -
2016-01-23 19:35:43 +00:00
ondrej
dfcb38ee6a codetools: allow code completion for valid but not closed instructions. Issue #29448
git-svn-id: trunk@51393 -
2016-01-23 19:13:58 +00:00
ondrej
0b41165f50 codetools: fix code completion after assignment in class methods. Issue #29448
git-svn-id: trunk@51392 -
2016-01-23 18:42:51 +00:00
ondrej
c6d56cf204 codetools: raise assignment exception instead of the first one. Issue #29448
git-svn-id: trunk@51391 -
2016-01-23 18:15:41 +00:00