We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to use the given vm for Windows with a basic P9 image with this project installed thanks to the Readme script.
When doing:
app := SpApplication new useBackend: #Gtk; yourself. (app new: StInspector) model: (StInspectorModel on: Object new); openWithSpec
It produces an error
(by the way, what is the good way to 'inspect in application'?)
The text was updated successfully, but these errors were encountered:
If we comment the line that fails, the second one that fail is
textBuffer highlightMatchingBrackets: true. With the same error.
textBuffer highlightMatchingBrackets: true.
Then, there is no error and the inspector can be opened
Sorry, something went wrong.
I confirm that I do not have the issue with my Linux
No branches or pull requests
I tried to use the given vm for Windows with a basic P9 image with this project installed thanks to the Readme script.
When doing:
It produces an error
(by the way, what is the good way to 'inspect in application'?)
The text was updated successfully, but these errors were encountered: