0
I Use This!
Inactive

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
About to start major rewrite of the editor. The code will be similar to the new code in pdspread. More... over 14 years ago
Adding the unlicense to all repos. More... almost 15 years ago
Added a C version of the editor. More... over 15 years ago
Cleanup. Removed a lot of old files. More... about 16 years ago
Committing before cleanup. More... about 16 years ago
newparser3 contains code to recognise character sequences. It is also able to store them using a compact notation. This will be very useful for recording and running macros in the editor. More... over 16 years ago
More work on macro recording. More... over 16 years ago
Added condense.py. This is a program to test condensing the data saved when recording a macro. More... over 16 years ago
Major progress in macro recording. The program now records both cursor position and the character entered. The next main task is to condense the recorded data. More... over 16 years ago
Good progress on macro recording. More... over 16 years ago
Page-down has now been finished and works fine. Page-up will now be fixed and will use similar logic. More... over 16 years ago
More page-down work. More... over 16 years ago
More work on page-down. More... over 16 years ago
More work on the macro facility. More... over 16 years ago
Started on adding support for recording macros. More... over 16 years ago
Small change to the popup code. More... over 16 years ago
pdeditor5 now has a nice version of a popup window. This can be used to get info from the user like the name of a file to save to or open or the name of a macro. More... over 16 years ago
More work on page-up and page-down. More... over 16 years ago
Started on adding functionality to save and open files. More... over 16 years ago
Added a pagedowntemp function to help with testing page-up and page-down. This function easily retrieves a number of lines. More... over 16 years ago
Now implementing page-up and page-down. As part of this I changed the retrievedata function so that it can now retrieve a range of lines - not just one line. More... over 16 years ago
Made changing text on a line a bit more robust. More... over 16 years ago
More work in the insert and delete lines area. Also did some code cleanup and more of that will be done soon. More... over 16 years ago
Inserting and deleting lines is now supported. Made F2 the insert-line key and F3 the delete-line key. More... over 16 years ago
Added code for page up, page down and function keys. The page up and down code is only stub code at present. It will be completed very soon. More... over 16 years ago
Updated README. More... over 16 years ago
Fixed a bug where the text saved on a line depended on where the cursor was on the line. Now, the whole line is saved regardless of where the cursor is. More... over 16 years ago
Code cleanup in pdeditor2. Also added code to test resizing of terminal so we can change the value of the last line on the screen accordingly. More... over 16 years ago
Scrolling now works perfectly at both the top and bottom of screen. Next thing to look at is inserting and deleting lines. More... over 16 years ago
At last, the scrolling text problem is almost fixed. More... over 16 years ago