-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
42 lines (29 loc) · 1.98 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
License:
-------
Copyright (c) 2016-2017 Daniel Caujolle-Bert <daniel.caujolle-bert@unibas.ch>, BioEM Lab <https://c-cina.unibas.ch/bioem>, C-CINA <https://c-cina.unibas.ch>
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; version 2 of the License.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Installation:
------------
1) Install Notepad++ (7.2 at the moment), in it's non x64 flavour as it's not yet complete.
3) Start Notepad++, select "Define your language..." from "Language" menu..
Click "Import..." button and select one of the SerialEM_Lang.xml files in
"C:\Program Files (x86)\SerialEM for Notepad++\DeepBlack" or "C:\Program Files (x86)\SerialEM for Notepad++\Default"
sub-directories, according to your color scheme: "Default" for white background, "DeepBlack" for black one.
4) Restart Notepad++, SerialEM language can now be selected at the bottom of the "Language" menu.
- If you want to have both imported, you have to rename at least one of the "SerialEM" entries, right after imports (like SerialEM Light, SerialEM Dark, ...).
Usage:
----
To automatically select SerialEM language, just give ".sem" file extension of your script files.
The autocompletion is case sensitive: all script commands start with an upper case character, except "reportedValue*", "repval*" and "argVal*".
To get script's syntax & help popup, just press the question mark after the script name, e.g.:
LongOperation ?
or
LongOperation?
Enjoy.
---
Daniel