Skip to content

Misc: Improvements#29

Merged
Wyvest merged 4 commits intoPolyfrost:mainfrom
Traben-0:main
Jan 28, 2026
Merged

Misc: Improvements#29
Wyvest merged 4 commits intoPolyfrost:mainfrom
Traben-0:main

Conversation

@Traben-0
Copy link
Contributor

image

Description

  • added option to colour nested preprocessor blocks (kinda like rainbow brackets)
  • added error highlight on code not indented further than the containing preprocessor block
  • added optional formatting warning when operator format doesnt match java / kotlin styling. e.g. MC > 1.21.2 rather than MC>1.21.2
  • fixed the same error and warn highlights appearing multiple times for the same line
  • fixed condition checks and highlighting for sugared version numbering e.g. 1.21.6 as opposed to 12106
  • added optional formatting warning when operator format doesnt match java / kotlin styling. e.g. MC > 1.21.2 rather than MC>1.21.2

Related Issue(s)

Release Notes

- added option to colour nested preprocessor blocks (kinda like rainbow brackets)
- added error highlight on code not indented further than the containing preprocessor block
- added optional formatting warning when operator format doesnt match java / kotlin styling. e.g. `MC > 1.21.2` rather than `MC>1.21.2`
- fixed the same error and warn highlights appearing multiple times for the same line
- fixed condition checks and highlighting for sugared version numbering e.g. `1.21.6` as opposed to `12106`
- added optional formatting warning when operator format doesnt match java / kotlin styling. e.g. `MC > 1.21.2` rather than `MC>1.21.2`
- fixed a crash related to optimising imports

- error highlight on code not indented further than containing preprocessor block
- fixed the same error and warn highlights appearing multiple times in the same line
@Wyvest Wyvest merged commit dc707bc into Polyfrost:main Jan 28, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

StackOverflowError on Optimize Imports

2 participants