updated .chm
* output .chm to binaries
Make the splitters in the IDE (more) visible
implemented in revision #4376 (config dialog needs more work)
added new IDE improvement: Enhance Splitter Visibility (position for check box in configuration dialog needs some work)
removed the assertions, instead we now exit
.chm with the original skin
for whatever reason, this file changed when rebuilding webhelp
* added skin for Webhelp and .chm in batch mode
should now work with the edge based html help viewer
fixed output file paths
added
converted from compressed format to uncompressed
Bugfix: Index file name was wrong
updated chm and pdf files
changed batch export targets
Hi! Still under Delphi 10.3 (Rio), I tested with a fresh compiled from r4364 and it is now back working! Yeah! I wanted to validate since which version it was working, but few revisions in a row simply did not compile successfully... until r4364! If it is only for me, you may close that ticket since now the CTRL+F11 works fine from a launch with nothing opened. Thx again.
Make the splitters in the IDE (more) visible
Make the splitters in the IDE (more) visible
fixed compile errors because of missing / wrongly placed IFDEF/ENDIF
Tried to fix font size configuration in several dialogs. Not sure whether it works in all cases.
UInt32 -> GXNativeUInt
fixed wrong GXNativUInt declaration (again)
now uses GXNativeUInt rather than yet another ifdef
{$IFDEF GX_DELPHI2009_UP -> {$IF not declared(UInt32)
TGxToolsAction.HandleDelayedSetShortcut split into .HandleDelayedSetShortcut and .doSetShortcut like in TGxMenuAction.
fix for compile error in release build
TGxToolsAction.doSetShortcut -> .HandleDelayedSetShortcut
refactoring of the fix for bug #393 (partly contributed by Plamen Marinov again)
Formatter no longer indents nested $IFDEFs
additional debug output
Updated webhelp based on Jim's latest edits
syncronized help
webhelp update from jim 2024-10-23
changed output directory for webhelp
webhelp update from twm 2024-10-03
html export of documentation (last version created by Erik Berry) for reference
Updating help
Of course there are other collections like SWAG which is also available e.g. from DelphiDabblers GitHub repository. https://github.com/delphidabbler/swag (and here is the link to his code snippets collection also there: https://github.com/delphidabbler/code-snippets )
Code Librarian could import the DelphiDabbler Code Snippets Collection
Formatter no longer nexted indents $IFDEFs
Formatter no longer nexted indents $IFDEFs
With DELPHI IDE with nothing opened, CTRL+F11 does not trig the GExperts Open File
FIX: Restored OldCreateOrder and PixelsPerInch.
Merged changes from trunk.
fix for bug #393 GExperts key mappings is removed when I unload/install another "ToolsApi" package
Rename Components dialog for additional properties does not scale properly
fixed in revision #4342
Rename Components dialog for additional properties does not scale properly
* Updated project to Help&Manual 9
Bugfix: Input fields for additional properties now being resized properly
added dzVCL_DISABLE_DBGRID_SUPPORT to cond. defines
new cond. define dzVCL_DISABLE_DBGRID_SUPPORT to disable support for TDbGrid
Code librarian font sizes don't get restored after IDE restart in Delphi 12
Fixed in revision #4339. A side effect of this fix is that it turns off scaling for these fonts if the user sets them.
* Instead of setting FCodeText.Font directly we now set its ParentFont property to True and modify PnlView.Font
Icon for Exceptions Filter expert
* TGxEnhancedEditor now descends from TPanel
* removed TFormDpiScaler.GetControlFontSize and .SetControlFontSize
added TrySetBoolProperty function
indentations
Bugfix: TotalCount is not a menu shortcut
updated u_dzFileUtils from dzlib
Dark scrollbars for TSynMemo
Merged changes from trunk.
* changed oder of parameters of TfmCodeOptions.Execute, .SetData and .GetData
made Font property published
* New pointer type PCtrlDpiScaler
new constant DEFAULT_DPI = 96
don't scale left and top of a form
* Bugfix: I had switched the fonts for treeview and memo around
replaced FormShow event with overiding DoShow
* explicitly set ActivePage
changed layout of code librarian options dialog
* string -> TGXUnicodeString
new method TGXStorageFile.AddSlash as a replacement for GX_GenericUtils.AddSlash wich explicitly uses CodeLibPathSep.
* new overlaoded version of TGXStorageFile.GetObjectAttribute that combines .GetObjectAttribute and .MakeFileName
added GX_CodeLibFile to all projects
* moved TGXStorageFile from GX_CodeLib to GX_CodeLibFile
dproj was updated by Delphi 12.2
grep not search in opened in ide dfm files
Detect Delphi 12.2 (Athens Update 2)