anyedittools
anyedittools copied to clipboard
"Swiss knife" for Eclipse
Step to reproduce Create a simple XML file: ``` xml first second ``` Copy "test" into the clipboard (1) Select `"first"` (without any space) in the XML document, and select...
``` convert tabs to space and vice versa, only for selected text/code segment instead of whole file ``` Original issue reported on code.google.com by `[email protected]` on 23 Aug 2011 at...
I didn't found a solution, how to remove the trailing spaces in htm/html-files on save
If I have some text in the clipboard and then right click a file in the Project Explorer and select Compare With / Clipboard, then the file is interpreted with...
On tools page in detail section: "Only text selection in editor will be changed", for "To Upper Case" conversation. In case of block selection AnyEdit converts all characters on the...
Eclipse allows us to mark occurrences of the selected element only for java and javascript files. It would be very helpfull being able to do that in .sql, .txt, etc...
Just as you have conversion to/from Unicode or HTML entities it would help me to have conversion to/from URL encoded text. URL encoding or percent encoding are described nicely in...
``` What steps will reproduce the problem? 1. Run ccc as an external tool on a .cc file that contains a compile error --> the output will appear in the...
``` What steps will reproduce the problem? 1. Install AnyEdit 2. Edit some file What is the expected output? Only the parts of the file I actually edited should be...
``` The compare with clipboard command is extremely useful. It would be even better if it were available from the compare editor. E.g. if I'm comparing 2 versions of a...