Skip to content
General purpose plain text editor for macOS. Widely known for its live collaboration feature.
Objective-C HTML C++ Java C PHP Other
Branch: develop
Clone or download

Latest commit

fourplusone and monkeydom [FEAT #120] highlight inconsistent indentation (#152)
* [FEAT #120] highlight inconsistent indentation
* [FEAT] Inconsitent indentation preference + menu entry
* [FIX] In tab based indentations allow for tabWidth - 1 spaces at the end of an indentation
* [FIX] hightlight all tabs
* [CHORE] replace constant NSNumber numberWithBool with @yES and @no
* More consistency adjustments
* [CHANGE] be more aggressive and enable show inconsistentIndentation by default

Co-authored-by: Dominik Wagner <dom@monkey.productions>
Latest commit 59b684f May 15, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Artwork-Sources [ADD] add caution symbol to be used in tab bar and temporary activati… Aug 30, 2019
BuildConfig [META] bumped version, added new release version to changelog, update… Mar 26, 2020
Documentation [FEAT #119] markdown live preview (#161) Mar 25, 2020
Modes-Scripts-Todo [MOVE] external modes to root of repo May 23, 2014
Modes-Website [CHANGE] renamed (German|English|Japanese|Dutch).lproj folders to (de… Jul 16, 2014
OgreKit [CHORE] update to latest xcode version Dec 14, 2019
SubEthaEdit-Mac [FEAT #120] highlight inconsistent indentation (#152) May 15, 2020
SubEthaEdit.xcworkspace [FIX #62 #111] Improve bash mode and fix indentation (#140) Oct 5, 2019
TCMScripts [CHANGE] TCM_GenerateRevisionConfig.sh checks if Inf-plis needs updat… Nov 14, 2018
UniversalDetector @ 61cdc70 [CHORE] update to latest xcode version Dec 14, 2019
see [FEAT #120] highlight inconsistent indentation (#152) May 15, 2020
.gitignore [FIX #62 #111] Improve bash mode and fix indentation (#140) Oct 5, 2019
.gitmodules [FIX #43] Use native tabs Jul 26, 2019
.hgignore added versioning script for hg Jun 18, 2010
Acknowledgements.md [CHORE] update acknowledgements to properly reflect use of onigmo Aug 10, 2019
ApplicationDefinition.md [DOC] updated the ReadMe and Contributing documents, added first draf… Nov 4, 2018
ChangeLog.md [FIX] fixed undesired leading whitespace strip in markdown preview Apr 17, 2020
Contributing.md [DOC] updated the ReadMe and Contributing documents, added first draf… Nov 4, 2018
Contributors.md [META] bumped version, added new release version to changelog, update… Mar 26, 2020
LICENSE.txt [META] update copyright to 2019 Apr 5, 2019
ReadMe.md [META] bumped version, added new release version to changelog, update… Mar 26, 2020
azure-pipelines.yml [FIX #108] Unittests don’t work (#109) Aug 10, 2019

ReadMe.md

SubEthaEdit

General purpose plain-text editor for macOS. Widely known for its live collaboration feature.

github.com/subethaedit/SubEthaEdit is the main development repository.

subethaedit.net is the base for the official releases in and out of the app store.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Development is done on most recent macOS and you are expected to have a apple developer account.

  • Clone the repo, and switch to the develop branch
  • Initialise the submodules by
git submodule update --init
  • Edit the BuildConfig/Identity.xcconfig with your team ID, Product Name and CFBundleIdentifier base. You can use security find-identity -v to find out your Team ID.
  • [optional] tell git to ignore those changes to get out of your way by git update-index --skip-worktree BuildConfig/Identity.xcconfig

You should be all set to open up the shared workspace at SubEthaEdit.xcworkspace and build the app.

Contributing

Please read contributing for details on our code of conduct, and the process for submitting pull requests to us.

For general guidance on what is should/ and isn't shouldn't be SubEthaEdit, please refer to the application definintion document.

Active contributors

Project email: subethaedit at lone.monkey.productions

See the full list of contributors.

Change Log

See the full release change log history.

License

This project is distributed under the MIT License - see the LICENSE.txt file for details

  • SubEthaEdit is trademarked by TheCodingMonkeys and Dominik Wagner, LoneMonkeyProductions.

Acknowledgments

Related Repositories

You can’t perform that action at this time.