1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-18 09:34:04 +02:00
IntelliJ-IdeaVim/vim-engine
Filipp Vakhitov f1f86b5cd2 Simplify Register class
1. `rawText` vs `text` is confusing and `rawText` was misused, we do not need this field in IdeaVim at all
2. `rawText` and `keys` are the same thing, just parsed. And for some reason, rawText was a nullable field
3. Register is an immutable class now
4. Working with Register class is easier and more compact now
2024-11-22 17:15:07 +02:00
..
src Simplify Register class 2024-11-22 17:15:07 +02:00
build.gradle.kts Bump org.junit.jupiter:junit-jupiter-engine from 5.10.3 to 5.10.5 2024-10-30 18:10:50 +02:00
Evolution.md Add update to the evolution 2022-12-02 12:03:58 +02:00
gradle.properties Set up publishing of the vim-engine library 2023-07-20 16:50:14 +03:00