Readme.txt 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. IniEd
  2. -----
  3. TC Lister-plugin for viewing and editing settings files (*.ini, *.inf, *.reg).
  4. Minimal requirements
  5. --------------------
  6. - Total Commander 5.51
  7. Installation
  8. ------------
  9. 1. CAUTION! Uninstall all previous versions of plugin before the installation.
  10. 2. Unpack IniEd.wlx into a plugins' directory (f.e., c:\wincmd\plugins).
  11. 3. Select "Configuration -> Options" point in the TC menu.
  12. 4. Open "View/Edit" page.
  13. 5. Press "Configure internal viewer" button, then "LS-plugins" button.
  14. 6. Press "Add" button and choose IniEd.wlx. Press "Ok".
  15. 7. Enjoy! ;-)
  16. Hotkeys
  17. -----------------
  18. Tab or Ctrl+Tab - Switch between the Section and String panels
  19. Enter - Edit string parameter
  20. F2 or Shift+Enter - Rename string
  21. F7 or Ctrl+F - Find
  22. F3 or F5 - Find next
  23. F9 - Sort(all) alphabetically
  24. Ctrl+Del - Delete string
  25. Ctrl+Insert - Insert a string down to current
  26. Ctrl+Shift+Insert - Insert a string up to current
  27. Ctrl+Up - Move the string down
  28. Ctrl+Down - Move the string up
  29. Ctrl+PgUp - Go to the next section
  30. Ctrl+PgDown - Go to the previous section
  31. Ctrl+X - Cut
  32. Ctlr+C - Copy
  33. Ctrl+V - Paste
  34. Ctrl+A - Select whole string (in edit mode)
  35. Ctrl+D - Duplicate string
  36. Ctrl+N - Create new section
  37. Ctrl+` or
  38. Ctrl+BackSpace - Do/undo comment
  39. Ctrl+S - Save changes
  40. Ctrl+Shift+S - Save as...
  41. Ctrl+P - Options
  42. Alt+A - ANSI Encoding
  43. Alt+U - Unicode Encoding
  44. Alt+T - UTF-8 Encoding
  45. License (everybody has it, why not me? ;-)
  46. --------------------------------------------
  47. This software is a Freeware and is distributed "as is". You can use it
  48. however you want, yet without changing the distribution's contents.
  49. Author doesn't guarantee you fulfillment of all your best wishes.
  50. Also, he doesn't bear responsibility of any damages, caused by the
  51. software. Yet, he will try his best to react to each bug report. :-)
  52. Thanks
  53. ------
  54. This plugin was created with the use of TC Help and C. Ghisler's
  55. LS-plugin example's source code.
  56. Author wants to thank the following persons:
  57. Ajax A.S., Irakly Tchanturia - for their great advices, beta-testing
  58. and the current file translation.
  59. E. Savitch - for interesting ideas, found in his "Teaching plugin - RTF-viewer".
  60. Author
  61. ------
  62. Novostavsky Roman aka StayAtHome
  63. Web: www.stayathome.ho.ua
  64. E-Mail: stayathome@nm.ru
  65. Version history
  66. --------------
  67. v 1.2 - 12.04.2009
  68. [*] Now it is possible to save files with attributes "Hidden", "System" or "Read Only".
  69. [+] Shortcut Ctrl+Shift+S -- "Save as" is added.
  70. [+] Hints for left panel is added.
  71. [*] Limit for 1024 symbols in string is removed. Now limit is set in options.
  72. [+] Word-wrapping is added when editing long strings.
  73. [+] Background color settings is added for left and right panels.
  74. [+] Font style and color settings is added for left panel and for sign "=".
  75. v. 1.1 - 13.07.2004
  76. [-] Fixed the error occured while calling the options window.
  77. [*] Sections listing font is changed to "MS Sans Serif" as default.
  78. [-] In some cases the context menu couldn't be called.
  79. [+] Added "cancel" button which allows to cancel the quiting from plugin
  80. in file saving request while pressing "Esc".
  81. [-] Plugin lost the focus while pressing cancel in "Save as" window.
  82. [+] Double click on divider automaticaly sets the width of sections panel.
  83. [*] Context menu items order is changed.
  84. [-] While editing if mouse was clicked on other section
  85. the following message: "Section already exists" appeared.
  86. [-] Double click on "< All sections >" item switched on string editing.
  87. [+] An ability to sort strings and sections in alphabet order added.
  88. [+] Unicode support.
  89. [+] Switches and shows current encoding in status bar.
  90. [+] Sections now can be copied, cut and pasted together with its content.
  91. [*] Now plugin handles the files with following extensions: .ini, .inf, .reg.
  92. [-] Fixed the incorrect displaying of symbols with big font size.
  93. [*] Now plugin opens null size files.
  94. [+] UTF-8 support.
  95. [*] Added error handling, occured if there was string in file with
  96. more than 1024 symbols.
  97. [+] The information about strings and sections added to status bar.
  98. [+] Alternative hotkey for "Comment/Uncomment" (Ctrl+BackSpace).
  99. v. 1.0 - 05.07.2004
  100. [*] Improved fonts rendering in the Options dialogue.
  101. [-] Some points in context menu didn't work.
  102. [*] Small changes in context menu.
  103. [-] Error occured while working in an empty section.
  104. [-] The focus didn't move to Section list after the forced call (button "4").
  105. v. 0.4 Beta - 27.06.2004
  106. [!] Plugin completely rebuilt
  107. [+] Different hotkeys added
  108. [+] Added Clipboard support
  109. [*] Error handling has improved
  110. [+] Added current cursor position representation (percentage)
  111. [+] Added Status bar
  112. [+] Added search
  113. [-] Zero-sized file opening bug fixed
  114. [+] Highliting settings dialogue added
  115. [+] Added horizontal scrollbar
  116. [+] Menu item "Save As..." added
  117. [+] Saving Section Panel width added
  118. v. 0.3 Beta - still didn't appear in public for it's slowness
  119. [!] Syntax highliting rebuid for WinAPI and turned to separate stream
  120. [*] The Section panel font turned to proportional
  121. [+] Adeed Current Section Name bar
  122. [+] Added Ctrl+S hotkey
  123. v. 0.2 Alpha - 31.01.2004
  124. [!] First working buid
  125. A little bit slow yet almost perfect, surprisingly
  126. v. 0.1 Alpha - Never appeared in public
  127. Legend:
  128. [!] - Important
  129. [+] - Added
  130. [*] - Changed
  131. [-] - Bug fixed