Michael Voříšek
|
ecd2796622
|
Fix JS whitespace CS (#9327)
* fix "no-extra-semi"
* fix "object-curly-spacing"
* fix "block-spacing"
* fix "padded-blocks"
* fix "space-before-blocks"
* fix "space-before-function-paren"
* fix "operator-linebreak"
* fix "space-unary-ops"
* fix "space-infix-ops"
* fix most "brace-style"
* fix "curly"
* fix most "brace-style" II
* fix "no-multi-spaces"
* search regex: (?<=\n)( +)(?! ).*\n(?!\1)( +)(&&|\|\||\()
* search regex: (?<=\n)( +)(?! |\*/).*(?<!;)\n(?!\1)( +)(?! |\}|\]|\)|\.)
* fix mostly "brace-style" /w allowSingleLine: false
* fix cs
* search regex: (//|/\*).*\n\s+\{
|
2024-01-30 07:50:02 +01:00 |
|
Aleksander Machniak
|
642b772087
|
Fix Help plugin menu (#8898)
|
2023-02-19 14:52:44 +01:00 |
|
Aleksander Machniak
|
57c67db029
|
Remove year(s) from copyright headers + some cleanup
|
2019-04-16 10:42:45 +02:00 |
|
Aleksander Machniak
|
13d203303e
|
Refactored Help plugin to use frames, added Elastic skin support
|
2017-08-02 19:13:19 +02:00 |
|
Thomas Bruederli
|
b34d679075
|
Specify licenses in all javascript files and blocks to please LibreJS
|
2014-04-27 15:35:07 +02:00 |
|
Aleksander Machniak
|
538e64c572
|
Fix Closure-compiler warnings, small code improvements
|
2013-12-18 20:57:35 +01:00 |
|
Thomas Bruederli
|
d8e1016109
|
Fix opening in new window; keep extwin mode when switching help actions
|
2013-07-09 17:02:51 +02:00 |
|
Thomas Bruederli
|
c795d528f9
|
Open help window in small mode; add more index links
|
2013-07-08 19:41:06 +02:00 |
|
Thomas Bruederli
|
08167e9114
|
Improve help plugin with some options to display contents according to the current task/step
|
2013-07-04 14:51:58 +02:00 |
|