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
|
e685de0f84
|
Fix script editor undo/redo context menu actions
|
2017-04-27 19:48:01 +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
|
1f699552f7
|
Fix infinite recursion bug in uncommentSelection()
|
2017-04-26 15:49:39 +12:00 |
|
PlutonicOverkill
|
61e374fdfc
|
Implement commentSelection() and uncommentSelection()
|
2017-04-25 19:12:18 +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 |
|
MiroslavR
|
13f289d1a5
|
Fix calculation of selected blocks in ScriptEdit
|
2015-07-06 16:35:45 +02:00 |
|
cc9cii
|
9cbda0ffad
|
Allow users to select syntax highlighting colours. Should resolve Feature #2507.
|
2015-05-29 22:20:43 +10:00 |
|
Rohit Nirmal
|
396fba7fa9
|
Silence -Wreorder warnings, and remove -Wno-reorder.
|
2015-05-21 22:46:44 -05: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
|
7b4a9f1ea1
|
Moved script editor settings to its own section.
|
2015-04-30 06:32:03 +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 |
|
Marc Zinnschlag
|
2f08d44313
|
moved script widget configuration code from ScriptSubView to ScriptEdit
|
2014-08-17 15:25:22 +02:00 |
|
Marc Zinnschlag
|
06e1cfe613
|
added missing allowed drop types for script edit (script and region)
|
2014-08-15 14:41:34 +02:00 |
|
scrawl
|
e19bbfd1b5
|
Fix OpenCS crash when drag and drop is used with unexpected data, e.g. plain text (Fixes #1543)
|
2014-06-26 20:49:22 +02:00 |
|
Marc Zinnschlag
|
fc8ae2b9b5
|
fixed encoding problems
|
2014-03-21 11:56:48 +01:00 |
|
Marek Kochanowicz
|
2bb9e47507
|
Improvements.
|
2014-02-17 08:58:55 +01:00 |
|
Marek Kochanowicz
|
e1a0f60041
|
allow _foo ids without qoute
|
2014-02-16 20:26:22 +01:00 |
|
Marek Kochanowicz
|
b83817e05e
|
May only include alphanumeric characters and underscores and may not start with a number.
|
2014-02-16 20:18:28 +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
|
cbe1fe2f95
|
removed misplaced bracket
|
2014-02-15 22:38:59 +01:00 |
|
Marek Kochanowicz
|
45d9364195
|
Put the id in the quote.
|
2014-02-15 22:14:27 +01:00 |
|
Marek Kochanowicz
|
ec8c8a9d88
|
-journalinfo +topic
|
2014-02-15 22:05:42 +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 |
|