Releases: katahiromz/RisohEditor
Releases · katahiromz/RisohEditor
5.2.5
- Fixed a WS_CHILDWINDOW bug in dialog style listbox.
- Changed the release filename (RisohEditor-X.X.X.exe and RisohEditor-X.X.X.zip).
- Added TRANSLATORS.txt.
- Made owner-drawn controls visible.
5.2.4
- XP support.
5.2.3
- Fix AUTORADIOBUTTON STYLE.
5.2.2
- Update Italian translation.
- Support XML, XSLT, SCHEMA and REGISTRY resource types.
- Improved interpretation when language mismatch of RT_ICON/RT_CURSOR and RT_GROUP_ICON/RT_GROUP_CURSOR.
- Improved interpretation when language mismatch of RT_DLGINIT and RT_DIALOG.
5.2.1
- "English (United States)" will be selected if you entered
"En"
for language name. - Add "Query Constant" feature.
- Fix "Collapse All".
WS_POPUPWINDOW | WS_BORDER
must beWS_POPUPWINDOW | WS_CAPTION
.RT_FONT
support.- Improved "Add Resource" dialog.
5.2.0
- Correctly treat
DIALOG STYLE
values (WS_CAPTION
is default value ofDIALOG STYLE
). - Fixed a bug that the application unexpectedly deletes the file when it opened a compressed EXE file without expanding.
5.1.9
- Supported UTF-16 source input/output.
5.1.8
- Add check of recompilation upon cloning.
- Fix the selection after cloning.
- Correctly fail upon compilation error of string table and message table.
5.1.7
- Add PBS_MARQUEE and PBS_SMOOTHREVERSE styles.
- Fix the process of compilation error.
5.1.6
- Improve Italian translation.
- GUI adjustment.
- Fix "Clone In New Language".