Administrator
|
I see this in 9.2. It may exist in earlier versions, too. When I select a variable from the list, I can get a pop up message that interferes with what I want to do. The message is misleading, but more important is that I think it's unnecessary. You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/88f80bf4-0e89-4fd6-bcb3-057acf85ef73%40googlegroups.com. Annoying.png (21K) Download Attachment |
I haven't seen that in ages.
-- And I thought I removed all of those. Did you disable Scintilla by chance? - Seth On Friday, May 8, 2020 at 1:38:25 PM UTC-4, Richard Sargent wrote:
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/766e3134-d991-42cc-91bb-00ac760fdd9d%40googlegroups.com. |
Hi Richard,
-- I guess I do see some refs in the old color editor. So, this obviously means you do have scintilla disabled since Scintilla is unrestricted in this regard. Try: StsPowerTools parseTreeMaxMethodTextSize: SmallInteger largest and I think you won't get it anymore. - Seth On Friday, May 8, 2020 at 1:39:43 PM UTC-4, Seth Berman wrote:
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/acaef883-c4e7-4003-88b7-833e881b587f%40googlegroups.com. |
Administrator
|
In reply to this post by Seth Berman
On Fri, May 8, 2020 at 10:39 AM 'Seth Berman' via VA Smalltalk <[hidden email]> wrote:
It doesn't look like it. But, it might disabled by the GBS debugger for itself. (Fetching code from the GemStone server during the Scintilla callback is problematic.) How would disabling Scintilla make that message occur?
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/CAGNapENXb-kG%2BmAERF-fs5M%2B%3Dd0713DffNLMD0k1gTtgieZy6Q%40mail.gmail.com. |
Hi Richard,
-- If you see that message, then scintilla is definitely disabled. And looking at your inspector...I can see that it is. Disabling scintilla means you are using the old timerproc based StsColorText editor (and backing StsOSColorText osWidget). The prompters for 'method too long to color' are only there. Specifically, StsColorText>>[paste | replace:toPos:value: | setString:] and StsOSColorText>>processCharacter: - Seth
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/2a142f51-fe13-4ff1-8d54-f15997b8c089%40googlegroups.com. |
Free forum by Nabble | Edit this page |