Commit Graph

20761 Commits

Author SHA1 Message Date
juha
b2aa58981c SynEdit: Cleanup.
git-svn-id: trunk@64628 -
2021-02-20 20:40:46 +00:00
juha
a523ee94b3 SynEdit: Optimize parsing CompletionList. Use faster string comparison.
git-svn-id: trunk@64626 -
2021-02-20 13:14:27 +00:00
michl
89deb31d9e DockedFormEditor: Fixed flickering at anchoring control
git-svn-id: trunk@64624 -
2021-02-19 21:09:36 +00:00
martin
0c46287ea3 SynEdit: publish OnContextPopup, OnResize. Issue #038511
git-svn-id: trunk@64622 -
2021-02-19 02:13:52 +00:00
maxim
ced0827e1b DockedFormEditor: updated Russian translation
git-svn-id: trunk@64619 -
2021-02-18 22:12:24 +00:00
juha
350c9735d0 LazUtils: Optimize PosI(), the case-insensitive version of Pos().
git-svn-id: trunk@64616 -
2021-02-18 12:28:20 +00:00
michl
0d468e1564 DockedFormEditor: Fixed AV when options are modified and Anchor tab is shown
git-svn-id: trunk@64607 -
2021-02-17 21:05:35 +00:00
michl
ae5a9b54d1 DockedFormEditor: Option AllowSizing added
git-svn-id: trunk@64606 -
2021-02-17 20:39:32 +00:00
mattias
9baf8fe81d codetools: fixed GetSmartHint other unit
git-svn-id: trunk@64603 -
2021-02-17 13:59:24 +00:00
mattias
6eb0f734c5 examples: easter: enabled win32 gui app
git-svn-id: trunk@64600 -
2021-02-17 13:23:20 +00:00
mattias
f5caaeec5c sqldblaz: added TMySQL80Connection
git-svn-id: trunk@64599 -
2021-02-17 13:16:27 +00:00
mattias
531da16b59 sqldblaz: added TMySQL80Connection
git-svn-id: trunk@64598 -
2021-02-17 13:15:58 +00:00
michl
c681a65d52 DockedFormEditor: Disable all designers of forms and show code in source editor window when a designer is shown in a other source editor window
git-svn-id: trunk@64596 -
2021-02-16 22:33:25 +00:00
michl
5cc908ff89 DockedFormEditor: Fixed a bug with multiple source editor windows
git-svn-id: trunk@64595 -
2021-02-16 21:12:42 +00:00
juha
26427d65ae Docs: Updates for LCL, LazUtils. LazControls. Issue #38490, patch from Don Siders.
git-svn-id: trunk@64594 -
2021-02-16 20:18:40 +00:00
michl
2743adba42 DockedFormEditor: Refactoring: Use DockedTabMaster instead of IDETabMaster
git-svn-id: trunk@64593 -
2021-02-16 20:08:20 +00:00
juha
1f5fc709d3 LHelp: Focus TOC TreeView in a proper way. Sending key VK_T caused text being deleted in Lazarus source editor.
git-svn-id: trunk@64590 -
2021-02-16 11:53:53 +00:00
juha
98e62261f7 LHelp: Cleanup, improve a variable name.
git-svn-id: trunk@64589 -
2021-02-16 11:53:52 +00:00
michl
54dc02b128 DockedFormEditor: Changed logic of moving of control - only free sides can be moved - a docked side stays docked
git-svn-id: trunk@64587 -
2021-02-15 19:27:22 +00:00
juha
95fb12724c LHelp: Tweak string and extension handling.
git-svn-id: trunk@64585 -
2021-02-15 15:43:33 +00:00
juha
3f78f0d62d New optimized functions in LazUtils: FilenameExtIs and FilenameExtIn. Used instead of CompareFileExt and similar.
git-svn-id: trunk@64583 -
2021-02-15 08:43:50 +00:00
maxim
9434f5f507 LHelp: Regenerated translations, updated Russian translation. Also reverted not entirely correct changes from Ukrainian translation after r64579 #d01a19e924 (let maintainer handle such updates).
git-svn-id: trunk@64582 -
2021-02-14 22:33:47 +00:00
michl
9a22c9a8f7 DockedFormEditor: focus source editor after changing to tab code
git-svn-id: trunk@64581 -
2021-02-14 22:17:02 +00:00
ondrej
e80edc6b0d SynEdit: revert wrong changes (ScreenRowToRow->ScreenXYToTextXY, RowToScreenRow->TextXYToScreenXY) during the circular dependency removal
git-svn-id: trunk@64580 -
2021-02-14 18:46:26 +00:00
wp
d01a19e924 LHelp: Replace icons by high-dpi versions drawn by Roland Hahn. Redesign "About" box to show application icon.
git-svn-id: trunk@64579 -
2021-02-14 17:21:39 +00:00
michl
eb1efb5fd6 DockedFormEditor: Set focus on designer only when tab of SourceEditorWindow notebook is changed, not when active editor is changed, to prevent stealing focus from ObjectInspector
git-svn-id: trunk@64578 -
2021-02-14 15:45:26 +00:00
michl
b34cb9897a DockedFormEditor: Minor refactoring DockedFormAccess
git-svn-id: trunk@64577 -
2021-02-14 15:42:58 +00:00
michl
58c7171e6c DockedFormEditor Refactoring: Remove not needed code, rename a method
git-svn-id: trunk@64576 -
2021-02-13 22:33:47 +00:00
michl
e1df656379 DockedFormEditor: Fixed AV on designer default method creation (mouse double click)
git-svn-id: trunk@64573 -
2021-02-13 21:35:48 +00:00
martin
8b81b7cfd3 Debugger: Revert recent upper/lowercase changes
git-svn-id: trunk@64570 -
2021-02-13 14:30:50 +00:00
maxim
f24ef4bcda DockedFormEditor: renamed "Designer" tab to "Form" for better clarity, regenerated translations and updated Russian translation
git-svn-id: trunk@64569 -
2021-02-13 14:15:58 +00:00
mattias
62c37ad72a updated Makefiles
git-svn-id: trunk@64567 -
2021-02-13 13:01:14 +00:00
mattias
2cf64fa695 mouseandkeyinput: added makefiles
git-svn-id: trunk@64566 -
2021-02-13 13:00:58 +00:00
mattias
7282d3c425 lhelp: less hints
git-svn-id: trunk@64565 -
2021-02-13 12:42:40 +00:00
juha
436b2d3a74 Debugger: Fix a wrong change in r64527 #077ebbe494.
git-svn-id: trunk@64563 -
2021-02-13 08:54:07 +00:00
maxim
9f27264e00 DockedFormEditor: improved Russian translation
git-svn-id: trunk@64562 -
2021-02-13 01:09:11 +00:00
maxim
8ba5ad224f LHelp: updated Russian translation
git-svn-id: trunk@64561 -
2021-02-12 23:28:11 +00:00
maxim
4e6f87204a DockedFormEditor: removed unused resource strings for color hints (colors are self-evident from my POV anyway), improved wording of captions, regenerated translations and finished Russian translation
git-svn-id: trunk@64560 -
2021-02-12 23:22:31 +00:00
michl
c862011cd9 DockedFormEditor: Improved scrolling - awareness of ScrollCode scLine & scPage
git-svn-id: trunk@64559 -
2021-02-12 22:23:22 +00:00
wp
b9656b6bf5 LHelp: Fix LCLscaling. See also issue #38479
git-svn-id: trunk@64558 -
2021-02-12 22:12:14 +00:00
michl
12f029a586 DockedFormEditor: Anchors entry is scrollable per mouse wheel
git-svn-id: trunk@64557 -
2021-02-12 21:56:35 +00:00
michl
aa347b8cec DockedFormEditor: MouseWheel on ScrollBars scrolls designer
git-svn-id: trunk@64556 -
2021-02-12 19:16:11 +00:00
martin
14dc58d892 FpDebug: test and helper apps, fixed some compile errors
git-svn-id: trunk@64555 -
2021-02-12 18:31:09 +00:00
martin
068feeb931 FpDebug: remove MemMgr.DefaultContext. All MemRead/Write must go via a location-context.
git-svn-id: trunk@64554 -
2021-02-12 18:31:07 +00:00
michl
d0a8ca2502 DockedFormEditor: Fixed AV after revision 64547 #7e625598d0
git-svn-id: trunk@64551 -
2021-02-12 13:29:34 +00:00
michl
5264d8bc1c DockedFormEditor: Remove not needed method LongestCaption after revision 64543 #023f7860d7
git-svn-id: trunk@64550 -
2021-02-12 12:42:07 +00:00
juha
95c347474a LazUtils: In GetSupportedEncodings return codepage names as they are. They are already mixed case.
git-svn-id: trunk@64549 -
2021-02-12 10:33:10 +00:00
juha
d608622e30 IdeIntf: Reduce calls to UpperCase() and LowerCase().
git-svn-id: trunk@64548 -
2021-02-12 10:26:41 +00:00
michl
7e625598d0 DockedFormEditor: Hide tab "Code" when just code without form is edited
git-svn-id: trunk@64547 -
2021-02-12 00:28:02 +00:00
maxim
018f2c310e DockedFormEditor: improved wording of captions, regenerated translations and partially updated Russian translation
git-svn-id: trunk@64546 -
2021-02-11 23:55:54 +00:00