2017-07-31 23:50 GMT+02:00 Mariano Martinez Peck <marianopeck@gmail.com>:


On Mon, Jul 31, 2017 at 6:15 PM, Denis Kudriashov <dionisiydk@gmail.com> wrote:
Hi Mariano.

You right. Method for this was implemented but I forgot to use it in #selectClass: logic.
I committed fix to dev branch. I will realze new version soon.


OK, great. Let me know when you want me to test it. I am glad it was a "bug". I thought it might have been some "decision".��

It was not a bug but missing feature :)
��
��
But I am not sure that it is only issue you are talking about.��

Yeah, I figured I can see it elsewhere. But I will find them if there are other places...


BTW, I also found some other small issues which I comment below. Do you want me to open issues on github for them?

Yes, please :)
��

* "Windows" -> "Delete all windows discarding edits" -> does not close Calypso windows with none saved edits

Never use it. Now I look at implementation and it is super naive. Not sure that we should modify Calypso to satisfy this approach. I thing there are other tools which will be not closed by this command
��
* When I have a class opened, with a method opened, then I go to the class comment tab and I save the class comment, calypso automatically gives me focus
back to the "method tab" rather than staying in the class comment. This is annoying as i like to save my class comment frequently and not they flip to another tab.

Strangely I can not reproduce it. Do you see this all the time? Try open new browser and repeat it.
Also try alt+left to navigation back in such cases.
��
* I wish the "new protocol" offers me the existing ones as I type...as I normally re-use existing protocols (on purpose) and its easy to make small typos or differences with the original ones.

Done. Use Iceberg to update SystemCommands project (metacello script could not work)
��

Thoughts?

Thanks!
��

2017-07-31 18:25 GMT+02:00 Mariano Martinez Peck <marianopeck@gmail.com>:
Hi Denis,

I wanted to give a serious test to Calypso, that is, start using it all day long. However, there is a critical thing I am missing, which is the grouping of categories (inside packages).��

I do not want to start discussing again packages vs categories and what are good and bad practices. I do have a few packages and each package may have several categories inside. So... seeing all classes together inside a package is not nice for me.��

Is there a way in calypso to auto-escope to category level? I mean... say my package is XXX and I have categories XXX-A and XXX-B. I know I can go to left side column and with the tree, I can go to XXX-A and I get what I want. But, for example, when I browse a class of XXX-A, the "focus" of the left side column is XXX and not XXX-A.�� So I am wondering if we can make it auto-scope to the category everywhere in Calypso.

Thanks in advance,��

--




--