Go to file
hideheader 284d4b8ec8 Add editor options
(1) Add UI controls for `keyMap`, `tabSize`, `indentWithTabs`, and
`lineWrapping`; `indentUnit` tracks `tabSize`.
(2) Dispatch `change` events from `loadPrefs` to initialize CM options
from the controls' event listener.
(3) Move stock options from the `CM.fromTextArea` call into `CM.defaults`.
Add `CM.setOption` method, analogous to the instance method, which updates
`CM.defaults` and sets the option in all instances; add `CM.getOption`
which simply returns `CM.defaults[option]`.
(4) Move the new editor functions into `CM.commands` and replace the
functions with commands.
2015-03-15 12:40:38 -04:00
_locales Add editor options 2015-03-15 12:40:38 -04:00
codemirror Mostly mute CSSLint, re-enable gutter marks, hide squiggles 2015-03-12 13:18:57 +03:00
csslint Remove eval from css-lint 2015-03-12 19:35:20 -04:00
.gitignore Removed unused CodeMirror dirs 2012-11-27 12:21:24 -06:00
16.png initial commit 2012-04-15 20:56:12 -05:00
19.png initial commit 2012-04-15 20:56:12 -05:00
48.png initial commit 2012-04-15 20:56:12 -05:00
128.png initial commit 2012-04-15 20:56:12 -05:00
apply.js Fix pushState logic for iframe changes #3+ 2015-03-05 12:02:26 -06:00
background.html initial commit 2012-04-15 20:56:12 -05:00
background.js Actually use the show-badge preference 2015-03-07 05:02:13 +03:00
COPYING issue 79 Add licence 2013-01-14 18:21:00 -06:00
edit.html Add editor options 2015-03-15 12:40:38 -04:00
edit.js Add editor options 2015-03-15 12:40:38 -04:00
health.js issue 102 Do something reasonable if the Stylish DB can't be read 2013-06-25 23:25:04 -05:00
help.png initial commit 2012-04-15 20:56:12 -05:00
install.js issue 5 updates for styles with settings 2014-02-06 15:05:31 -06:00
localization.js initial commit 2012-04-15 20:56:12 -05:00
manage.html Listing filters for 'Manage' 2015-03-14 13:33:36 -04:00
manage.js Listing filters for 'Manage' 2015-03-14 13:33:36 -04:00
manifest.json Manually apply styles to dynamic iframes #3 2015-03-03 10:48:29 -06:00
messaging.js Replace localStorage calls with prefs calls 2015-03-03 18:36:18 -05:00
popup.html A little to the left... no, more to the right... 2015-03-03 19:02:52 -05:00
popup.js Merge pull request #61 from tophf/global-search-in-new 2015-03-12 13:15:46 -05:00
README.md Translations on Transifex now 2015-01-30 20:41:43 -06:00
storage.js Add editor options 2015-03-15 12:40:38 -04:00
world_go.png initial commit 2012-04-15 20:56:12 -05:00

Stylish - a user style manager for Google Chrome and Opera.

Releases

Releases are available at the Chrome Web Store and the Opera add-ons site.

Help

See the help docs or ask in the forum.

Contributing

The source is hosted on GitHub and pull requests are welcome. Translations can be done on Transifex but are welcome as pull requests as well.

License

For copyright status of the "codemirror" directory, see codemirror/LICENSE. Everything else is:

Copyright (C) 2005-2014 Jason Barnabe jason.barnabe@gmail.com

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, either version 3 of the License, or (at your option) any later version.

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, see http://www.gnu.org/licenses/.