maxim
|
48e5d6068e
|
IDE: new images for 'close tabs' toolbuttons in search results dialog, patch by FTurtle, bug #36908
git-svn-id: trunk@62961 -
|
2020-04-13 22:00:25 +00:00 |
|
juha
|
559495ac52
|
Formatting.
git-svn-id: trunk@62908 -
|
2020-04-07 21:28:45 +00:00 |
|
juha
|
b129c0dd56
|
IDE: Set active project in Project Inspector when user opens it first time. Rename a method.
git-svn-id: trunk@62891 -
|
2020-04-05 15:01:19 +00:00 |
|
juha
|
651a6436a2
|
Support Haiku build. Makefiles are generated from Makefile.fpc files using proper tools. Issue #36316, patch from Alfred.
git-svn-id: trunk@62890 -
|
2020-04-05 11:35:01 +00:00 |
|
zeljko
|
114f2092b1
|
IDE: removed Qt/Qt5 workaround , fixed issue #36874
git-svn-id: trunk@62888 -
|
2020-04-05 09:20:10 +00:00 |
|
juha
|
8f74c1cd33
|
IDE: Add assertions to TMainIDEBar.CalcMainIDEHeight. Move to a better place. Trying to debug issue #34377.
git-svn-id: trunk@62880 -
|
2020-04-04 09:06:24 +00:00 |
|
dmitry
|
14d2b6e153
|
ide: reverting an accidental change from the previous commit (r62875)
git-svn-id: trunk@62876 -
|
2020-04-04 05:27:29 +00:00 |
|
dmitry
|
04ed47cd5d
|
ide: creating app bundle as a part of a build process for Cocoa WS. bug #36780
git-svn-id: trunk@62875 -
|
2020-04-04 05:25:44 +00:00 |
|
juha
|
3dd719c344
|
IDE: Open Code Explorer next to source editor by default. Partly reverts r59830 #95f1c7e0bc. Issue #36808.
git-svn-id: trunk@62831 -
|
2020-03-31 13:15:39 +00:00 |
|
juha
|
111c34dec3
|
Formatting.
git-svn-id: trunk@62830 -
|
2020-03-31 13:15:27 +00:00 |
|
juha
|
d84fe6746d
|
IDE: Jump to code declarations from Code Explorer with shortcut keys. Reuse event handlers. Issue #20048.
git-svn-id: trunk@62821 -
|
2020-03-30 18:26:36 +00:00 |
|
juha
|
d7bff517ba
|
IDE: Middle mouse click in Code Explorer now jumps to implementation. Issue #20048.
git-svn-id: trunk@62819 -
|
2020-03-30 13:56:00 +00:00 |
|
juha
|
56a4a9e0d5
|
IDE: Expand nodes in Code Explorer matching a filter. Reduce some parameters. Issue #36787.
git-svn-id: trunk@62818 -
|
2020-03-30 12:43:35 +00:00 |
|
juha
|
707c0d5894
|
IDE: Fix filter for directives in Code Explorer. Issue #35767.
git-svn-id: trunk@62816 -
|
2020-03-29 21:49:23 +00:00 |
|
juha
|
2ba03b720e
|
IDE: Update project inspector also when there is no active project.
git-svn-id: trunk@62813 -
|
2020-03-27 20:20:56 +00:00 |
|
juha
|
d14e99f26b
|
IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units.
git-svn-id: trunk@62800 -
|
2020-03-23 20:33:04 +00:00 |
|
mattias
|
d30dbcce35
|
buildintf: split from ideintf
git-svn-id: trunk@62796 -
|
2020-03-22 12:05:04 +00:00 |
|
mattias
|
a472e9ef09
|
buildintf: split from ideintf
git-svn-id: trunk@62795 -
|
2020-03-22 11:58:11 +00:00 |
|
mattias
|
60317e70ff
|
IDE: less hints
git-svn-id: trunk@62793 -
|
2020-03-22 09:39:21 +00:00 |
|
ondrej
|
765094ef99
|
IDE: do not save LPI on project reload. Issue #36813
git-svn-id: trunk@62780 -
|
2020-03-20 13:21:53 +00:00 |
|
marcus
|
3aed67b7ea
|
Amiga-systems need always athreads for lcl programs
git-svn-id: trunk@62766 -
|
2020-03-13 21:04:37 +00:00 |
|
martin
|
147cf21fef
|
Strip ext from exe name passed to compiler option -o. This is to make change in lazconf.pp work with unpatched compilers
Patch/Contributed by ccrause
git-svn-id: trunk@62756 -
|
2020-03-12 14:21:14 +00:00 |
|
balazs
|
21b6337d48
|
Revert r62735 #e640958255: IDE: Embedded designer.
git-svn-id: trunk@62740 -
|
2020-03-11 15:46:57 +00:00 |
|
ondrej
|
cef1d45559
|
Reverted revisions r62734, r62733, r62731, r62729, r62728, r62715, r62704 #6343248e4e - changes after MDI commit
git-svn-id: trunk@62738 -
|
2020-03-11 05:47:23 +00:00 |
|
maxim
|
c9b78527e8
|
IDE: fixed/cleaned up embedded designer resource strings
git-svn-id: trunk@62736 -
|
2020-03-10 23:05:35 +00:00 |
|
balazs
|
e640958255
|
IDE: Embedded designer.
git-svn-id: trunk@62735 -
|
2020-03-10 12:10:00 +00:00 |
|
juha
|
34e8771a89
|
IDE: Clear unused editor popup MenuItems. Issue #36776.
git-svn-id: trunk@62734 -
|
2020-03-10 09:29:49 +00:00 |
|
juha
|
8dda0c3323
|
Fix compilation.
git-svn-id: trunk@62731 -
|
2020-03-10 00:02:08 +00:00 |
|
juha
|
33ed35c417
|
LCL,IDE: Turn TMenuItem.Delete into a function returning the TMenuItem. Delete+Free unused MenuItems correctly in IDE's code. Issue #36776.
git-svn-id: trunk@62728 -
|
2020-03-09 21:29:06 +00:00 |
|
juha
|
4fe3c9d4be
|
IDE: Simplify and reuse function GetCommand in DebugManager.
git-svn-id: trunk@62727 -
|
2020-03-09 21:28:53 +00:00 |
|
juha
|
7d8ad4dd58
|
IDE: Refactor IDECoolBar classes. Move stuff from options frame to TIDECoolBar.
git-svn-id: trunk@62723 -
|
2020-03-08 23:00:22 +00:00 |
|
juha
|
af630e5c7e
|
LCL-QT5: Debug a crash in TQtWSWinControl.SetText.
git-svn-id: trunk@62713 -
|
2020-03-08 12:14:48 +00:00 |
|
ondrej
|
5e174a5729
|
IDE: fix fppkg configuration screen for linux if the user provided the compiler-executable inside the lib-directory itself. (prefix/lib/3.3.1/ppcarm or something)
git-svn-id: trunk@62698 -
|
2020-03-06 10:50:33 +00:00 |
|
ondrej
|
5228d4faea
|
IDE: FindFPCTool: fpc compiler path has higher priority than system path
git-svn-id: trunk@62696 -
|
2020-03-05 22:38:23 +00:00 |
|
ondrej
|
ace83bf86d
|
IDE: fix fppkg configuration screen for win32
git-svn-id: trunk@62695 -
|
2020-03-05 22:36:34 +00:00 |
|
juha
|
42beb70c91
|
IDE: Fix cancelling BuildMode when done through "Change build mode" tool button. Issue #36736, patch from errno.
git-svn-id: trunk@62679 -
|
2020-02-27 10:30:37 +00:00 |
|
mattias
|
7b68c36225
|
IDE: run params default for windows
git-svn-id: trunk@62674 -
|
2020-02-26 16:53:29 +00:00 |
|
juha
|
7d6d05a0bf
|
IDE: Change logic updating Application.Title and .Scaled in main source. Don't delete them when user option is off. Check for LCL app.
git-svn-id: trunk@62669 -
|
2020-02-24 09:51:03 +00:00 |
|
ondrej
|
74fb203f39
|
LCL: Screen.BeginTempCursor & EndTempCursor
git-svn-id: trunk@62664 -
|
2020-02-23 06:04:38 +00:00 |
|
juha
|
06950eefb7
|
IDE: In project inspector & package editor, add popup menuitems for opening folder of project/package. Fix visibility of FileType menu.
git-svn-id: trunk@62656 -
|
2020-02-21 16:34:56 +00:00 |
|
mattias
|
a5a26cdaec
|
codetools: IsCompilerExecutable now allows fpc* and ppc*, bug #36689
git-svn-id: trunk@62650 -
|
2020-02-20 09:03:44 +00:00 |
|
juha
|
0961a5797a
|
Turn unit ObjectLists to use generics, move it to Lazutils. Reduce typecasts in TPkgManager by using correct types when possible.
git-svn-id: trunk@62639 -
|
2020-02-17 12:23:38 +00:00 |
|
juha
|
8894c3707a
|
IDE: Update the "All options..." parser to work with FPC trunk. Issue #36671.
git-svn-id: trunk@62637 -
|
2020-02-17 06:31:39 +00:00 |
|
mattias
|
6756799c39
|
IDE: less hints
git-svn-id: trunk@62603 -
|
2020-01-31 14:10:12 +00:00 |
|
juha
|
1bfb7ec3fd
|
IDE: Update Application.Scaled line in project main source correctly.
git-svn-id: trunk@62580 -
|
2020-01-23 14:17:28 +00:00 |
|
juha
|
7cfe7dc26d
|
IDE: Remove Application.Scaled line from source also when Project1.Scaled=False.
git-svn-id: trunk@62579 -
|
2020-01-22 19:30:11 +00:00 |
|
martin
|
39650cf381
|
SynEdit, IDE: added ecMoveSelection...up/down/right/left, ecDuplicateSelection
git-svn-id: trunk@62575 -
|
2020-01-21 19:27:09 +00:00 |
|
martin
|
8220e396b5
|
IDE: updated description for commands ecMoveLineUp/Down
git-svn-id: trunk@62574 -
|
2020-01-21 19:27:06 +00:00 |
|
juha
|
6a5bdbd4f8
|
IDE: Implement configurable DropDownCount for more ComboBoxes. Issue #36595, patch from Vojtech Cihak.
git-svn-id: trunk@62571 -
|
2020-01-18 09:37:59 +00:00 |
|
maxim
|
f0bbd9622e
|
IDE: improved 'ANSI codepage is UTF-8' caption
git-svn-id: trunk@62559 -
|
2020-01-15 22:47:18 +00:00 |
|