Skip to content

Commit 792c11d

Browse files
committed
Add support for IDEA 2025.1
1 parent 7e362b5 commit 792c11d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- Support for simple spell checking
1111
- Automatic insertion of closing quotes
1212
- Support for *Code | Move Element Left/Right* (<kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Shift</kbd>+<kbd>←/→</kbd>)
13+
- Support for IDEA 2025.1
1314

1415
### Changed
1516

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pluginGroup = org.nixos.idea
55
pluginName = NixIDEA
66
pluginVersion = 0.4.0.17
77
pluginSinceBuild = 241
8-
pluginUntilBuild = 243.*
8+
pluginUntilBuild = 251.*
99

1010
platformType = IU
1111
platformVersion = 2024.1.6

0 commit comments

Comments
 (0)