source-formatting

How do I prevent HTML source formatting from affecting output?

It looks like extra line breaks in the HTML code may add unwanted spaces in the final output. I always thought that no matter how I layout my HTML code, it will not affect the way the rendered result looks like. But here is an example: <h2> <a href="#">Hello.</a>World </h2> Will display: "Hello.World" - all looking good as expect...

Python Source Formatter

I am building a Python application and I have a class with a lot of functions (more than 20). I'm developing it using Eclipse with PyDev. While the general interface is good, I have the problem of managing the placement of functions. I need to add/delete or change the placement of functions in the source to group similar functions togeth...

D2010: Format only selected text?

Is there any way the Format Source (CTRL+D) command applies only to the selected text (or the current method the caret is in)? I'm asking this because the formatter is quite buggy (ok, actually useless) when anonymous functions are used anywhere in the module to be formatted. ...

Groovy Eclipse Autoformat?

Using Eclipse 3.6 and Groovy 2.0.1.20100319-1100-e35-RELEASE, auto-format does nothing. That is, for a given groovy file, Source > Format does nothing. Any thoughts? ...