0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Jul 30, 2024 — Jul 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change of name from the old SExpr-Edit More... about 16 years ago
Missed packer test suite, such as it is. More... about 16 years ago
Fix the problem that was causing this not to run Added a primitive packing module for the panes so the sizes don't have to be hardcoded Added a new StatusLine pane, not quite fully operational yet, but close. More... about 16 years ago
Squeeze the edit pane down by two lines to have some room to play with statuses and refactoring tools just above. More... over 16 years ago
Minor cleanups, about to add back some panes to play with More... over 16 years ago
Bugfix for opening line... The primitives still work, just need some error trapping. Although that really shouldn't be their job... More... over 16 years ago
Start adding error checking... More... over 16 years ago
Start to focus the cursor based on whether we're in command-mode or other, also add a few of the cursor movements that were missing. Also remove redundant () from function calls, I was doing that inconsistently before. More... over 16 years ago
Rename the _command bit out of existence - just trying to keep the two panes' function names similar. More... over 16 years ago
Add visual mode as an afterthought, probably should think about minor modes like emacs for the C-v and V alternates. More... over 16 years ago
Add repeat counts before I get too far along. This primitive system will have to be excised later, once I find out the true generalization that lies behind this. More... over 16 years ago
Removed the old Keystroke commands as the trie is a more useful data structure for my needs, specifically it'll make autocompletion and tab-cycling almost a cinch. More... over 16 years ago
Relocate pane test suite to the start, add other panes later on. More... over 16 years ago
Refactor set_mode() out to a separate function. More... over 16 years ago
Small cleanups... More... over 16 years ago
Moved update to where it belongs, at a slight cost. Can't really decide if I want to have a flag signaling "quitting" or a messy exception or a bloody return value or just what. I definitely don't want what's present right now, though. More... over 16 years ago
Split command out into its own pane, eventually the panes need to have another manager to keep the coordinates straight... More... over 16 years ago
Add primitive command buffer, swap-case function. Typing and deleting work in the edit buffer, movement keys don't yet. More... over 16 years ago
Restructuring to real ASCII, adding a few commands More... over 16 years ago
Add documentation so test suite stops complaining More... over 16 years ago
Minor code cleanup More... over 16 years ago
Add a few small helper functions, start cursor movement functions up More... over 16 years ago
Merge the ASCII keystroke list in so I can check off commands. More... over 16 years ago
Unify the key commands... More... over 16 years ago
Small cleanups... More... over 16 years ago
Move Editor to a subclass, yank the bits that should be in the generic superclass. More... over 16 years ago
Added new Pane library, probably should have just tested this in-situ. More... over 16 years ago
Woops, forgot the MANIFEST change. More... over 16 years ago
Rename Pane to make room for superclass or something. More... over 16 years ago
Limiting movement properly, at least in a few cases. Building a new pane scrolling class *with* tests to take care of this issue once and for all. More... over 16 years ago