Andrei Kortunov
|
8ca3c3b123
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
|
PlutonicOverkill
|
829560719e
|
Make name highlighting more consistent and only for variable names
|
2017-05-02 17:28:42 +12:00 |
|
PlutonicOverkill
|
95f60d2bb3
|
Merge branch 'master' into mark-variable
|
2017-04-28 20:15:48 +12:00 |
|
PlutonicOverkill
|
cbb2b8b119
|
Add setting so feature can be turned off
|
2017-04-28 19:57:49 +12:00 |
|
PlutonicOverkill
|
a8e7628e83
|
Enable highlighting when cursor is placed over a name (script editor)
|
2017-04-28 19:28:05 +12:00 |
|
PlutonicOverkill
|
6063d8e31b
|
Fix existing context menu in script editor
|
2017-04-27 16:31:45 +12:00 |
|
PlutonicOverkill
|
3d1e640388
|
Add setting to change keyboard shortcut and fix another crash
|
2017-04-26 19:42:03 +12:00 |
|
PlutonicOverkill
|
83ff7d162c
|
Add comment/uncomment actions to the context menu
|
2017-04-25 16:12:59 +12:00 |
|
Rob Cutmore
|
e6ab3a4ba9
|
Remove unused CSVWorld::ScriptEdit::setMonoFont
|
2016-04-17 06:57:02 -04:00 |
|
Rob Cutmore
|
30493545f1
|
Update script editor tab width on font change
|
2016-04-17 06:54:31 -04:00 |
|
Rob Cutmore
|
25d9b77d10
|
Add setting for script editor tab width
|
2016-04-16 20:43:10 -04:00 |
|
Rob Cutmore
|
a3903d374f
|
Update script editor tab width (Bug #3286)
|
2016-04-07 07:47:47 -04:00 |
|
Rob Cutmore
|
d43315fe4e
|
Add script editor line wrapping (Feature #2926)
Adds line wrapping for script editor and associated entry in settings
window. No line wrapping remains the default.
|
2016-01-28 06:28:31 -05:00 |
|
Marc Zinnschlag
|
cf9fa0e0e9
|
first batch of changing over user settings usage to the new system
|
2015-12-12 14:49:16 +01:00 |
|
cc9cii
|
9cbda0ffad
|
Allow users to select syntax highlighting colours. Should resolve Feature #2507.
|
2015-05-29 22:20:43 +10:00 |
|
Marc Zinnschlag
|
60a835c16d
|
stop script editor from eating undo/redo shortcuts (Fixes #2506)
|
2015-05-16 10:18:11 +02:00 |
|
cc9cii
|
081f3ed263
|
Make font setting selection immediate.
|
2015-05-01 06:08:04 +10:00 |
|
cc9cii
|
8e49ccc2f4
|
Added user setting options.
|
2015-04-29 20:24:17 +10:00 |
|
cc9cii
|
28048c0bf3
|
Simple line numbering and fixed-width fonts for the script dialogue. Based on Qt examples. Should resolve Bugs #2505 and #2512.
|
2015-04-28 23:07:42 +10:00 |
|
Scott Howard
|
e2ef8c4022
|
fix -Wnewline-eof warnings
|
2015-03-11 10:54:45 -04:00 |
|
Marc Zinnschlag
|
7e653cebdf
|
implement script editor via QPlainTextEdit instead of QTextEdit
|
2014-09-01 10:52:10 +02:00 |
|
Marc Zinnschlag
|
ea4cd94c25
|
syntax highlighter modes
|
2014-08-24 17:56:20 +02:00 |
|
Marc Zinnschlag
|
be61ed0f6a
|
minor cleanup
|
2014-08-22 13:18:47 +02:00 |
|
Marc Zinnschlag
|
c2e3709d0f
|
moved syntax highlighter from ScriptSubView to ScriptEdit
|
2014-08-22 12:49:34 +02:00 |
|
Marc Zinnschlag
|
d4981c3037
|
moved change lock from ScriptSubView to ScriptEdit
|
2014-08-21 14:50:13 +02:00 |
|
Marek Kochanowicz
|
2bb9e47507
|
Improvements.
|
2014-02-17 08:58:55 +01:00 |
|
Marek Kochanowicz
|
3cc23a9cb3
|
very basic, but safe putting down " "
|
2014-02-16 18:41:42 +01:00 |
|
Marek Kochanowicz
|
17af865a9f
|
checking for the source of the drop, reject those from other files for now
|
2014-02-16 09:51:33 +01:00 |
|
Marek Kochanowicz
|
45d9364195
|
Put the id in the quote.
|
2014-02-15 22:14:27 +01:00 |
|
Marek Kochanowicz
|
41606a67e4
|
implemented whitelist of allowed types in the scripts
|
2014-02-15 20:49:09 +01:00 |
|
Marek Kochanowicz
|
930b77e60a
|
allow drag and drop into the script edit window.
|
2014-02-15 19:52:40 +01:00 |
|
Marek Kochanowicz
|
97fe5465bf
|
created new files
|
2014-02-15 17:55:18 +01:00 |
|