Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Quick Fix vs Quick Assist

https://bugs.eclipse.org/bugs/show_bug.cgi?id=280674


Mike Kucera
Java JIT Compiler for System z
IBM Toronto
mkucera@xxxxxxxxxx

Inactive hide details for Kos ---05/06/2010 12:53:26 PM---Hello,Kos ---05/06/2010 12:53:26 PM---Hello,


From:

Kos <kosashi@xxxxxxxxx>

To:

"CDT General developers list." <cdt-dev@xxxxxxxxxxx>

Date:

05/06/2010 12:53 PM

Subject:

[cdt-dev] Quick Fix vs Quick Assist




Hello,

I have a question about two extension points of CDT. Let's have a look at their descriptions:

org.eclipse.cdt.ui.quickFixProcessors:

"This extension point allows to add a Quick Fix processor to offer new Quick Fixes on C/C++ problems. "


org.eclipse.cdt.ui.quickAssistProcessors:

"This extension point allows to add a Quick Assist processor to offer new Quick Assists in the C/C++ editor. "


The comments suggest that a "quick fix" is triggered on a specific
problem while "quick assist" is something which can be called any time in the editor.

This division seems clear, but I've noticed that the function "Rename in file", which according to above definitions is a Quick Assist, is available in the menu available by Ctrl+1 - and in the Edit menu it is written that Ctrl+1 triggers "Quick Fix". I'm confused now - Is there an inconsistency here?

-- Tomasz Wesolowski
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


GIF image

GIF image


Back to the top