[Cuis-dev] Quick print & quick implementors
Hernan Wilkinson
hernan.wilkinson at 10pines.com
Tue Nov 30 14:23:48 PST 2021
Hi,
I created two new features that I'm attaching to this email.
1) If you do shift+click in the debugger over the code, you will get the
same result as doing inspect on it but it will be shown as a hover help.
Here is a link that shows how it works:
https://twitter.com/HernanWilkinson/status/1465079401641652225?s=20
2) If you do shift+click in the browser, if the mouse is over a message
send, it will show the implementors of that message, if it is over a class,
it will open the browser over the class. Here also a link:
https://twitter.com/HernanWilkinson/status/1465079839916974085?s=20
Doing this I realized that there is really no need to differentiate sender
(cmd+n) from references to it (cmd+N), if the browser is smart enough to
realize the cursor is on a selector it can show senders, if the cursor is
over a class, it can show the references to it.
The same between implementors (cmd+m) and browse (cmd+b).
So I expanded the functionality of doing senders and implementors when
nothing is selected (something I did 2 year ago aprox) to check if the
cursor is over a selector or a class and act accordingly.
Also in this .cs is a fix to PseudoClass that did now answer superclass
(I'm sorry Juan to put everything in the same .cs :-) )
I hope you like it!
Hernan.
--
<https://10pines.com/>Hernán WilkinsonSoftware Developer & Coach
Alem 896, Floor 6, Buenos Aires, Argentina
+54 11 6091 3125
@HernanWilkinson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20211130/75632e8e/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 4993-QuickPrintAndImplementors-HernanWilkinson-2021Nov27-20h57m-HAW.001.cs.st
Type: application/octet-stream
Size: 24784 bytes
Desc: not available
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20211130/75632e8e/attachment-0001.obj>
More information about the Cuis-dev
mailing list