shdqcdsn / counterclockwise

Automatically exported from code.google.com/p/counterclockwise
0 stars 0 forks source link

Bind key to (doc ...) and tooltip display in Editor. #647

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I am very happy with Counterclockwise in general and the doc feature in 
particular.
When I hover on a symbol, it perfectly shows the documentation as per (doc XXX) 
evaluation in repl.

What I cannot do is to associate a key to it. Usually the tool-tip shows with a 
comfortable F2. I don't know if it is a CCW problem or an Eclipse problem.
I apologize if it is the latter.

I currently use Eclipse Luna and CCW as plugin.

Original issue reported on code.google.com by andrea.r...@gmail.com on 18 Jul 2014 at 11:19

GoogleCodeExporter commented 9 years ago
Hi, not sure if it is the latter.

It's probably doable, accepted.

Original comment by laurent....@gmail.com on 18 Jul 2014 at 12:00

GoogleCodeExporter commented 9 years ago
I am having a look at this if you don't mind. I have experience with Eclipse 
RCP, less with Clojure but I am learning and I would like to learn "hand-on".

Original comment by andrea.r...@gmail.com on 21 Jul 2014 at 9:42

GoogleCodeExporter commented 9 years ago
*Hands-on

Original comment by andrea.r...@gmail.com on 21 Jul 2014 at 9:43

GoogleCodeExporter commented 9 years ago
Great, I haven't started working on this issue, so feel free to investigate!

There certainly exists a retargettable action for doing this via one of the 
parent classes of CCWEditor.

Eclipse Text framework being a mix between pre and post Command Framework code, 
it's not always easy to follow :)

Original comment by laurent....@gmail.com on 22 Jul 2014 at 11:03

GoogleCodeExporter commented 9 years ago
Yep, not easy at all.
Plugin Spy tells me that the commandId org.eclipse.ui.edit.text.showInformation 
is called but it looks like in the wrong handler.
I'll keep you posted.

Original comment by andrea.r...@gmail.com on 22 Jul 2014 at 11:05

GoogleCodeExporter commented 9 years ago
Can I add you in the contributors list of CCW, so that I can set you as the 
owner of this issue? (facilitates follow-up, if nothing else) => if so, I need 
your Google Account email address (you can send privately at laurent dot petit 
at gmail dot com)

Original comment by laurent....@gmail.com on 22 Jul 2014 at 11:06

GoogleCodeExporter commented 9 years ago
Yes of course.

Original comment by andrea.r...@gmail.com on 22 Jul 2014 at 11:10

GoogleCodeExporter commented 9 years ago

Original comment by laurent....@gmail.com on 22 Jul 2014 at 10:44

GoogleCodeExporter commented 9 years ago

Original comment by laurent....@gmail.com on 25 Sep 2014 at 9:27