15 months agoMihai Bazonminor default tip
15 months agoMihai Bazonbind down_list to C-M-ARROW_DOWN and up_list to C-M-ARROW_UP as seems to be
16 months agoMihai BazonDL update
17 months agoMihai Bazonminor fix: foo.toSource(); bar.to<dabbrev_expand> didn't properly complete.
17 months agoMihai BazonDL update
18 months agoMihai Bazonsmall changes for better support for more parsers in the same file
18 months agoMihai Bazonmore keywords in lisp-mode
18 months agoMihai Bazoncall onProgressChange after renaming a buffer in order to update the modeline
20 months agoMihai BazonAdded some rectangle functions (string_rectangle, insert_rectangle,
20 months agoMihai Bazonfixed regression (centerOnCaretIfNotVisible not yet defined in frame)
20 months agoMihai Bazonminor DL CSS fixes
20 months agoMihai Bazonmerged?
20 months agoMihai BazonRolled back some ambitious changes that I never managed to polish and were
21 months agoMihai BazonDL update
21 months agoMihai Bazondisable display optimizations until I make these rock stable
21 months agoMihai Bazonsome cleanups
21 months agoMihai Bazonadded padding after the text content so that you can recenter the last line too.
21 months agoMihai Bazonadded beforeRedraw and afterRedraw buffer events, minor cleanups
21 months agoMihai Bazonfixed overlays
21 months agoMihai BazonDisplay code improvements, take one: render only a part of the buffer
21 months agoMihai Bazonsplice() won't add elements after end-of-array
21 months agoMihai BazonDL update
21 months agoMihai Bazonalternative keybindings for backward_up_list (M-a) and up_list (M-e) since they are quite useful
21 months agoMihai Bazonadded backward_up_list (C-M-u), down_list (C-M-d) and up_list.
21 months agoMihai BazonAdded my Emacs color theme
23 months agoMihai Bazonminor: don't forward_sexp in paredit_wrap_round for " and '
23 months agoMihai Bazonadded paredit_wrap_round ( M-( / M-[ / M-{ / M-" / M-' )
23 months agoMihai Bazonminor changes in dark theme; updated (c) notice
23 months agoMihai Bazonconsecutive mark_sexp commands will mark-extend consecutive expressions
23 months agoMihai Bazonadded mark_sexp (C-M-SPACE)
23 months agoMihai BazonDL update
23 months agoMihai Bazonhighlight search term in isearch (lazy highlighting still todo)
23 months agoMihai Bazonsome small fixes
24 months agoMihai Bazonsome small fixes
24 months agoMihai BazonImproved the frame layout code (got rid of some unnecessary containers,
24 months agoMihai Bazontiny details
2 years agoMihai Bazonwhen receiving an empty overlay as onOverlayChange, delete it instead.
2 years agoMihai BazonDejaVu looks better
2 years agoMihai Bazonremove selected text, if any, before yank (paste)
2 years agoMihai Bazonfixed the fix.
2 years agoMihai Bazonyet another fix
2 years agoMihai Bazonsmall fixes
2 years agoMihai Bazonminor speed improvements in DL (DOM.trash)
2 years agoMihai Bazonyet another minor fix for the case when the toplevel pixel of the caret is outside any candidate frame
2 years agoMihai Bazonfixed some frame-by-direction-movement issues
2 years agoMihai BazonAdded M-ARROWs to select frame by direction
2 years agoMihai Bazonfixed overlay problem (should be relative to the text container)
2 years agoMihai Bazonproperly restore focus after input in minibuffer; other CSS improvements
2 years agoMihai BazonMoved the modeline within the Ymacs_Frame widget, so that every frame has its own modeline
2 years agoMihai Bazonyet another theme from Emacs (zenburn)
2 years agoMihai BazonAdded more color themes generated from Emacs; exposed them in the demo app menu.
2 years agoMihai BazonSome new color skins, various fixes/cleanups:
2 years agoMihai BazonElisp utility to generate Ymacs color schemes based on Emacs faces
2 years agoMihai BazonSome more improvements to "xml zen".
2 years agoMihai Bazontypo
2 years agoMihai BazonAdded some limited "Zen Coding" [1] features to xml_mode.
2 years agoMihai Bazonminor fix -- throw exception when localStorage not supported
2 years agoMihai Bazonfuzzy completion (treat [-_] as .*[-_])
2 years agoMihai Bazoninclude globals in set_variable's TAB completion
2 years agoMihai BazonAdded facility to save/load files to/from localStorage.