François wrote:
I don't really care what they look like but if there is a way to exend this area with a plugin or completely remove it from the layout, the one posting how to do it will get a beer/coffee in Cambridge this summer.
Ah, thatâs easy. There is only one sender of buildTextAreaButtonsColumn: so, if you do { sourceCodePanel. "self buildTextAreaButtonsColumn: aWindow"} reverse do: [:each | sourceCodeContainer addMorph: each]. in NautilusUI>addAll: instead of { sourceCodePanel. self buildTextAreaButtonsColumn: aWindow} reverse do: [:each | sourceCodeContainer addMorph: each]. they are gone. Putting them into a plugin is left as an exercise for the reader. Stephan
On 01 Apr 2014, at 14:01, Stephan Eggermont <stephan@stack.nl> wrote:
Ah, thatâs easy. Putting them into a plugin is left as an exercise for the reader.
As well as implementing the support for plugin on sides and not only top/middle/bottom Remind me a lot of lectures I had: âToday we will see how to go on the Moon. ⦠This was how to fill up the tank, the rest is left as an exerciseâ Ben
participants (2)
-
Benjamin -
Stephan Eggermont