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

3.1.b2 issues with Sierra #7

Open
Cowicide opened this issue Nov 28, 2018 · 1 comment
Open

3.1.b2 issues with Sierra #7

Cowicide opened this issue Nov 28, 2018 · 1 comment

Comments

@Cowicide
Copy link

3.1.b2 stopped working properly for me on a 10.12.6 machine, so I reverted back to an old Spark version 3.0b11 (470) I luckily found on a backup and all is well again. The 3.1.b2 version didn't respond when I clicked "Start Spark Demon" and many shortcuts I made stopped working including this custom one for Textedit to quickly change colors of sections of text I have selected:

I had it run this with shift-command-B:

tell application "TextEdit"
end tell
tell application "System Events" to tell text area 1 of scroll area 1 of window 1 of process "TextEdit" to if exists then
	set {x, y} to value of attribute "AXSelectedTextRange"
	if x ≤ y then tell application "TextEdit" to set color of document 1's characters x thru y to {0, 0, 65535}
end if

Nothing happens when I did the shortcut with 3.1.b2, but works perfectly with 3.0b11 (470). I guess I should just stick with the old version that works for now.

I should also mention the interface in 3.1.b2 was jacked up with the "All Application's Hot Keys", etc. button riding up to where the top vertical half of the button was missing.

Does anyone know where one can find older versions of Spark?

@spaciousmind
Copy link

also found the new version not working for met today in sierra. version 3.0b10 (470).....
same thing spark daemon button not working, no hotkeys working.

it must have updated automatically and now I can't go back, any links to older versions or Cowicide can you upload the version that works for you??

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants