#jogamp @ irc.freenode.net - 20131018 05:05:33 (UTC)


20131018 05:05:33 -jogamp- Previous @ http://jogamp.org/log/irc/jogamp_20131017050532.html
20131018 05:05:33 -jogamp- This channel is logged @ http://jogamp.org/log/irc/jogamp_20131018050533.html
20131018 05:06:48 <hharrison> I hesitated to suggest it, but if you are amenable I can submit another set
20131018 05:07:08 <sgothel> I get bad line formatting w/ adding @Override
20131018 05:07:30 <sgothel> i.e. not same column as start of func decl .. but a bit later (+2)
20131018 05:07:47 <hharrison> I know, I never found a solution to make eclipse stop doing that....but
20131018 05:08:00 <hharrison> to the @Override cleanup
20131018 05:08:09 <hharrison> then git diff > patch.txt
20131018 05:08:12 <hharrison> git reset --hard
20131018 05:08:53 <hharrison> git apply --ignore-space-change patch.txt
20131018 05:08:57 <hharrison> voila!
20131018 05:09:23 <sgothel> hohoho master of git WS
20131018 05:09:44 <hharrison> For some reason, eclipse gets the whitespace right for the @Override, but then screws the whitespace on the method decl.
20131018 05:10:02 <sgothel> oh .. - ok .. I let you do this then .. me jumping back to bugs