Mario Carrion
I'm facing an issue related to inconsistences in the source code that am porting, for example, variable-naming:
struct sample {
int variableName;
int otra_variable;
};
Did you notice the problems? First, using camelCase to declare the variable, then using underscore to separate words in variable, and also mixing both Spanish and English. I just don't like it. I'm updating the code while testing its performance. A C-based refactoring tool would be nice,
So I need, to find either C-based refactoring tool or write mine and then need to spell comments, by either finding an application or, also, writing mine.
So, now, I need:
- Refactoring tool, to refactor C sources.
- Comments speller tool, to spell source code comments.
- Mediawiki 2 Docbook 2 MonoDoc, to allow browsing current manuals and tutorial in MonoDoc.
- MonoCanvas, yes! I haven't yet finished this! Need it NOW!
A lot of free software to write.