Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexman768/notepad-sharp
A general purpose text editor that supports multiple programming languages for code editing.
https://github.com/hexman768/notepad-sharp
code code-editor csharp docking-application dotnet editor fastcoloredtextbox highlighting notepad sharp solution studio syntax text text-editor visual windows-desktop windows-forms
Last synced: about 1 month ago
JSON representation
A general purpose text editor that supports multiple programming languages for code editing.
- Host: GitHub
- URL: https://github.com/hexman768/notepad-sharp
- Owner: Hexman768
- License: gpl-3.0
- Created: 2019-01-26T04:05:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-14T03:25:53.000Z (about 1 month ago)
- Last Synced: 2025-01-14T04:31:00.326Z (about 1 month ago)
- Topics: code, code-editor, csharp, docking-application, dotnet, editor, fastcoloredtextbox, highlighting, notepad, sharp, solution, studio, syntax, text, text-editor, visual, windows-desktop, windows-forms
- Language: C#
- Homepage:
- Size: 1.76 MB
- Stars: 22
- Watchers: 2
- Forks: 4
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
:spiral_notepad: Notepad# :spiral_notepad:
## :computer: About:
Notepad# (Short for Notepad-Sharp) is a general purpose text editor that supports various programming languages for code editing.## :hammer_and_wrench: Compilation:
Visual Studio IDE should compile the program perfectly.## :toolbox: 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.
## :octocat: Contributing:
If you would like to contribute, please do one of the following:
- If any issues are found then please log a new issue describing the reproduction steps and expected results.
- Create a pull request and tag me as a reviewer.
- Provide feedback/tips and/or tricks. I am and will continue to be a student of software engineering.
## :gear: 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!