Podgląd skryptów instalacyjnych: Z wersji:
{https://ofp-faguss.com/fwatch/download/In-Game-Script-Editor.zip
http://faguss.paradoxstudio.uk/fwatch/download/In-Game-Script-Editor.zip}
EDIT "IGSE user config.hpp" 1 "" /newfile
1.0712025-04-15 22:09:17
1.082022-07-29 19:04:45
improved key list (F1) display
uses Fwatch 1.16 aspect ratio detection
updated quicksort function from 1.3 to 1.5
update find function
holding left control or right mouse button while launching script will force file manager
removed unnecessary messages when on-line check failed
config:
- increased default number of rows in file manager from 19 to 33
- added option to disable hiding chat
- variable AR_modifX and AR_modifY can be used in IGSE_WIDTH and IGSE_customY
- slightly shorter text editor width
file manager:
- when selected folder it doesn't display 0 B but "folder" instead
- added shortcut to return to the current mission folder
- removed code relating to "fwatch_check.sqf" as its obsolete
- added "jpeg" and "cab" extensions to the list of unopenable files
- message is displayed when you press CTRL+X/C/V
- brought back showing files cut to clipboard
- file filter is saved when you exit the script
- file filter is cleared when you change folder
- fixed bugs with typing file filter (onScreenTyping script was executed multiple times)
text editor
- faster switching to config with F12
- added recent files feature
- in case of error chat is restored so that message is visible
- fixed bug with data not being saved when exiting text editor (bug from previous version)
1.0812023-06-01 19:06:00
- fixed db corruption when renaming a file
- when renaming a file the name in recent file list is also changed
1.0822025-04-15 22:09:17
Config:
- Custom config changes are now done through file "IGSE user config.hpp" (instead of "IGSE configuration.hpp")
- User can now change dialog height value (instead of row count)
- Color macros were renamed
- File manager font size was set to be half of the row size
- Values for IGSE_autocomplete now aren't written in quotation marks
- Improved description of options
File Manager:
- Background is now gray instead of white
- Vertical and horizontal margins are the same size now
- Increased row size
- Added "opened folder" icon that's shown when selecting a folder
- Added icon for PBO files
- PBO files can now be unpacked
- Folders can now be packed to PBO (CTRL+P)
- Added .hashdb, .dat, .db to the list of extensions that can't be opened
- Recent file list can now be accessed from the File Manager
- Recent file list is updated properly when user renames, cuts, pastes, trashes files
- Now showing messages when user uses clipboard
- Fixed issue with uppercase extensions not being handled properly
- Fixed error message when cancelling trashing file by pressing arrow key
Text Editor:
- Fixed tiny gap between frames in the dialog
- Dialog is now properly centered vertically
- Error messages are now shown in the dialog (instead of showing them in the chat)
- Recreates user config when it's empty
Other:
- Automatically generates file "IGSE user config.hpp"
- Fixed issue with not loading mission-related data when IGSE_LOADLASTFILE was disabled