Skip to content

Commit 1a0d6be

Browse files
apply suggestions
Co-authored-by: Will <[email protected]>
1 parent 5cd9791 commit 1a0d6be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ Blood, sweat, refactors, enhancements, tears, unit tests, bugfixes, blood, and m
385385
- allows searching for mappings using regular expressions. and normal expressions. as you desire
386386
- includes extensive options for filtering by types, access, names, and more
387387
- allows sorting by name, package, and depth
388-
- added specification by name for command arguments (`parameter=value`) instead of positionally ([#280](https://github.com/QuiltMC/enigma/pull/280))
388+
- added specification by name for command arguments (`parameter=value`) instead of by position ([#280](https://github.com/QuiltMC/enigma/pull/280))
389389
- the two can be mixed as long as all positional arguments come before named args
390390
- any argument can be specified either by name or position
391391
- this is necessary for the new search command which has an unfathomable FIFTEEN possible arguments
@@ -416,7 +416,7 @@ Blood, sweat, refactors, enhancements, tears, unit tests, bugfixes, blood, and m
416416
- the stats dialogue will default to the parameters for the icons, with changes made there being transient (except for the dialog-exclusive package filter)
417417
- added a GUI toggle for disabling/enabling icons
418418
- the tree will now update in real time as settings are changed
419-
- added indexing for parameters via `EntryIndex` ([#282](https://github.com/QuiltMC/enigma/pull/282))
419+
- added indexing for parameters via `EntryIndex` ([#282](https://github.com/QuiltMC/enigma/pull/282), [#298](https://github.com/QuiltMC/enigma/pull/298))
420420
- fixed wrong types occasionally being displayed in the editor panel
421421
- the editor panel will now show `<unknown>` for non-parameter entries in the LVT
422422
- added a search bar for the structure panel ([#266](https://github.com/QuiltMC/enigma/pull/266))
@@ -436,7 +436,7 @@ Blood, sweat, refactors, enhancements, tears, unit tests, bugfixes, blood, and m
436436
- added an option for allowing quick find to be persistent when the user clicks off
437437
- replaced the backend, eliminating some weirdness and making it more responsive
438438
- one weird part of the code down. 1000 to go
439-
- fixed the dialog sometimes becoming detached from the editor and appearing outside the main window
439+
- fixed the bar sometimes becoming detached from the editor and appearing outside the main window
440440
- fixed the first token clicked after opening the quick find dialog immediately navigating ([#270](https://github.com/QuiltMC/enigma/pull/270))
441441
- added navigation to method calls inside lambdas and static initializers ([#308](https://github.com/QuiltMC/enigma/pull/308))
442442
- uses parsing of the source code to obtain tokens for these calls, which can then be navigated via the editor
@@ -457,7 +457,7 @@ Blood, sweat, refactors, enhancements, tears, unit tests, bugfixes, blood, and m
457457
- your config will not automatically be migrated, make sure to update if you're using this option!
458458
- removed `main#features`
459459
- updated the navigator and fixed some issues ([#269](https://github.com/QuiltMC/enigma/pull/269), [#305](https://github.com/QuiltMC/enigma/pull/305))
460-
- navigation is now relevant to the cursor instead of an invisibly stored position
460+
- navigation is now relative to the cursor instead of an invisibly stored position
461461
- fixed the panel's count not updating properly when reloading mappings
462462
- fixed entries sometimes becoming improperly ordered when their types changed
463463
- fixed zero padding on label not always matching between index and total (`03/3` -> `03/03`)

0 commit comments

Comments
 (0)