Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在Eclipse中使用Astyle。
我希望能够在文件的一部分上使用它,而不是在整个源文件上使用它(例如,只美化代码中的一个函数,而不是整个源文件)。我怎么做?
谢谢!
目前,astyle不支持空运行也不支持文件的某些部分。 因此,实现您希望的功能可能意味着创建一个临时文件并调用 astyle 对其进行格式化。 也许你有足够的 Eclipse 知识来实现它。 亲切的问候。
我可以在 Code::Blocks (SVN 9455) 中使用这个特性,它使用 Astyle 来美化代码。