Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

Does the "Source Code Formatter" plugin have an active maintainer?

(1/4) > >>

DrewBoo:
I've added a few features and would be happy to add it to the C::B trunk if the community would like it.

I'm unfamiliar with how to get the ball rolling with this.

dmoore:
you can submit a patch to the project page on berlios (use svn diff to create it). it's always good to advertise here, though. outlining your changes will attract community interest.

DrewBoo:
I'm happy to discuss it.

Anyone reading this, please let me know what you think.

What exists in my build is reformatting via the context menu, specifically:


* Code-formatting a file via right-clicking in the file editor
* Code-formatting a file via right-clicking any source file in the Project Manager
* Code-formatting an entire project (source files only, of course) file via right-clicking the project Project Manager
It's fully functional now, I'm just reviewing the code at this point to make sure the new features behave under all circumstances.

I have several other changes in mind, but I wanted to evolve this code publicly, in the forums here.

Ceniza:
DrewBoo: Please have in mind that the Source Code Formatter plugin uses AStyle to do its magic. If the changes you're proposing modify the AStyle code, then you should send them to the AStyle project. If, on the other hand, the changes you're proposing modify the plugin, the do as dmoore suggested: submit a patch to BerliOS and then report here that you did so.

DrewBoo:

--- Quote from: Ceniza on March 12, 2008, 05:09:30 pm ---DrewBoo: Please have in mind that the Source Code Formatter plugin uses AStyle to do its magic. If the changes you're proposing modify the AStyle code, then you should send them to the AStyle project. If, on the other hand, the changes you're proposing modify the plugin, the do as dmoore suggested: submit a patch to BerliOS and then report here that you did so.

--- End quote ---

Hi, Ceniza.

Yes I saw that, and I'm leaving astyle untouched.  (I found an obscure bug there, but that's for another forum.) :)

Navigation

[0] Message Index

[#] Next page

Go to full version