Frédéric Vercaemst

Results 46 issues of 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) ![image](https://github.com/user-attachments/assets/6aced8ec-2340-47f9-b611-484207e6579a) Core app has an additional dependency...

question

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...

accepted

When executing the '**Removed unused variables**' action on below code, the protected global is removed, which is a breaking change. ![Image](https://github.com/user-attachments/assets/367e1c3d-2572-4063-8f92-af4c027f9da3) 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...

bug