3 weeks agoMihai Bazonsome small fixes default tip
4 weeks agoMihai BazonImproved the frame layout code (got rid of some unnecessary containers,
4 weeks agoMihai Bazontiny details
5 weeks agoMihai Bazonwhen receiving an empty overlay as onOverlayChange, delete it instead.
5 weeks agoMihai BazonDejaVu looks better
5 weeks agoMihai Bazonremove selected text, if any, before yank (paste)
5 weeks agoMihai Bazonfixed the fix.
5 weeks agoMihai Bazonyet another fix
5 weeks agoMihai Bazonsmall fixes
5 weeks agoMihai Bazonminor speed improvements in DL (DOM.trash)
6 weeks agoMihai Bazonyet another minor fix for the case when the toplevel pixel of the caret is outside any candidate frame
6 weeks agoMihai Bazonfixed some frame-by-direction-movement issues
6 weeks agoMihai BazonAdded M-ARROWs to select frame by direction
6 weeks agoMihai Bazonfixed overlay problem (should be relative to the text container)
6 weeks agoMihai Bazonproperly restore focus after input in minibuffer; other CSS improvements
6 weeks agoMihai BazonMoved the modeline within the Ymacs_Frame widget, so that every frame has its own modeline
6 weeks agoMihai Bazonyet another theme from Emacs (zenburn)
6 weeks agoMihai BazonAdded more color themes generated from Emacs; exposed them in the demo app menu.
6 weeks agoMihai BazonSome new color skins, various fixes/cleanups:
6 weeks agoMihai BazonElisp utility to generate Ymacs color schemes based on Emacs faces
6 weeks agoMihai BazonSome more improvements to "xml zen".
7 weeks agoMihai Bazontypo
7 weeks agoMihai BazonAdded some limited "Zen Coding" [1] features to xml_mode.
7 weeks agoMihai Bazonminor fix -- throw exception when localStorage not supported
7 weeks agoMihai Bazonfuzzy completion (treat [-_] as .*[-_])
7 weeks agoMihai Bazoninclude globals in set_variable's TAB completion
7 weeks agoMihai BazonAdded facility to save/load files to/from localStorage.
7 weeks agoMihai BazonAdded tag v0.4 for changeset f552fc3a963a
7 weeks agoMihai BazonFixes for Chrome and Safari v0.4
2 months agoMihai Bazonadded some new events (onTextInsert / onTextDelete in Ymacs_Buffer,
2 months agoMihai Bazonfix typo
2 months agoMihai BazonlineNumbers option to Ymacs widget
2 months agoMihai BazonAvoid covering line numbers with overlays, so people don't think that line
2 months agoMihai Bazonsmall fix in the drawing code (inserting an empty line wasn't reflected in
2 months agoMihai BazonLooks like we can afford to let TAB characters hanging around.
2 months agoMihai Bazonminor
2 months agoMihai Bazonfixed overwrite mode
2 months agoMihai BazonOptional prefix argument supported in htmlize_region. Empty arg (C-u) will
2 months agoMihai Bazonfixed bad regression in _insertText
2 months agoMihai BazonAdded tag v0.3 for changeset b82ae7079e02
2 months agoMihai Bazontoggle line numbers exposed in the sample app menu v0.3
2 months agoMihai Bazondiscard additional text props when a line is replaced
2 months agoMihai Bazonsome small fixes
2 months agoMihai Bazonforward/backward_whitespace: move to EOB/BOB if no non-whitespace character was found
2 months agoMihai Bazonnicer style for the line numbers
2 months agoMihai BazonC-x l -- toggle_line_numbers
2 months agoMihai Bazonsmall fixes
2 months agoMihai Bazonadded a simple CSS mode, small fix in isearch
2 months agoMihai Bazonsmall fix in center-line
2 months agoMihai Bazondisplay the prefix for C-u in the minibuffer; some fixes/cleanups in OS clipboard code
2 months agoMihai Bazonadded a for_region command which makes it easy to run some code within a
2 months agoMihai Bazonadded C-x h for mark_whole_buffer
2 months agoMihai Bazonupdated files in test.js
3 months agoMihai Bazonnormalize positions in indent_region
3 months agoMihai Bazoncopyright notices and license in the source files
3 months agoMihai BazonAdded tag v0.2 for changeset e1240dd82042
3 months agoMihai Bazonenforce existing command/function name in minibuffer_read_command; other small fixes v0.2
3 months agoMihai Bazonsupport for the "^" modifier in interactive defs, which adds a hint to the
3 months agoMihai BazonUsing Ymacs_Interactive for all commands where it makes sense.
3 months agoMihai BazonHalfway through with the transition to interactive commands and automatic