code-formatting Questions
1
Solved
There are lots of source code formatting tools out there. Which ones work best for C++?
I'm interested in command-line tools or other things that can be automatically run when checking code ...
Pharmacognosy asked 8/5, 2009 at 18:6
2
Solved
I have a test generator written in Perl. It generates tests that connect to a simulator. These tests are themselves written in Perl and connect to the simulator via its API. I would like the genera...
Zippel asked 30/4, 2009 at 12:50
4
Solved
I'd like to re-format all my source files using the Google formatting function for emacs: google-c-style.el (see here).
How can I apply this function to all my source files at once, so that they a...
Chartres asked 4/4, 2009 at 14:22
9
Solved
For so long, I've read and understood the following truths concerning web development:
HTML is for content
CSS is for presentation
JavaScript is for behavior.
This is normally all fine and good...
Reitz asked 5/4, 2009 at 23:3
17
We always write code like this formal:
void main(){
if(){
if()
}
But when I use Notepad++, the display is:
void main(){
if(){
if()
}
How do I use Notepad++ to auto indent?
Thanks to J...
Thomson asked 5/1, 2009 at 6:36
8
What are the best online code beautifier and formatter out there? I'm not asking for highlighters. Any language will do.
Whereas asked 15/10, 2008 at 20:54
© 2022 - 2024 — McMap. All rights reserved.