summaryrefslogtreecommitdiff
path: root/startmode.c
AgeCommit message (Collapse)Author
2024-04-07N is completely done, will start on X maybe?Oskar
2024-04-05Working on 'N' now. Works pretty well. But it's not finished so i cantOskar
say how well it will go when i do N plus continue or N immediate.
2024-04-04Did some changes to the external variable so that it resets to 1 eachOskar
time.
2024-04-04Bugfixes. Still some things i gotta iron out. This is getting more andOskar
more complicated each day. Not sure if i like it. Although at least its not as complicated as it would have been if i would have kept the old validate_L and validate_N code. That would have been a bigger nightmare.
2024-04-01L+ and L- seems to work now.Oskar
2024-04-01More changes to functions. New arguments for call_LOskar
2024-04-01Started integrating multiples. Still in progress.Oskar
2024-03-31Singles doneOskar
2024-03-31new function call_singlesOskar
2024-03-31Started integrating the input system. Mainly trying to integrate theOskar
'singles' so far because they will be the easiest.
2024-03-26vimmn seems ok now, alot of cases that should technically fail do get past ↵Oskar
this function but thats out of the scope for it anyway so its fine. Alot of the cases it fails should already be covered by the functions before it.
2024-03-26added display_name_linecount, kinda out of scope but it was on my mindOskar
2024-03-10fixed and testedOskar
2024-03-07improved 7ed.c to make using the current flags a little smarterOskar
2024-03-03validating L is doneoskar
2024-02-11minor fixesOskar
2024-02-11README updateOskar
2024-02-11new + and - feature to increment and decrement the focus. I will make it ↵Oskar
more advanced.
2024-02-11More changes to the makefile to make it easier for testingOskar
2024-02-10Makefile changes because of some errors i cannot explain when using clang. ↵Oskar
Maybe its just me i don't know but i can not figure it out
2024-02-10Makefile changes and slight change to variable in startmode.cOskar
2023-12-23New delete line feature. Lost of fixes tooOskar
2023-12-23fixesOskar
2023-12-21fixed some annoyances with L and some issues with how X handles the lines if ↵Oskar
there is no newlines at the end. Also fixed NEW_LINE function to be more useful
2023-12-13fixed bug where newline was not created because the file did not end with oneOskar
2023-11-19minor fixes, changed some variables and stuffOskar
2023-11-11fixed huge bug in write functionOskar
2023-11-07Added edit mode and function to write the changes to file. Write function is ↵Oskar
not completely done yet because the temp file created by it is not removed when it is done. But other than that the editor actually works now. There are still some quirks that i need to sort out, especially the fact that you cant actually create a new line beyond the amount in the file you are editing
2023-10-28modified GET_LINE() to make it return the index of the first character of ↵Oskar
the line you are focused on
2023-10-27Minor changes to GET_LINE() , also did a little test to check if it worked ↵Oskar
like it should. Seems to be working...
2023-10-27GET_LINE() function is done. It was a PAIN to get working right. I hope to ↵Oskar
god ill be able to reuse code from here if in other functions. Im suspecting that im going to have to
2023-10-26Completely broken. Do not touchOskar
2023-10-26First commitOskar