Flags to AddIntEditField() & Editor: warnings when trying to change values set in...
commit5a26651b96278e323c59f287ba9bf507552cea0d
authorakruphi <92621645+akruphi@users.noreply.github.com>
Thu, 15 Jun 2023 09:52:46 +0000 (15 12:52 +0300)
committerakruphi <92621645+akruphi@users.noreply.github.com>
Thu, 15 Jun 2023 09:52:46 +0000 (15 12:52 +0300)
tree5cd1cc95c5c06233835f0a9e2070d8b2ef747c60
parent2a8b5cb98d207f9d352968c2557fcd23ebf8b5c9
Flags to AddIntEditField() & Editor: warnings when trying to change values set in .editorconfig

* Add Flags to AddIntEditField()

* If charset, indent_style & indent_size are set in .editorconfig
  added warnings (text now hardcore in code)
  about the prohibition of change them in Editor by F8/Shift-F8, Ctrl-F5, Shift-F5
  & disable them fields in local Editor settings by F9/Alt-Shift-F9

This PR explain situation #1592 for charset
and add simular behaivour for other .editorconfig parameters
after 6ff9f77

I'm not sure for good "????" in fileedit.cpp line 1131.
Please verify and may be correct message near "????" to more appropriate text.
far2l/src/DialogBuilder.cpp
far2l/src/DialogBuilder.hpp
far2l/src/cfg/config.cpp
far2l/src/cfg/config.hpp
far2l/src/fileedit.cpp