Skip to content

A general purpose text editor that supports multiple programming languages for code editing.

License

Notifications You must be signed in to change notification settings

Hexman768/Notepad-Sharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notepad-Sharp

A general purpose text editor that supports various programming languages for code editing.

Build

Notepad# can be cloned into visual studio.

Once inside visual studio, you can just click the run button and everything should build correctly.

Troubleshooting

If you are having trouble building Notepad# then try the following:

  • Delete the reference to TabStrip.dll under Notepad-Sharp -> References and add it back from the Notepad-Sharp/Resources folder in the working directory.

Contributing

If you would like to contribute, please do one of the following:

  1. If any issues are found then please log a new issue describing the reproduction steps and expected results.
  2. Create a pull request and tag me as a reviewer.
  3. Provide feedback/tips and/or tricks. I am and will continue to be a student of software engineering.

Dependency

Notepad-Sharp utilizes the FastColoredTextBox as it's preferred method for syntax and custom syntax highlighting. Shoutout to PavelTorgashov for creating this amazing component!