Skip to content
General purpose plain text editor for macOS. Widely known for its live collaboration feature.
Branch: develop
Clone or download
tolmasky and monkeydom [FIX #66] Migrate a few deprecated methods to reduce build warnings
* [FIX, WARN] Update Mode installation alert to no longer use deprecated +alertWithMessageText:defaultButton:alternateButton:otherButton:informativeTextWithFormat:.

Reviewed by @tolmasky.

* [FIX, WARN] Update info Mode installation NSAlert to no longer use deprecated +alertWithMessageText:defaultButton:alternateButton:otherButton:informativeTextWithFormat:.

Reviewed by @tolmasky.

* [FIX, WARN] Update -closeAllTabs in PlainTextWindowController to no longer use deprecated -beginSheetModalForWindow:modalDelegate:didEndSelector:contextInfo:.

Reviewed by @tolmasky.

* [FIX, WARN] Fix some conversion issues (mainly switching int to NSInteger and unsigned to NSUInteger).

Reviewed by @tolmasky.

* [FIX, WARN] Update -testValidityOfReplacementAndReportToUserForContext: in FindReplaceController to no longer use deprecated -beginSheetModalForWindow:modalDelegate:didEndSelector:contextInfo:.

Reviewed by @tolmasky.

* [FIX, WARN] Replace instances of deprecated -insertText: with insertText:replacementRange:.

Reviewed by @tolmasky.

* [FIX, WARN] Update AppController -checkUserModesForUpdateAfterVersionBump to no longer use deprecated +alertWithMessageText:defaultButton:alternateButton:otherButton:informativeTextWithFormat:.


* [FIX, WARN] Update AppController -reportAppleScriptError: to no longer use deprecated -beginSheetModalForWindow:modalDelegate:didEndSelector:contextInfo:.

Contributed by @tolmasky.
Reviewed by @monkeydom.

Pull Request #67
Latest commit e2a2902 Apr 10, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Artwork-Sources
BuildConfig
Documentation [CHANGE] SortInfoPlist.xslt - removed keys for CFBundleGetInfoString … Jul 16, 2014
Modes-Scripts-Todo
Modes-Website
OgreKit
PSMTabBarControl @ cd1588e [WARN] fixed deprecation warning of PSMTabBarControl framework. Oct 25, 2018
ReleaseNotes
SubEthaEdit-Mac [FIX #66] Migrate a few deprecated methods to reduce build warnings Apr 10, 2019
SubEthaEdit.xcworkspace [CHANGE] moved the see tool into the main project to be delivered und… Sep 27, 2018
TCMScripts
UniversalDetector @ e5dbb16
see
.gitignore
.gitmodules
.hgignore
Acknowledgements.md
ApplicationDefinition.md [DOC] updated the ReadMe and Contributing documents, added first draf… Nov 4, 2018
ChangeLog.md
Contributing.md [DOC] updated the ReadMe and Contributing documents, added first draf… Nov 4, 2018
Contributors.md
LICENSE.txt
ReadMe.md

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.