File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,6 +58,9 @@ Template for new versions:
5858## Fixes
5959
6060## Misc Improvements
61+ - DFHack text edit fields now delete the character at the cursor when you hit the Delete key
62+ - DFHack text edit fields now move the cursor by one word left or right with Ctrl-Left and Ctrl-Right
63+ - DFHack text edit fields now move the cursor to the beginning or end of the line with Home and End
6164
6265## Documentation
6366
@@ -69,24 +72,10 @@ Template for new versions:
6972
7073# 50.14-r1
7174
72- ## New Tools
73-
74- ## New Features
75-
7675## Fixes
7776- `preserve-rooms`: don't reserve a room for citizens that you expel from the fort
7877- `autobutcher`: fix regression in ordering of butcherable animals
7978
80- ## Misc Improvements
81-
82- ## Documentation
83-
84- ## API
85-
86- ## Lua
87-
88- ## Removed
89-
9079# 50.13-r5
9180
9281## New Tools
@@ -114,9 +103,6 @@ Template for new versions:
114103- `buildingplan`: only consider building materials that can be accessed by at least one citizen/resident
115104- Dreamfort: integrate with `preserve-rooms` to assign relevant rooms to nobles/adimistrators
116105- Dreamfort: smooth tiles under statues and other large furniture that you can't easily smooth later
117- - DFHack text edit fields now delete the character at the cursor when you hit the Delete key
118- - DFHack text edit fields now move the cursor by one word left or right with Ctrl-Left and Ctrl-Right
119- - DFHack text edit fields now move the cursor to the beginning or end of the line with Home and End
120106
121107## Documentation
122108- add documentation for ``dfhack.items.findType(string)`` and ``dfhack.items.findSubtype(string)``
You can’t perform that action at this time.
0 commit comments