Marc Zinnschlag
|
60a835c16d
|
stop script editor from eating undo/redo shortcuts (Fixes #2506)
|
10 years ago |
cc9cii
|
081f3ed263
|
Make font setting selection immediate.
|
10 years ago |
cc9cii
|
7b4a9f1ea1
|
Moved script editor settings to its own section.
|
10 years ago |
cc9cii
|
8e49ccc2f4
|
Added user setting options.
|
10 years ago |
cc9cii
|
28048c0bf3
|
Simple line numbering and fixed-width fonts for the script dialogue. Based on Qt examples. Should resolve Bugs #2505 and #2512.
|
10 years ago |
Scott Howard
|
e2ef8c4022
|
fix -Wnewline-eof warnings
|
10 years ago |
Marc Zinnschlag
|
7e653cebdf
|
implement script editor via QPlainTextEdit instead of QTextEdit
|
10 years ago |
Marc Zinnschlag
|
ea4cd94c25
|
syntax highlighter modes
|
11 years ago |
Marc Zinnschlag
|
be61ed0f6a
|
minor cleanup
|
11 years ago |
Marc Zinnschlag
|
c2e3709d0f
|
moved syntax highlighter from ScriptSubView to ScriptEdit
|
11 years ago |
Marc Zinnschlag
|
d4981c3037
|
moved change lock from ScriptSubView to ScriptEdit
|
11 years ago |
Marc Zinnschlag
|
2f08d44313
|
moved script widget configuration code from ScriptSubView to ScriptEdit
|
11 years ago |
Marc Zinnschlag
|
06e1cfe613
|
added missing allowed drop types for script edit (script and region)
|
11 years ago |
scrawl
|
e19bbfd1b5
|
Fix OpenCS crash when drag and drop is used with unexpected data, e.g. plain text (Fixes #1543)
|
11 years ago |
Marc Zinnschlag
|
fc8ae2b9b5
|
fixed encoding problems
|
11 years ago |
Marek Kochanowicz
|
2bb9e47507
|
Improvements.
|
11 years ago |
Marek Kochanowicz
|
e1a0f60041
|
allow _foo ids without qoute
|
11 years ago |
Marek Kochanowicz
|
b83817e05e
|
May only include alphanumeric characters and underscores and may not start with a number.
|
11 years ago |
Marek Kochanowicz
|
3cc23a9cb3
|
very basic, but safe putting down " "
|
11 years ago |
Marek Kochanowicz
|
17af865a9f
|
checking for the source of the drop, reject those from other files for now
|
11 years ago |
Marek Kochanowicz
|
cbe1fe2f95
|
removed misplaced bracket
|
11 years ago |
Marek Kochanowicz
|
45d9364195
|
Put the id in the quote.
|
11 years ago |
Marek Kochanowicz
|
ec8c8a9d88
|
-journalinfo +topic
|
11 years ago |
Marek Kochanowicz
|
41606a67e4
|
implemented whitelist of allowed types in the scripts
|
11 years ago |
Marek Kochanowicz
|
930b77e60a
|
allow drag and drop into the script edit window.
|
11 years ago |
Marek Kochanowicz
|
97fe5465bf
|
created new files
|
11 years ago |