https://github.com/artofcode-/simpleedit
Windows Notepad replacement text editor
https://github.com/artofcode-/simpleedit
Last synced: 3 months ago
JSON representation
Windows Notepad replacement text editor
- Host: GitHub
- URL: https://github.com/artofcode-/simpleedit
- Owner: ArtOfCode-
- License: gpl-3.0
- Created: 2015-05-07T20:30:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-13T16:07:34.000Z (over 10 years ago)
- Last Synced: 2025-02-08T01:35:01.848Z (11 months ago)
- Language: C#
- Size: 1.36 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SimpleEdit
Windows Notepad replacement
-----
SimpleEdit is a text editor that replaces Windows' Notepad. It's significantly better:
- It can open files without messing up spaces, tabs, and newlines
- It has better editing capabilities (such as better tabs and indent preservation)
- It's had time spent on its development, instead of a last-minute throw-together Microsoft program
- It's far more customisable
- It's small, both in file size and in RAM usage
- It's fast
- It's easy to install (OK, Notepad comes pre-installed, but ssshhhhh...)
In short, if you hate Notepad (or have cause to use it frequently), you should be using this instead.
## Installation
Simple: go to the [install folder](https://github.com/ArtOfCode-/SimpleEdit/tree/master/install) and download the .zip file. Extract its contents, and run SimpleEdit.exe. Job done.
SimpleEdit doesn't rely on system-wide configuration, so can be run from any file location - even on USB.
## License
SimpleEdit is licensed under the [GNU GPL v3](http://choosealicense.com/licenses/gpl-3.0/).
SimpleEdit - Windows Notepad replacement text editor
Copyright (C) 2015 Owen Jenkins
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
The basic requirements of the GPL are:
- **Source disclosure**
You must provide the source code if you redistribute or modify. If you have not made changes to the source, linking to the root of this repository (http://github.com/ArtOfCode-/SimpleEdit) is sufficient.
- **License and copyright**
You must include a copy of [the licence](http://www.gnu.org/copyleft/gpl.html) and the copyright notice (found in the formatted block above) when you distribute this program.
- **State Changes**
If you have made any significant modifications to the source code, you must provide a log of the changes you have made.
- **No Sublicensing**
You may not apply any other license terms to any distributions you make.
Other than that, you can pretty much do as you wish with it, as long as you don't blame me if it all goes wrong :)
## Contact
If you want to get in contact with me, start here. If your contact is about:
- **a bug or feature request** - use the issue tracker here on GitHub.
- **support using SimpleEdit** - contact me at owen.jenkins2903@gmail.com.
- **anything else** - contact me at owen.jenkins2903@gmail.com.
Enjoy!