标签: java makefile eclipse-plugin eclipse-rcp
在Eclipse中,我们有选项Window->Preferences->Editors->Text Editors->Insert spaces for tabs将标签转换为空格,但这不适用于makefile。
Window->Preferences->Editors->Text Editors->Insert spaces for tabs
makefile
要为makefile实现这一点,我也尝试使用InstanceScope.INSTANCE.getNode()。这是正确的方法吗?如果是,我应该传递什么作为getnode()的参数?如果不是,请以正确的方式指导。
InstanceScope.INSTANCE.getNode()
getnode()