当前位置: 首页 > 工具软件 > AnyEdit Tools > 使用案例 >

Eclipse Plugin: AnyEdit

常雪风
2023-12-01
AnyEdit plugin adds several new tools to the context menu of text- based Eclipse editors, to output consoles, to Eclipse main menu and editor toolbar.

AnyEdit adds context menu actions to supported text editors:
  1. "Open file under cursor"
    - useful by many include's in jsp's, file name/line in log messages etc.
    - Works with run/debug and Ant console too, support "jump to line"!

  2. "Open type under cursor"
    - useful for all xml's, tld's, jsp's etc files with referenced Java types.
    - Works with run/debug and Ant console too!

  3. "Convert -> Leading tabs to spaces"
    (trailing whitespace will be removed automatically)

  4. "Convert -> Leading spaces to tabs"
    (trailing whitespace will be removed automatically)

  5. "Convert ->Chars to Html entities"

  6. "Convert -> Html entities to chars"
    - useful if working in bilingual team to convert é's, ô's, ä's etc between html and other sources ;)

  7. "Convert -> Camel <-> Underscores"
    (auto-convert variable names from/to "camel" notation, like
    thisIsMyFieldName <-> this_is_my_field_name)

  8. "Convert -> Capitalize"

  9. "Convert -> Invert case"

  10. "Convert -> To upper case"

  11. "Convert -> To lower case

 
 类似资料:

相关阅读

相关文章

相关问答