Commit Graph

181 Commits

Author SHA1 Message Date
wp_xyz
2b2368cb83 IDE: Use radiobuttons in project buildmode menu (rather than checkboxes). Issue #39497, patch by Alexey Torgashin 2021-12-03 10:24:16 +01:00
Juha
e67c74ed7e IDE: Disable Project Options toolbuttons while compiling many build modes. Issue #39332. 2021-10-09 12:26:30 +03:00
Juha
e1be3c5608 IDE: Update DefineTemplates after switching build mode. Issue x 2021-09-04 19:40:10 +03:00
mattias
14676d7a8e IDE: less verbosity
git-svn-id: trunk@64912 -
2021-04-03 12:06:26 +00:00
juha
6be311758d IDE: Ask about auto-creating form after adding a unit.
git-svn-id: trunk@64870 -
2021-03-25 09:59:38 +00:00
juha
566adc9a29 IDE: Make added units available for auto-create forms. Move function UpdateUnitInfoResourceBaseClass to avoid circular ref. Issue #38634.
git-svn-id: trunk@64869 -
2021-03-25 06:35:38 +00:00
mattias
8981264152 IDE: fixed project inspector/package editor requirement Apply Changes
git-svn-id: trunk@64758 -
2021-03-06 20:45:38 +00:00
balazs
53d2d1558a IDE: When adding existing forms (originally created in other project) to a new project, those forms are not shown in the list of units/forms which can be inherited. Issue #38584.
git-svn-id: trunk@64748 -
2021-03-05 16:09:38 +00:00
juha
14ed68a260 IDE: Update project's DefineTemplates after closing project compiler option.
git-svn-id: trunk@64712 -
2021-03-01 15:39:00 +00:00
juha
e0f966967e IDE: Update project's DefineTemplates after switching build mode.
git-svn-id: trunk@64709 -
2021-03-01 11:23:06 +00:00
juha
36968885dd LazUtils: Rename function FilenameIsPascalUnit -> FilenameHasPascalExt. Clashed with a function in Codetools. Update references.
git-svn-id: trunk@64376 -
2021-01-11 16:16:58 +00:00
juha
edc2cc5dbb Fix StandardCodeTool.HasInterfaceRegisterProc. Simplify code for checking added unit files.
git-svn-id: trunk@64156 -
2020-11-23 10:26:46 +00:00
juha
6a388f1fb5 IDE: Improve checks for validity of files and dependencies added to package/project. Issue #27421.
git-svn-id: trunk@64094 -
2020-10-31 14:49:30 +00:00
juha
3c3d45e467 Clean uses sections.
git-svn-id: trunk@63998 -
2020-10-13 11:27:30 +00:00
ondrej
0074814a23 IDE: update ProjInspector caption when changin mode from the options drop-down menu
git-svn-id: trunk@63993 -
2020-10-12 10:19:46 +00:00
juha
3376030a0e IDE: Improve updating Project Inspector on idle.
git-svn-id: trunk@63981 -
2020-10-09 14:08:18 +00:00
juha
500015b04a IDE: Adjust dependent package "Open" popup menuitem in ProjectInspector and PackageEditor according to state.
git-svn-id: trunk@63973 -
2020-10-08 17:56:48 +00:00
juha
41552a49c8 IDE: Support installing online package dependencies also from Package Editor.
git-svn-id: trunk@63962 -
2020-10-06 08:30:41 +00:00
juha
ab4eeb5ffc Packager: Reuse TPkgDependency.AsString.
git-svn-id: trunk@63956 -
2020-10-04 17:34:14 +00:00
juha
5382b08b6e Packager: Rename types and vars.
git-svn-id: trunk@63955 -
2020-10-04 17:34:12 +00:00
juha
5286e8b775 IDE: Reuse more code between Package Editor and Project Inspector.
git-svn-id: trunk@63954 -
2020-10-04 17:34:10 +00:00
juha
0907626dec IDE: Support installing online packages also from Package Editor.
git-svn-id: trunk@63953 -
2020-10-04 17:34:09 +00:00
juha
63be6f778d IDE: Create Proj/Pack property GUI controls only when needed. Refactoring.
git-svn-id: trunk@63952 -
2020-10-04 17:34:07 +00:00
juha
f44d7e5d74 IDE: Formatting.
git-svn-id: trunk@63947 -
2020-10-03 00:16:17 +00:00
juha
e950f25f2a IDE: Add GUI into Project Inspector for properties of dependent packages. Reuse existing code.
git-svn-id: trunk@63945 -
2020-10-03 00:07:12 +00:00
juha
f56f6b1a5d Packager: Move stuff related to editing projects and packages into a new unit ProjPackEditing.
git-svn-id: trunk@63944 -
2020-10-03 00:07:10 +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
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
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
8890612608 IDE: invalidate filestate cache after opendialog, because it can change files without switching to another application
git-svn-id: trunk@60619 -
2019-03-08 08:50:57 +00:00
juha
d35a69cd0c IDE: Remove the "Add files in directory" feature for projects and packages. It is messy, inconsistent and broken. Issue #33845.
git-svn-id: trunk@58821 -
2018-09-02 19:35:09 +00:00
juha
b20cf40349 Use RaiseGDBException from LazTracer unit. Remove similar funcs from IDEProcs and ComponentReg.
git-svn-id: trunk@58622 -
2018-07-24 17:49:21 +00:00
maxim
1e92b5dcc5 IDE: Project Inspector: fixed 'New FPMake requirement' menu item caption i18n
git-svn-id: trunk@58407 -
2018-06-25 21:18:17 +00:00
joost
0141dd2967 ide: Added ability to add fpmake-dependencies to projects
git-svn-id: trunk@58374 -
2018-06-21 22:18:52 +00:00
mattias
2a36fb9062 IDE: project inspector: remove file: fixed caption
git-svn-id: trunk@58027 -
2018-05-25 07:14:34 +00:00
ondrej
adb7170dbf IDE: images: remove menu_help and use btn_help instead
git-svn-id: trunk@57879 -
2018-05-10 08:30:42 +00:00
ondrej
a914eaa29d IDE: use TLCLGlyphs for IDE buttons
git-svn-id: trunk@57857 -
2018-05-08 23:10:58 +00:00
ondrej
a711fb97c0 IDE: remove redundant glyph assignments
git-svn-id: trunk@57723 -
2018-04-26 10:02:59 +00:00
maxim
55e42f7de3 IDE: added missing spaces in descriptions of online dependencies
in Project Inspector

