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 [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
I can hear David Ungar cheering! 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 [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by abergel
Hi,
On Wed, Jan 8, 2014 at 10:48 PM, Alexandre Bergel <[hidden email]> wrote: Thanks to the GTInspector, I am in a very good mood today. 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: 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
"Every thing has its own flow"
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by abergel
Yup!
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: [hidden email] Assistant: Linda R. Morrison. (720) 395-0460 Fax: (845) 491-4318, Tie: 676-0460, [hidden email] <<Hebrews 11:6, Proverbs 3:5-6, Romans 1:16-17, 1 Corinthians 1:10>> 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 <[hidden email]> To: Moose-related development <[hidden email]> Date: 01/08/2014 04:50 PM Subject: [Moose-dev] GTInspector Sent by: [hidden email] 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 [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev pic23735.gif (1K) Download Attachment |
In reply to this post by Sam Adams-2
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 <[hidden email]> wrote:
"Every thing has its own flow"
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by Tudor Girba-2
https://code.google.com/p/moose-technology/issues/detail?id=1041
Alexandre On Jan 8, 2014, at 7:04 PM, Tudor Girba <[hidden email]> 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? -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by Tudor Girba-2
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 [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
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 <[hidden email]> wrote:
"Every thing has its own flow"
_______________________________________________ Moose-dev mailing list [hidden email] 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 <[hidden email]> 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 > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > > > > -- > www.tudorgirba.com > > "Every thing has its own flow" > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |