Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-ui-dev] Formatter plugin

Bonjour
  I have a few queries about this, so to explain:
This plugin was just an example plugin to illustrate how to "plug in" the indentation framework.
It only spawns "indent" as the formatter an put the formatting code back to the CEditor
It has no UI, i.e. no way to change the options of indentation.  As a quick workaround
folks could set the $HOME/.indent.pro file see indent(1L) man pages.

Once the plugin is install in <Eclipse-directory>/plugins, it can be enable
by choosing the "GNU Indent" formatter in the preference page(C/C++ -> Code Formatter).
Formatting is done with in the CEditor with keybinding "CTL-SHIFT-F" or the context menu "format".

Thanks.

Attachment: formatter_1.0.0.zip
Description: zip archive file - version [3 4]


Back to the top