..:: 03.02.2004 , 12:29:05 ::..
Navigation:


News
Get Litestep!
LSTM2
Themes
Modules
Snippets
FAQ

Links

..:: Configuration Files ::..

..:: What Is LSTM? Using LSTM Configuration Files Hints & Tricks Download It ::..


What Are These Files In The Config-Folder?
The files are important for the Auto Completition, Shown !Bangs, BuiltIn Evars, OTS2 Evars, Code Snippets, CustomInfo Data and Syntax Highlighting. You can go on working on these files, if you want something to change or add.

BuiltInEvarsList.ini:
Here are the BuiltIn Litestep Evars saved.

CustomData.txt:
This is where you can find the Hint Definitions of the "What Is It?" feature, like:
- include
- ThemeName
- ... and so on.
If you like to, you can also add new hints, a small tutorial is also written in the first part of the file. There you can read, how to add any new hints.

Dictionary.ini:
This file is the Dictionary for the Auto Completition Feature, also all Keywords you want can be added.
You must simply do it once!

MyBangsList.ini:
Here you find the !Bang commands from the Multi Function Bar with their parameters, if any.
-New !Bangs can be added with the following syntax:

!Bangcommand#Parameter#Modulname

MyEvarsList.ini:
Here you find your OTS2 Evars taken from the "evars.rc".
This is also the place for all your Personal Evars you want to add!
-New $Evars$ can be added with the following syntax:

$Variable$#"What kind of Variable, e.g.: path"

NetLoadModules.ini:
On Module Updates, you can add more ModuleNames, so you don't need to watch again ;)
-New NetLoadModule can be added with the following syntax:

Modulename(or better LoadSyntax)#ModuleVersion (optional)

Tips:
First you need the name of the "ZIP-Archive"! on www.ShellFront.org (without the extension ".zip"), then make you sure (DOWNLOAD), that there is only ONE *.dll in the whole archive!!

  • Example:
    "Popup2-2.5.zip" contains 1 module popup2.dll and some *.txt files. The correct line in OUR file to add popup2.dll is now:
    popup2-2.5#2.5

    The *NetLoadModule line in the theme is then:
    *NetLoadModule popup2-2.5

    If there are MORE than ONE *.dll in the archive, the syntax is more complicated!


  • Example:
    "Popup2-2.5.zip" contains 2 module popup2.dll and oldpopup2.dll and some *.txt files. The correct line in OUR file to load popup2.dll is now:
    popup2-2.5 load popup2.dll

    The *NetLoadModule line in the theme is then:
    *NetLoadModule popup2-2.5 load popup2.dll
OTS2_UsedSettingsList.ini:
Since OTS2 has defined some (should be) theme independent settings for some modules in "personal.rc", here there are ;)
This is only internally needed for the OTS2 Theme Compatibility Check.
No need to change, except new Installer version with new ones came out (Totally optional) ;)

Preset_Theme.rc:
This is a backup from the minimal OTS2 "Preset_Theme.rc" in the main directory. So you can edit the "Preset_Theme.rc" in the main directory to your likeings and you will always have a backup.

Snippets.txt:
Well, your saved Snippets, should be maintained via LSTM2 Snippets Bar!

Syntax.ini: The Syntax Keyword Dictionary and Syntax Color will be saved in here. This can be edited in LSTM2 (Recommended), or in the file (If you understand it!).

© by LS-Universe