Scintilla related packaging problems

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Scintilla related packaging problems

Richard Sargent
Administrator
I have a simple PIM application (for tutorial purposes) that I am trying to package. It's been a few years since I last resolved packaging errors, so I am rusty at it.

I am seeing a number of OSScintillaEditor methods being included because the class itself has direct references from the (sub)application's loaded and start-up code. Because the class is included, there are a number of methods with the same names as other methods that need to be packaged, but these methods don't have implementors for some of the sent methods. e.g. OSScintillaEditor>>#processCharacter: sends #getReadonly, but that method is defined in the "owner" (CW) class which is properly excluded from packaging.

Since I don't use Scintilla in this application, how should I exclude it? Is there an easy way to exclude the SubApplication called #CwWinScintillaSupport from packaging?

--
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 post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.