Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ide-dev] Thoughts about a generic "Open Type" dialog

+1

I think this is one feature that keeps us from having one "Coding" perspective. When doing IoT things I found myself writing C/C++ code and Java and _javascript_, but I do it all from one perspective which in my case is the C++ perspective, but I hate that Open Type differs depending on what the current selection is and the current perspective. It would be great to have it all in one dialog and we can provide a unified perspective for working with code.

Great idea Gunnar. I'll definitely help from the CDT side.

Doug.

On Fri, Apr 15, 2016 at 4:15 PM, Gunnar Wagenknecht <gunnar@xxxxxxxxxxxxxxx> wrote:
Hi,

I was investigating providing a dialog similar to "Open Type" except that it will show my custom artifact types. While providing my own dialog with my own artifacts is easy, I'm really struggling with the key binding.

Here is the story:
- ⇧⌘T taken by JDT
- ⇧⌘R taken
- ⇧⌘A taken by PDE
- ⇧⌘Q/W/E taken
- ⇧⌘Y/Z/X/C taken

There is a really high competition for those because it's doable with a single hand. :)

Looking at a few other plug-ins we discovered that:
- ⇧⌘T hijacked by JSDT
- ⇧⌘T hijacked by CDT

Thinking about usability and consistency, I do prefer the ⇧⌘ sequence, which seems to be pattern for "open stuff".

Thus, by having an extensible "Open Things" dialog I was thinking that we could free up ⇧⌘A and make ⇧⌘T a consistent experience for the Eclipse tool stack.

The requirements I would set for this dialog:
- allow plug-ins to contribute content
- keep the UI as simple as possible
- allow filtering of things
- be smart about the context where the dialog is opened

The latter one would be a key feature for me, i.e. it would rank JDT results higher when in a JDT perspective/view/editor.

The actions items I see:
- provide dialog in Platform IDE
- modify JDT to switch that dialog
- modify PDT to switch to that dialog (freeing up ⇧⌘A)

However, before going down that path and investing further time, I wanted to reach out to this group for gathering feedback. Clearly, that won't fly without by-in from the teams mentioned above (which is a different discussion). Let's focus on the technical parts for now.

-Gunnar


--
Gunnar Wagenknecht
gunnar@xxxxxxxxxxxxxxx, http://guw.io/






_______________________________________________
ide-dev mailing list
ide-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ide-dev


Back to the top