SubEthaEdit
SubEthaEdit copied to clipboard
General purpose plain text editor for macOS. Widely known for its live collaboration feature.
[Specification & Documentation](https://github.com/fourplusone/SubEthaEdit/blob/feature/1-project-context/Documentation/ProjectContext.md) Here's my current Work in Progress on #1 (Project Context). This PR is meant to eventually provide an MVP for Project Context and serve as a basis...
It would be nice to be able to auto-identify if a pre-existing file is using spaces or tabs, and default to that instead of the application-level default.
See attached images. If I add a trailing ` /` to the `meta`, `link`, and `source` tags, re-indent works. But they should not be necessary.
One of the really neat things [jEdit](http://jedit.org/) and [mcedit](https://midnight-commander.org/) do, is allow transparent editing of gzip'ed files. They can open, edit, and save e.g. `.xml.gz` files and the user never...
Title: Black Document Window ----------------------------------------------- ## Short Description Attempting to join a remote document results in a black window containing only a title bar. ## Steps to Reproduce the Issue...
This probably will be necessary for nicer advanced features like project context, language servers, etc. maybe we can contain this to a lesser location, but generally speaking some wider reaching...
Might be a non-exhaustive list: - click decline while app is in background, decline being the first click. Will crash on next click after doing nothing. - click to activate...
I really like this tool and use it everybody, it my goto tool. I would like to see couple of feature on it that will help lot of people who...
The PR for #197
This allows for less version checks and further modernisation of the app. Questions: - Xcode recommends to enable some warnings. Given the age of the code base, I suspect it'll...