mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-22 11:56:49 +01:00
Added more file formats to the Text Editor's Save Dialog.
This commit is contained in:
parent
5c9996fd58
commit
e8ffc10abf
@ -588,8 +588,18 @@ TextFileEditor::TextFileEditor() {
|
||||
EXTENSIONS.push_back("*.csv ; Comma-separated values");
|
||||
EXTENSIONS.push_back("*.cfg ; Configuration File");
|
||||
EXTENSIONS.push_back("*.ini ; Initialization File (same as .cfg Configuration File)");
|
||||
EXTENSIONS.push_back("*.csv ; Comma-separated values File");
|
||||
EXTENSIONS.push_back("*.res ; Resource File");
|
||||
EXTENSIONS.push_back("*.yml ; YAML File");
|
||||
EXTENSIONS.push_back("*.yaml ; YAML File");
|
||||
EXTENSIONS.push_back("*.toml ; TOML File");
|
||||
EXTENSIONS.push_back("*.htm ; HTML File");
|
||||
EXTENSIONS.push_back("*.js ; Javascript File");
|
||||
EXTENSIONS.push_back("*.css ; Cascading Style Sheets");
|
||||
EXTENSIONS.push_back("*.phtpl ; Pandemonium HTML Template Data File");
|
||||
EXTENSIONS.push_back("*.sh ; Bash Script");
|
||||
EXTENSIONS.push_back("*.bat ; Windows batch File");
|
||||
EXTENSIONS.push_back("*.ps1 ; Powershell File");
|
||||
EXTENSIONS.push_back("*.pxml ; Non-translation xml.");
|
||||
|
||||
current_file_index = -1;
|
||||
save_as = false;
|
||||
|
Loading…
Reference in New Issue
Block a user