Re: A keyboard controlled code editor, how difficult would that be?
Posted by
Stephan Eggermont-3 on
Sep 22, 2015; 9:41am
URL: https://forum.world.st/A-keyboard-controlled-code-editor-how-difficult-would-that-be-tp4851368p4851479.html
On 22-09-15 09:59,
[hidden email] wrote:
> Hi Stephan,
>
> I made it work nicer with the dark theme.
Thanks. I adopted the changes and tuned them to work better with both
themes. Anyone know how to get a good result for the package name that
is shown above the method name? I need a less prominent variant of the
textColor.
CodeCard>>packageColor
Smalltalk ui theme class = Pharo3Theme ifTrue: [
^Smalltalk ui theme borderColor ]
ifFalse: [ ^Color veryLightGray ]
> - the cards aren't picking up changes done elsewhere, nor are they saving
> the contents back to the system. Ah, I wanted to use it for a lot of coding
> already! Peter is right, no more picking around when focusing on one
> interaction.
Hmm, I thought I had that working at some moment. I have fought with
Rubric a lot the last days, so I probably broke it.
Stephan