Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1015 by usman.bh...(a)gmail.com: GraphET should support lineWidth
and legend
http://code.google.com/p/moose-technology/issues/detail?id=1015
Graphet should provide support for line width for line diagrams and a
legend.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Updates:
Labels: -Milestone-4.2
Comment #4 on issue 228 by tudor.gi...(a)gmail.com: Nested browsers do not
take "when", or "display" into account
http://code.google.com/p/moose-technology/issues/detail?id=228
(No comment was entered for this change.)
Updates:
Summary: Roassal does not export the full PNG / SVG
Comment #6 on issue 995 by tu...(a)tudorgirba.com: Roassal does not export
the full PNG / SVG
http://code.google.com/p/moose-technology/issues/detail?id=995
(No comment was entered for this change.)
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1039 by ssadams....(a)gmail.com: Glamour layout clipping bug
http://code.google.com/p/moose-technology/issues/detail?id=1039
When sizing a presentation row, I noticed the bottom pane extends below the
top window bounds and is clipped.
browser := GLMTabulator new.
browser row:#textField size:30;
row: #listField.
browser transmit to:#textField; andShow:[:a| a text
display:[:x| 'Hello Doru!']].
browser transmit to:#listField; andShow:[:a| a list
display:[:x| 1to:200]].
browser openOn: 123
Additional information: platform, context which may impact the problem
Pharo 2.0
ConfigurationOfGlamour-TudorGirba.123
* Type-Defect
* Component-Glamour
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Glamour
New issue 757 by tudor.gi...(a)gmail.com: Smalltalk completion appears at
absolute coordinates, instead of relative ones in Finder
http://code.google.com/p/moose-technology/issues/detail?id=757
Try this:
GLMFinder new
show: [:a |
a smalltalkCode ];
openOn: ''.
and then type "1 as".
You will see that the completion appears in the top right of the world,
instead of the top right of the text pane. This only happens in the finder,
and it is likely due to some problems of transforming coordinates.
Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium
New issue 1037 by kurs....(a)gmail.com: Missing context menu in GTDebugger
code editor
http://code.google.com/p/moose-technology/issues/detail?id=1037
I really miss the context menu in the gt debugger code editor. It is not
consistent with standard editor menu it is not consistent with the
browse/inspect context menu in the bottom part of the debugger.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-GlamorousToolkit
New issue 1038 by kurs....(a)gmail.com: Debugger Shortcuts Problems
http://code.google.com/p/moose-technology/issues/detail?id=1038
While using shortcuts in debugger, e.g. alt+t for step over, once upon a
time the focus is moved from the stack window to the code window and alt+t
starts modifying the text. One has to click back to the stack window...
How to reproduce the problem:
Just use debugger with alt+t for some time.
Additional information:
Ubuntu x64
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Glamour
New issue 1032 by chisvasi...(a)gmail.com:
GLMPresentation>>dynamicActionsOnSelection does not work for text
presentations
http://code.google.com/p/moose-technology/issues/detail?id=1032
Text presentations have the selection in the port 'selectedText'.
GLMPresentation>>dynamicActionsOnSelection only computes the actions if
the 'selection' port is populated. Thus, it does not work for text
presentations.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 648 by cy.delau...(a)gmail.com: improve overview pyramid
http://code.google.com/p/moose-technology/issues/detail?id=648
Overview pyramid should use colors so that we can easily read the different
results.
Maybe also change the color code (green / blue / red for now.)
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 709 by jannik.l...(a)gmail.com: add Moose-Eclipse-Plugin in Moose
http://code.google.com/p/moose-technology/issues/detail?id=709
I don't know if we integrate it in Moose.
But we need to do something: a web page on the Moose site, with how to load
it.