Thank you all for your good feedback!
D.J.Peters wrote:It's so clean and beauty I saw and read ALL your lines of code from Windows 9 library in the past it was far far away from clean coding
Joshy, any code you will understand if you wish :)
c-sanchez wrote:1. Save shortcut (Ctrl+S) is not working properly with saved files.
An unfortunate mistake, don't even know how I had not noticed ... In any case it's fixed now, files updated.
c-sanchez wrote:2. The Recent files menu is always showing an list, even if a empty one. A bit weird for me heh
3. Please add an "Clear recent files" option for Recent files menu.
This is an implementation of the IUP libraries from the author, I just took advantage of the built-in functions (
IupConfigRecentInit, IupConfigRecentUpdate). This function does not provide clearance. Create crutches or completely rewrite will not, because I do not see the big troubles from an empty list (when you use the editor it fills up very quickly)
c-sanchez wrote:4. The settings are only saved in Settings Window (?)
Change any option in View menu.
by ex. if in Settings window we have Show line numbers enabled, disable from View menu. Open settings window and press Cancel.
From the menu "View" settings are saved only for global widget (StatusBar, ToolBar), all other menu items are temporarily change until exist a tab or until you go to settings.
c-sanchez wrote:5. Various things need fixed/simplified in translation files.
menuuppercase=UPPERCASE and optioncaseup=Up, are not the same? indeed I translated optioncaseup as menuuppercase because "Up" for me haven't sense where it goes :P
In my opinion, some unnecessary duplicate strings
Like all texts between View menu and General > Editor from Settings window
In Russian localization is nothing unnecessary, maybe I'm not quite correctly translated into English. I find it easier to translate from English to Russian, Russian to English than:)