Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SCTextView cmd-d crash #702

Closed
neilcosgrove opened this issue Dec 30, 2012 · 2 comments
Closed

SCTextView cmd-d crash #702

neilcosgrove opened this issue Dec 30, 2012 · 2 comments
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs.

Comments

@neilcosgrove
Copy link

Hi All.

Here is a bug. If you cmd-d on the "SinOsc" below in the view then SC crashes. This is a bad issue for me. Any help as always. xx

(

GUI.cocoa;

w=SCWindow();

SCTextView(w,Rect(10,10,300,300))

.string_("SinOsc");

w.front;

)

Intel Core i5

OS 10.8.2

SC 3.6 (.1)

cheers Neil

@neilcosgrove
Copy link
Author

Also cmd-y does the same thing.

timblechmann pushed a commit that referenced this issue Jan 27, 2013
  - MyDocument and SCCocoaTextViewResponder sendSelection methods
    now share same signature.

  - Implemented method calls updated to use NSString.
timblechmann pushed a commit that referenced this issue Jan 27, 2013
  - MyDocument and SCCocoaTextViewResponder sendSelection methods
    now share same signature.

  - Implemented method calls updated to use NSString.
(cherry picked from commit abc66d6)
@timblechmann
Copy link
Contributor

reported to be fixed

sofakid pushed a commit to sofakid/supercollider that referenced this issue Apr 6, 2015
  - MyDocument and SCCocoaTextViewResponder sendSelection methods
    now share same signature.

  - Implemented method calls updated to use NSString.
(cherry picked from commit 238a8ae)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs.
Projects
None yet
Development

No branches or pull requests

2 participants