Conversation
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…s/checkout-5 Bump actions/checkout from 4 to 5
…ursor (like other editors do).
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…s/checkout-6 Bump actions/checkout from 5 to 6
When navigating with Ctrl+Click to namespace units like FPTest.Core.Utils, the IDE was unable to find the unit because the parser was stopping at dots when parsing the uses clause. Changes: 1. Removed dot from link delimiters in showlink (sourcepage.pas:1206) - This allows the entire namespace unit name to be underlined when hovering - Dots are now not treated as word boundaries for navigation highlighting 2. Fixed getorignamelist to handle namespace units (mseparser.pas:1794) - The parser now concatenates dotted namespace parts (Something.Utils) - Uses testoperator to detect dots without consuming the token - Properly extends the end position to encompass the entire namespace unit The root cause was that getorignamelist would stop parsing at the first dot operator, returning only the first part of a namespace unit. This caused findsourceitem to fail because the recorded endpos was before the cursor position when clicking on the latter parts of the namespace unit name.
==SUMMARY== Branch bug/namespace-navigation commits: * Detect when we are in the uses section or elsewhere * Fix code navigation for namespace units (issue #138) Branch main commits since creating feature branch: ==DETAILS== commit + 8a49e32 Author: Graeme Geldenhuys <graemeg@gmail.com> Date: Sat Dec 13 10:12:19 2025 +0000 Detect when we are in the uses section or elsewhere commit + d042826 Author: Graeme Geldenhuys <graemeg@gmail.com> Date: Fri Dec 12 12:59:27 2025 +0000 Fix code navigation for namespace units (issue #138) When navigating with Ctrl+Click to namespace units like FPTest.Core.Utils, the IDE was unable to find the unit because the parser was stopping at dots when parsing the uses clause. Changes: 1. Removed dot from link delimiters in showlink (sourcepage.pas:1206) - This allows the entire namespace unit name to be underlined when hovering - Dots are now not treated as word boundaries for navigation highlighting 2. Fixed getorignamelist to handle namespace units (mseparser.pas:1794) - The parser now concatenates dotted namespace parts (Something.Utils) - Uses testoperator to detect dots without consuming the token - Properly extends the end position to encompass the entire namespace unit The root cause was that getorignamelist would stop parsing at the first dot operator, returning only the first part of a namespace unit. This caused findsourceitem to fail because the recorded endpos was before the cursor position when clicking on the latter parts of the namespace unit name.
Update link to Bash installer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.