Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backwards merging #380

Merged
merged 13 commits into from
Dec 16, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update IdeInfoDisplay.razor
huntercfreeman committed Dec 16, 2024
commit bf123087544772fd2164ea7af69f5b76391308c7
Original file line number Diff line number Diff line change
@@ -172,9 +172,26 @@
Recent Changes:
<div>
<div>
<div>v <em class="luth_em">0.9.7.8 </em> (WIP_DATE)</div>
<div>v <em class="luth_em">0.9.7.8 </em> (2024-12-16)</div>
<ul>
<li>WIP_DESCRIPTION</li>
<li>
Show function arguments in the tooltip.
</li>
<li>
Fix: single statement bodies 'if (true) aaa;'. This was breaking the scope logic.
</li>
<li>
Fix: function invocation as a statement.
</li>
<li>
Invoke 'ResourceWasModified(...)' first open of file. This permits consistent go-to definition resolution cross file.
</li>
<li>
Out, in, ref, params in function arguments listing (maybe in future change to check for any keyword?).
</li>
<li>
GetNodePositionIndices(...) for ConstructorDefinitionNode so the tooltip works.
</li>
</ul>
</div>
<div>