git-svn-id: trunk@56723 -
2017-12-14 14:54:12 +00:00
balazs
08558f4b92 IDE: Project Inspector: Display missing "Required Packages" with different icon if the packages are available online. The possibility to install online packages directly from Project Inspector when Opkman is installed.
git-svn-id: trunk@56712 -
2017-12-13 07:29:59 +00:00
michl
01c54b6b69 IDE: High-DPI menu items. Issue #32431. Patch by FTurtle.
git-svn-id: trunk@55878 -
2017-09-17 19:02:57 +00:00
michl
6f5300c1e9 IDE: High-DPI: Fixed image sizes of in IDE used TTreeFilterEdits and TListFilterEdits.
git-svn-id: trunk@55498 -
2017-07-13 19:32:16 +00:00
ondrej
13110f6bd9 ide: project inspector: show build mode in caption
git-svn-id: trunk@55291 -
2017-06-09 16:02:02 +00:00
ondrej
dc0a33652f IdeIntf: TIDEImages: switch parameters for CreateImage, LoadImage and GetImageIndex methods.
git-svn-id: trunk@55039 -
2017-05-22 07:52:37 +00:00
michl
5d03c243b5 IDE: High-DPI: All IDE SpeedButtons DPI-aware
git-svn-id: trunk@55035 -
2017-05-21 20:59:29 +00:00
joost
1de2cbf586 general: Updated address of the Free Software Foundation in copyright messages
git-svn-id: trunk@54031 -
2017-01-29 21:04:32 +00:00
ondrej
0b5c0aac35 ide: add drop down build mode menu for options button in project inspector.
git-svn-id: trunk@53699 -
2016-12-16 12:32:02 +00:00
juha
874df07e16 IDE: Tweaking of code adding a package dependency.
git-svn-id: trunk@53161 -
2016-10-19 13:51:09 +00:00
mattias
36d42e0d9c IDE: clean up deprecated
git-svn-id: trunk@53140 -
2016-10-17 13:35:07 +00:00