Frédéric Vercaemst
Frédéric Vercaemst
As requested in #535 we would like to sort **triggers** only (not procedures). I tried to run the 'Sort Triggers' actions, but nothing happens, since the triggers are surrounded by...
### Question We have the following setup: One repo, with multiple projects / apps, most having dependencies on each other (minimum against Core)  Core app has an additional dependency...
Please include the following with each issue: **1. Describe the bug** When a page contains various page controls with a tooltip, the Code Action 'Convert page control tooltip to table...
When executing the '**Removed unused variables**' action on below code, the protected global is removed, which is a breaking change.  In the app's settings.json file, I've however stated to...
When running a code cleanup on project level with below settings: ``` "alOutline.codeCleanupActions": [ "AddMissingParentheses", "AddObjectCaptions", "AddTableFieldCaptions", "AddPageFieldCaptions", "ConvertObjectIdsToNames", "FixIdentifiersCase", "FixKeywordsCase", "FormatDocument", "LockRemovedFieldCaptions", "RemoveBeginEnd", "RemoveUnusedVariables", "RemoveWithStatements", "SortPermissions", "SortPermissionSetList", "SortProperties", "SortVariables",...
I recently discovered the code action 'Wrap with Text.CopyStr' When used for below code block ``` // BC27 // ReportDocumentLine.Description := ReportFormatting.GetValueFromBuffer(TempServiceCommitmentForLineCaption, ServiceCommitmentForLine.FieldName(Description) ReportDocumentLine.Description := RecurringServicesPerLineLbl; ``` I apply the...