Notepad-Sharp
Notepad-Sharp copied to clipboard
Code cleanup
I need to do some housekeeping things to clean up the code a bit. There are sections of code in the mainform file that can be delegated to other files.
Just an update, I was looking at the SuperPutty repo because SuperPutty is designed similarly to Notepad#. We could delegate many of the functions that are currently in the MainForm.cs file to a NotepadSharp.cs file. This new file will be used to represent the application itself and will handle basic application tasks like opening and closing tabs.
I am closing this issue as I have logged #155 to handle any modern, required code cleanup.