jbushmaster007 / anyedittools

Automatically exported from code.google.com/p/anyedittools
Other
1 stars 0 forks source link

AnyEdit Tools breaks code the indentation of re-factored code. #90

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.I have Kepler CDT Installed with CUTE (Unit testing framework) and AnyEdit 
Tools.
2.Use the re-factoring feature to extract a function.
3.Observe the results. The code extracted is all stacked against the left 
margin. One needs to select that code and re-indent it.
4. Uninstalling AnyEdit Tools resolves the issue.

What is the expected output? What do you see instead?
The results should show the extracted function properly indented.

What version of the product are you using? On what operating system?
2.4.6

Please provide any additional information below.

Original issue reported on code.google.com by BJarm...@gmail.com on 17 Feb 2014 at 6:44

GoogleCodeExporter commented 8 years ago
Most likely CDT uses tabs and anyedit converts tabs to spaces on save (which 
happens automatically during refactoring). Either disable anyedit "auto-convert 
tabs to spaces on save", or convert spaces to bas or exclude .cpp files from 
conversion.

Closing as user error.

Original comment by iloveeclipse on 23 Feb 2014 at 8:06