openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
Perl-Editor
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 16 hours
ago. based on code collected
about 16 hours
ago.
Jul 30, 2024 — Jul 30, 2025
Showing page 1 of 2
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Change of name from the old SExpr-Edit
Jeffrey Goff
More...
about 16 years ago
Missed packer test suite, such as it is.
Jeffrey Goff
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.
jgoff
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.
jgoff
More...
over 16 years ago
Minor cleanups, about to add back some panes to play with
jgoff
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...
jgoff
More...
over 16 years ago
Start adding error checking...
jgoff
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.
jgoff
More...
over 16 years ago
Rename the _command bit out of existence - just trying to keep the two panes' function names similar.
jgoff
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.
jgoff
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.
jgoff
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.
jgoff
More...
over 16 years ago
Relocate pane test suite to the start, add other panes later on.
jgoff
More...
over 16 years ago
Refactor set_mode() out to a separate function.
jgoff
More...
over 16 years ago
Small cleanups...
jgoff
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.
jgoff
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...
jgoff
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.
jgoff
More...
over 16 years ago
Restructuring to real ASCII, adding a few commands
jgoff
More...
over 16 years ago
Add documentation so test suite stops complaining
jgoff
More...
over 16 years ago
Minor code cleanup
jgoff
More...
over 16 years ago
Add a few small helper functions, start cursor movement functions up
jgoff
More...
over 16 years ago
Merge the ASCII keystroke list in so I can check off commands.
jgoff
More...
over 16 years ago
Unify the key commands...
jgoff
More...
over 16 years ago
Small cleanups...
jgoff
More...
over 16 years ago
Move Editor to a subclass, yank the bits that should be in the generic superclass.
jgoff
More...
over 16 years ago
Added new Pane library, probably should have just tested this in-situ.
jgoff
More...
over 16 years ago
Woops, forgot the MANIFEST change.
jgoff
More...
over 16 years ago
Rename Pane to make room for superclass or something.
jgoff
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.
jgoff
More...
over 16 years ago
←
1
2
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree