Vertical Tabs does not work in old IDEs (Delphi 6/7)
fixed in revision #5340
Changed compiler option. Now it no longer crashes my Delphi 6 IDE
Update changelog for r5340 (feature #226)
Feature #226: Fix Vertical Tabs in Delphi 6/7 and filter project files
indented comments
Update changelog for r5337 (feature #222)
Dark theme support
The Grep Window should now work fine, unless you modify the colors in the configuration dialog to create black on black text. Fixed in revision #5337
Feature #222: Grep context preview now updates syntax colors when switching light/dark mode
Update changelog for bug #481 fix (r5335)
Alt+F12 causes Delphi Crash
Turned out to be a range check error when interpreting the result of GetKeyState / GetAsyncKeyState and only happened in debug builds because debug builds enable range checking while it is disabled in release builds. Fixed in revision #5335
Fix for bug #481: Auto Switch Desktop crash in Debug builds (Alt+F12 crashes IDE)
You wrote "pressing Alt+F12 to switch from code to form". Alt+F12 switches between form designer and dfm text view. F12 switches between Form and code. Which one is it that causes the crash?
Can you reproduce the problem when you compile in Debug mode? I can't find anything that could cause this problem.
Update changelog for r5333
Grep: Work around blank docked Grep Results window by calling ForceRedraw after ShowForm
Update changelog for r5331
Grep Results Options: Replace Reset button with 'Use default colors' checkbox for context match colors
UPDATE !! I've had built with Debug Build Configuration. Now I've rebuilt GExpertsRS130.dll with Release Build Configuration and is functioning properly. Sorry for the inconvenience Diego.
UPDATE !! I've rebuilt GExpertsRS130.dll with Release Build Configuration and is functioning properly. Sorry for the inconvenience Diego.
Grep: Replace RichEdit context preview with syntax-highlighted SynEdit
Alt+F12 causes Delphi Crash
I cannot reproduce the problem. This is how it looks on my computer. 
Fix line endings: restore CRLF on all .dpr, .dproj, .pas, .dfm, and .md files modified in r5328
Vertical Tabs for the editor window
implemented in revision #5328
Feature #224: Vertical Tabs for the editor window
Dark Mode works for me. Is this for a particular dialog where it doesn't work for you?
Fix for bug in feature #202: LicenseNotificationEnabled is a string value
In recent Delphi versions there is already a "Tabs" entry in the main menu so that function would most helpful in older versions.
Feature #206: Tighten the TMessageForm Esc handling
Updated from dzlib repository
Unit Groups with tags
Vertical Tabs for the editor window
Add a keyboard shortcut to the tab dropdown
Updated from dzlib repository
Dark theme support
Add option to turn off the licence notification in the IDE
implemented in revision #5323
Feature #202: Add option to disable the IDE license notification
Renenable closing the Exception dialog with Esc
fixed in revision #5322
Feature #206: Re-enable closing the Exception dialog with Esc
Open File dialog does not save its position and size
fixed in revision #5321
Fix for bug #480: Open File dialog does not save its position and size
Open file expert: search within project group
implemented in revision #5320
Feature #175: Open File expert - add Project Group tab
Open File dialog does not save its position and size
Rename TCommentStyleConflictMessage to TCommentStyleConflict
Improve Comment Expert
implemented in revision #5317
Update changelog for feature #178 (r5317)
Feature #178: Comment expert detects block comment conflicts and falls back to //
A way to differentiate the mathematical <> (greater, less) from the breakets in generic Classes in the Code Formatter
fixed in revision #5316 (Note: this did not make it in today's release)
Fix for bug #219: Code Formatter treats nested generics as comparison operators
Unnecessary Grep Error Messages
implemented in revision #5315 by switching to the GExperts TGXMsgBoxAdaptor framework. The error dialog now has a checkbox to disable that message. (Note: This did not make it into the GExperts release from today.)
Feature #221: Grep access errors now use a Details dialog with Don't Show Again
Ticket moved from /p/gexperts/bugs/461/
I just tried to reproduce the problem in this way. No luck, it just found nothing, no error message. It might be easier to put a checkbox on the search form that suppresses missing-path warnings. I could do that, but I would have no way to test it.
ignores
Download page: list newest Delphi version first, add standalone generation script
Release 1.3.27: bump version to 1.3.28, add changelog for next release
Tag release 1.3.27
Code formatting options
Closed again due to inactivity of requester.
Formatter: wrong indentation for {} comment at start of unit
fixed in revision #5310
Fix for bug #479: Formatter adds wrong indentation for comment at start of unit
Update changelog for r5306 and r5308
Formatter config: regroup line break checkboxes and fix tab order
[PATCH] New options for enum indentation
implemented in revision #5306
added two enums to the preview to show the new options
Feature #198: New formatter options for enum indentation (work in progress)
Updated from dzlib repository
Updated from dzlib repository: add summary comments for methods
Updated from dzlib repository
Formatter: wrong indentation for {} comment at start of unit
A way to differentiate the mathematical <> (greater, less) from the breakets in generic Classes in the Code Formatter
TJSON.JsonToObject<TJSONReport<TPrintData>>(self.FPlaceholderData)
Hi Sorry for no response. for Example this one. TJSON.JsonToObject<tjsonreport\<tprintdata>>(self.FPlaceholderData)</tjsonreport\<tprintdata>
Duplicate instance dialog could offer to close the second instance
Seems to work. Thanks Achim.
Duplicate line
Implemented in revision #5302 I did not add a default keyboard shortcut because that would conflict with the same function in cnPack in case somebody installs both extensions. Assign whatever shortcut you want.
Feature: Duplicate Line editor expert
So?
A way to differentiate the mathematical <> (greater, less) from the breakets in generic Classes in the Code Formatter
Did not get an answer, so I assume the problem is fixed.
Add release automation script and credentials template
Fix MakeInstallers.cmd losing CRLF line endings, which caused CMD.EXE to fail finding the :makeinst label after the 6th installer build