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

GtkTextBuffer did not understand #infiniteUndoLevels #6

Open
badetitou opened this issue Oct 15, 2021 · 2 comments
Open

GtkTextBuffer did not understand #infiniteUndoLevels #6

badetitou opened this issue Oct 15, 2021 · 2 comments

Comments

@badetitou
Copy link

badetitou commented Oct 15, 2021

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

image

(by the way, what is the good way to 'inspect in application'?)

@badetitou
Copy link
Author

If we comment the line that fails, the second one that fail is

textBuffer highlightMatchingBrackets: true.
With the same error.

Then, there is no error and the inspector can be opened

@badetitou
Copy link
Author

I confirm that I do not have the issue with my Linux

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

1 participant