Name | Modified | Size | Downloads / Week |
---|---|---|---|
src | 2015-07-14 | ||
paffed apps | 2015-06-09 | ||
paf assistant 1_2.zip | 2015-11-26 | 408.4 kB | |
paf_assistant_1_2_src.zip | 2015-11-26 | 628.4 kB | |
README.txt | 2015-11-26 | 3.3 kB | |
paf assistant 1_1.zip | 2015-06-26 | 329.3 kB | |
Totals: 6 Items | 1.4 MB | 0 |
Release Notes Version 1.2 [Fix] saving files now with CR/LF line separator instead LF only [Fix] after generating the .ini's, the syntax highlighting is fixed. [Fix] debug button hidden (only show when calling the file with /debug) [Fix] no more exceptions on empty lines in licenses.csv [Fix] DirectoryMoveable was filled by wrong selection box [Change] generic: to make the code better readable, re-arranged the general open function with enums [Change] export: added \App\Data\settings to auto-creation [Change] export: added \App\DefaultData\settings to auto-creation [Change] editors: add %PAL... variables described in ticket #14 [New] registry toolkit with these features: - extra tab with list of registry keys and values - check for syntax and presence of entry - detect type of registry value (of present) - refresh all rows for key existance - key blacklist (direct match) - delete entry from list deletes it also automatically from .ini - extract all registry keys from launcher.ini - import keys/values from foreign launcher.ini - import keys/values from *.reg file - import keys/values from *.txt regshot file and guess value types - value conversion - mass delete with selectable criteria - mass delete where entry starts with/contains text... Release Notes Version 1.1 [New] icons: implement 48px icon [New] icons: implement 128px icon [New] icons: 48x48 and 128x128 px icons are optional and deleteable [New] icons: implement copying from/to neighbor size [New] images: splash.jpg: implement splash.jpg [New] exporter: implement splash.jpg [New] files tab: both editors now have a syntax highlighting [New] templating: allow to attach custom tags to <option> tags [New] browser: if .ini file is opened, user can takeover all into to the editors [New] browser: now, user can takeover parts into the editors [Change] icons: move icons to files tab [Change] icons: icon-extract .exe is no more mandantory [Change] icons: re-worked check for presence (moved to Control.Tag, more reliable) [Change] files tab: re-work filling language combobox (from spec file) [Change] files tab: re-work filling category combobox (from spec file) [Change] language: re-work language guessing feature (maybe use separate .html for that?) [Change] tidy up: create one central function for file open [Change] browser: re-work text selection without windows clipboard [Change] browser: selection-related context menu items only showing when text selected [Fix] no more duplicate history entries [Fix] output of dependencies is invalid. Should be empty, but is "none". [Fix] no more duplicate questions when inserting a line from menu Release Notes Version 1.0 [New] generic: added online documentation [New] files tab: added editing capabilities of appinfo.ini and launcher.ini [New] files tab: added importing feature [New] files tab: added import for registry files into launcher.ini [New] templating: specification via .html file [New] templating: pre-defined data types [New] templating: data-type: list [New] templating: added data type assistant for templates [New] templating: added boilerplating (similar to templating) [Fix] tidied up source code and arranged in #Region's