Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 530 by vuqui...(a)vub.ac.be: Glamour: highlighting source code
does not work anymore
http://code.google.com/p/moose-technology/issues/detail?id=530
Text presentations do not highlight Smalltalk methods' source code
anymore. All the content appears in red.
This happens with the last changes of PharoCore 1.2.
I am using both #forSmalltalk #forSmalltalk:
* Type-Defect
* Component-Glamour
Status: New
Owner: ----
CC: georgega...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-ExternalTools
New issue 538 by tudor.gi...(a)gmail.com: inFusion should recover the
references between classes
http://code.google.com/p/moose-technology/issues/detail?id=538
When a class name appears in the source code (not in the type declaration),
it should be modeled as a FAMIX.Reference.
Status: New
Owner: ----
CC: georgega...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-ExternalTools
New issue 534 by tudor.gi...(a)gmail.com: inFusion should export the
initialization of attributes in Java static constructs
http://code.google.com/p/moose-technology/issues/detail?id=534
static
{
RATE_CODES = new HashSet<String>(3);
RATE_CODES.add(RATE_ASSITANT_SERVICE);
RATE_CODES.add(RATE_MEDICAL_SERVICE);
RATE_CODES.add(RATE_TECHNICAL_SERVICE);
}
Hi,
Showing a method' source code in text presentations does not highlight anymore. All appear in red.
Indeed, this happens with the last actualizations of PharoCore 1.2.
I just noticed that this was already fixed in Mondrian-easel. Could you also fix it in Glamour? thanks :)
Regards,
Veronica
Hi!
Just wondering why a success is represented as a blue bullet and not a green one?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
if I want to be a bit provocative. Why are we in 4.3.X and not in 5.X ? When will we switch to version 5?
Are we sure we do not give a "bad" image to be in version 4.X for a couple of years?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi!
The theme of Pharo 1.2 has changed over the last few weeks. I like the transparency effect. But I feel it is a bit inefficient time to time (cf. screenshot).
Is there something that we could do about it?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi!
Would it be possible to add the method
RPackage>>packageName
^ name asString
packageName is defined on PackageInfo
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Status: New
Owner: ----
CC: alexandr...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-Mondrian Milestone-4.3
New issue 529 by tudor.gi...(a)gmail.com: Mondrian Easel does not offer
highlighting anymore
http://code.google.com/p/moose-technology/issues/detail?id=529
This is due to the changes in Pharo. When using the PluggableShoutMorph we
have to set the styler. Something like this:
editor := PluggableShoutMorph ... .
styler: (SHTextStylerST80 new
view: editor;
yourself)