0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Sep 05, 2024 — Sep 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix syntax highlighting in the embedded build, bug 571224 More... about 15 years ago
fix bug 570145: dynamic plugins were not being compressed (now they are) More... about 15 years ago
fix trailing commas and other random lint-detected errors More... about 15 years ago
Make the text editor depend on the theme manager, since the former connects to the latter's extension point More... about 15 years ago
add in support for if and loopfor attributes More... about 15 years ago
use eval to work out read properties More... about 15 years ago
minor tidyups More... about 15 years ago
adding some lines to the ignore file More... about 15 years ago
fix bug 568484: I created an "embedded" plugin with the sole purpose of reducing the number of plugins someone needs to be aware of when creating an embedded build. All it does is list the dependencies (5 at the moment). More... about 15 years ago
switch the logic around for adding missing trailing slash (reported by Calvin Yu on the mailing list) More... about 15 years ago
set level to info by default, which seems reasonable for Gritter's notification style. More... about 15 years ago
eliminate unnecessary notifier command More... about 15 years ago
added Gritter-based notification plugin (this fixes bug 568267 ... when the gritter_notify plugin is present, it will be used automatically for errors instead of alert()). More... about 15 years ago
'AS IS' -> "AS IS" in the license text, left over from the double-quote-to-single-quote change More... about 15 years ago
Make the text view more tolerant of bad syntax ranges and remove the workaround from the syntax manager, bug 570883 More... about 15 years ago
Comment out editor's debugging stuff (reminder bug #568306) More... about 15 years ago
Bring in the jsctags libraries and update Narcissus More... about 15 years ago
Second attempt: Add docs for writing themes More... about 15 years ago
Move the whitetheme plugin over to supported/ More... about 15 years ago
Add docs for writing themes More... about 15 years ago
Move the former edit_session:history test over to the file_history plugin. More... about 15 years ago
introduces "objects" in the plugin metadata. This can be a list of objects that need to be created in order for the plugin to work. More... about 15 years ago
Fix broken Editor API set/get syntax More... about 15 years ago
Fix themeStyles loading of theme plugins. Add a gradient to executed command in the command line output as theme example. More... about 15 years ago
Remove console.log from plugins.js More... about 15 years ago
Remove dependencies to 'screen_theme' and 'theme_manager' More... about 15 years ago
In some cases, catalog.createObject createc the same object a few times. Fix that. More... about 15 years ago
Remove updateSyntax() call from EditorView; remove a few TODOs from textView that are no longer relevant. More... about 15 years ago
Fix bug #570272: cmd-D on the last line causes an error More... about 15 years ago
Revamp the syntax highlighting engine to run in a web worker More... about 15 years ago