Multiple Document Support and Open Xcode Projects#27
Open
jeronimocabezuelo wants to merge 4 commits intoxiles:mainfrom
Open
Multiple Document Support and Open Xcode Projects#27jeronimocabezuelo wants to merge 4 commits intoxiles:mainfrom
jeronimocabezuelo wants to merge 4 commits intoxiles:mainfrom
Conversation
… header rows for each document because a simple OutlineGroup always appears initially collapsed.
… all referenced .xcstring files within the project
Author
|
Hi, @xiles! I noticed that the app isn’t currently available on the App Store. I think it would be really interesting and useful to have it published there so more people can easily access it. If you’d like, I’d be happy to help with this, I already maintain an active Apple Developer account (I pay the subscription annually for my other apps) and could publish it under my account. What do you think? |
Owner
|
@jeronimocabezuelo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Features Added:
• Multiple Document Support:
The application now allows users to open and work with multiple localization documents simultaneously. You can manage and edit several .xcstrings files within the same session.
• Open Xcode Projects:
Users can now open an .xcodeproj file directly. When a project is opened, the editor automatically scans the project for all .xcstrings files referenced within the project.pbxproj file and opens them as documents.