Thanks to the GTInspector, I am in a very good mood today. The Cmd-o command is so powerful.
Maybe, one day, we will not have code browser anymore, but simply powerful inspector.
Some small requests: - If nothing is selected, and I press Cmd-o, can the line be used as a selection instead? - can the list of superclasses be reversed when I browse a method?
Alexandre
I can hear David Ungar cheering! That's basically what the Self user interface is like.
Regards, Sam
Sam S. Adams, CTO - Contextual Computing IBM Distinguished Engineer, IBM Research Mobile: 919-696-6064, email: ssadams@us.ibm.com Assistant: Linda R. Morrison. (720) 395-0460 Fax: (845) 491-4318, Tie: 676-0460, linda.r.morrison@us.ibm.com <<Hebrews 11:6, Proverbs 3:5-6, Romans 1:16-17, 1 Corinthians 1:10>>
From: Alexandre Bergel alexandre.bergel@me.com To: Moose-related development moose-dev@iam.unibe.ch Date: 01/08/2014 04:50 PM Subject: [Moose-dev] GTInspector Sent by: moose-dev-bounces@iam.unibe.ch
Thanks to the GTInspector, I am in a very good mood today. The Cmd-o command is so powerful.
Maybe, one day, we will not have code browser anymore, but simply powerful inspector.
Some small requests: - If nothing is selected, and I press Cmd-o, can the line be used as a selection instead? - can the list of superclasses be reversed when I browse a method?
Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Self is certainly inspirational, but we can do more with the IDE than what Self did :)
Doru
On Wed, Jan 8, 2014 at 11:03 PM, Sam Adams ssadams@us.ibm.com wrote:
I can hear David Ungar cheering! That's basically what the Self user interface is like.
Regards, Sam
Sam S. Adams, CTO - Contextual Computinghttps://w3-connections.ibm.com/communities/service/html/communityview?communityUuid=29937c79-74c1-439c-b096-4988a115daaf IBM Distinguished Engineer, IBM Research Mobile: 919-696-6064, email: ssadams@us.ibm.com Assistant: Linda R. Morrison. (720) 395-0460 Fax: (845) 491-4318, Tie: 676-0460, linda.r.morrison@us.ibm.com <<Hebrews 11:6, Proverbs 3:5-6, Romans 1:16-17, 1 Corinthians 1:10>>
[image: Inactive hide details for Alexandre Bergel ---01/08/2014 04:50:45 PM---Thanks to the GTInspector, I am in a very good mood toda]Alexandre Bergel ---01/08/2014 04:50:45 PM---Thanks to the GTInspector, I am in a very good mood today. The Cmd-o command is so powerful.
From: Alexandre Bergel alexandre.bergel@me.com To: Moose-related development moose-dev@iam.unibe.ch Date: 01/08/2014 04:50 PM Subject: [Moose-dev] GTInspector Sent by: moose-dev-bounces@iam.unibe.ch
Thanks to the GTInspector, I am in a very good mood today. The Cmd-o command is so powerful.
Maybe, one day, we will not have code browser anymore, but simply powerful inspector.
Some small requests:
- If nothing is selected, and I press Cmd-o, can the line be used as a
selection instead?
- can the list of superclasses be reversed when I browse a method?
Alexandre
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Hi,
On Wed, Jan 8, 2014 at 10:48 PM, Alexandre Bergel alexandre.bergel@me.comwrote:
Thanks to the GTInspector, I am in a very good mood today. The Cmd-o command is so powerful.
Thanks :)
Maybe, one day, we will not have code browser anymore, but simply powerful inspector.
I think you will always have a need for other types of browsers, but I also think that the inspector should be a place where developers will want to spend a significant amount of time. Nowadays, most of the coding is done in the code browser, far away from the objects. That is not object-oriented, it's class-oriented. Object-oriented should expose you much more to objects.
Btw, have you tried using Cmd+o while editing a method in the Methods presentation?
Some small requests:
- If nothing is selected, and I press Cmd-o, can the line be used as a
selection instead?
This is on my wish list for a long time. Could you open an issue for this?
- can the list of superclasses be reversed when I browse a method?
Hmm. That is easily done, but the idea was to ensure that you pay attention to the current class first. Can you detail the reason for why that is an issue?
In any case, the current Methods browser will be overhauled hopefully in the not too distant future. But, I am looking for people that are willing to spend some time working on widgets to reinvent the class editor. Anyone? :)
Doru
Alexandre
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
https://code.google.com/p/moose-technology/issues/detail?id=1041
Alexandre
On Jan 8, 2014, at 7:04 PM, Tudor Girba tudor@tudorgirba.com wrote:
- If nothing is selected, and I press Cmd-o, can the line be used as a selection instead?
This is on my wish list for a long time. Could you open an issue for this?
Btw, have you tried using Cmd+o while editing a method in the Methods presentation?
No, but I am not sure what it should happen. Consider the screenshot:
Pressing cmd-o does not do much. Where the focus should be?
Alexandre
Hi,
Indeed, I was not clear.
There are two situations in which you can use Cmd+o: - if you have a unary method, you can execute it directly by selecting it from the methods list and pressing Cmd+o - if you are in the code pane, you can select code at any time and press Cmd+o (for example, in your case, you can just select "self" and press Cmd+o). This is like you do it in the code browser, only you do not have to instantiate self.
Doru
On Thu, Jan 9, 2014 at 3:11 PM, Alexandre Bergel alexandre.bergel@me.comwrote:
Btw, have you tried using Cmd+o while editing a method in the Methods presentation?
No, but I am not sure what it should happen. Consider the screenshot:
Pressing cmd-o does not do much. Where the focus should be?
Alexandre
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
- if you have a unary method, you can execute it directly by selecting it from the methods list and pressing Cmd+o
Cool, I did not know
- if you are in the code pane, you can select code at any time and press Cmd+o (for example, in your case, you can just select "self" and press Cmd+o). This is like you do it in the code browser, only you do not have to instantiate self.
Ok
Alexandre
On Thu, Jan 9, 2014 at 3:11 PM, Alexandre Bergel alexandre.bergel@me.com wrote:
Btw, have you tried using Cmd+o while editing a method in the Methods presentation?
No, but I am not sure what it should happen. Consider the screenshot: <Screen Shot 2014-01-09 at 11.10.22 AM.png>
Pressing cmd-o does not do much. Where the focus should be?
Alexandre
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow" _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev