Eclipse hotkey that word wraps all my code? -


alright, tenth time has happened me.

i bumped hotkey in eclipse , "word-wrapped" of code!!!

example (notice plus signs on new lines):

    // split formula 2 parts: bit/byte range, , formula.     try {         formulaparts = formulaandbitpositions.split(",");     } catch (exception e) {         msg("pd error during decode: dpn=" + dpn                 + " formulaandbitpositions=" + formulaandbitpositions                 + " e= " + e.getmessage());         return;     } 

so every line longer 80 characters got wrapped! grrrrrrrrr!

anybody know horrible horrible hotkey responsible this?

it may ctrl + shift + o (format code).

updates: sorry, mistake. ctrl + shift + f format code. ctrl + shift + o organize code. mix them.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -