Wesley de Groot

Results 69 comments of Wesley de Groot

This PR is a fix for this issue: https://github.com/CodeEditApp/CodeEditTextView/issues/23 @jevonmao Any updates on this issue? As Like already said, maybe it's better to implement this in the new editor.

> I might need some help here, anyone familiar with `NSDocument`? I can't figure out why I'm unable to toggle autosave for workspace documents. Autosave still works when `autosavesDrafts` is...

@jevonmao Do you have any updates on this?

Keep in mind to make it an cask Reference: https://docs.brew.sh/Acceptable-Formulae#stuff-that-builds-an-app #### Stuff that builds an .app Don’t make your formula build an .app (native macOS Application); we don’t want those...

> I wonder if it would be possible to utilize Xcodes compiler and/or Simulator from CodeEdit. Regardless, to echo what has been mentioned. CodeEdit was never intended to replace Xcode,...

Xcode does only show a list iirc. for me it's ok to only show an list. @austincondiff what do you think about this, you are better with the design :)

i think if we implement this feature, it needs to be disabled by default. See this stack overflow post, it might help https://stackoverflow.com/questions/16362407/nsattributedstring-background-color-and-rounded-corners

What is the bug? - crash? - unexpected behavior? - something else?

If it crashes try: ```swift func constrain(_ sender: UIBarButtonItem) { let actionSheet = UIAlertController(title: nil, message: nil, preferredStyle: .actionSheet) if let popoverController = actionSheet.popoverPresentationController { ///popoverController.barButtonItem = sender popoverController.popoverPresentationController?.sourceView =...