Java Doc for ITextEditorActionDefinitionIds.java in  » IDE-Eclipse » ui-workbench » org » eclipse » ui » texteditor » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » IDE Eclipse » ui workbench » org.eclipse.ui.texteditor 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds

ITextEditorActionDefinitionIds
public interface ITextEditorActionDefinitionIds extends IWorkbenchActionDefinitionIds(Code)
Defines the definitions ids for the text editor actions. These actions are navigation, selection, and modification actions.
since:
   2.0


Field Summary
 StringCHANGE_ENCODING
     Value: "org.eclipse.ui.edit.text.changeEncoding").
 StringCLEAR_MARK
     Action definition id of the edit clear mark action.
 StringCOLUMN_NEXT
     Action definition id of the navigate goto next column action.
 StringCOLUMN_PREVIOUS
     Action definition id of the navigate goto previous column action.
 StringCONTENT_ASSIST_CONTEXT_INFORMATION
     Action definition ID of the edit -> content assist context information action Value: "org.eclipse.ui.edit.text.contentAssist.contextInformation").
 StringCONTENT_ASSIST_PROPOSALS
     Action definition ID of the edit -> content assist proposal action Value: "org.eclipse.ui.edit.text.contentAssist.proposals").
 StringCONVERT_LINE_DELIMITERS_TO_MAC
     Action definition id of the edit convert to Mac line delimiter action.
 StringCONVERT_LINE_DELIMITERS_TO_UNIX
     Action definition id of the edit convert to Unix line delimiter action.
 StringCONVERT_LINE_DELIMITERS_TO_WINDOWS
     Action definition id of the edit convert to window's line delimiter action.
 StringCOPY_LINES_DOWN
     Action definition id of the copy lines downwards action.
 StringCOPY_LINES_UP
     Action definition id of the copy lines upwards action.
 StringCUT_LINE
     Action definition id of the edit cut line action.
 StringCUT_LINE_TO_BEGINNING
     Action definition id of the edit cut line to beginning action.
 StringCUT_LINE_TO_END
     Action definition id of the edit cut line to end action.
 StringDELETE_LINE
     Action definition id of the edit delete line action.
 StringDELETE_LINE_TO_BEGINNING
     Action definition id of the edit delete line to beginning action.
 StringDELETE_LINE_TO_END
     Action definition id of the edit delete line to end action.
 StringDELETE_NEXT
     Action definition id of the edit delete next character action.
 StringDELETE_NEXT_WORD
     Action definition id of the edit delete next word action.
 StringDELETE_PREVIOUS
     Action definition id of the edit delete previous character action.
 StringDELETE_PREVIOUS_WORD
     Action definition id of the edit delete previous word action.
 StringGOTO_LAST_EDIT_POSITION
     Action definition id of go to last edit position action.
 StringGOTO_NEXT_ANNOTATION
     Action definition id of go to next annotation action.
 StringGOTO_PREVIOUS_ANNOTATION
     Action definition id of go to previous annotation action.
 StringHIPPIE_COMPLETION
     Action definition ID of the edit -> text complete action Value: "org.eclipse.ui.edit.text.hippieCompletion").
 StringJOIN_LINES
     Action definition id of the edit join lines action.
 StringLINENUMBER_TOGGLE
     Command ID of the toggle display of line numbers Value: "org.eclipse.ui.editors.lineNumberToggle").
 StringLINE_DOWN
     Action definition id of the navigate goto next line action.
 StringLINE_END
     Action definition id of the navigate goto line end action.
 StringLINE_GOTO
     Action definition id of the navigate goto line action.
 StringLINE_START
     Action definition id of the navigate goto line start action.
 StringLINE_UP
     Action definition id of the navigate goto previous line action.
 StringLOWER_CASE
     Action definition id of the lower case action.
 StringMOVE_LINES_DOWN
     Action definition id of the move lines downwards action.
 StringMOVE_LINES_UP
     Action definition id of the move lines upwards action.
 StringPAGE_DOWN
     Action definition id of the navigate goto next page action.
 StringPAGE_UP
     Action definition id of the navigate goto previous page action.
 StringQUICKDIFF_REVERT
     Command ID of the revert selection/block action Value: "org.eclipse.ui.editors.quickdiff.revert").
 StringQUICKDIFF_REVERTLINE
     Command ID of the revert line action Value: "org.eclipse.ui.editors.quickdiff.revertLine").
 StringQUICKDIFF_TOGGLE
     Command ID of the toggle quick diff action.
 StringQUICK_ASSIST
     Action definition ID of the edit -> quick assist proposal action

Note: The constant contains 'jdt' for historical and compatibility reasons.

 StringRECENTER
     Command ID of the recenter command.
 StringREVISION_AUTHOR_TOGGLE
     Command ID of the command to toggle the revision author display.
 StringREVISION_ID_TOGGLE
     Command ID of the command to toggle the revision ID display.
 StringREVISION_RENDERING_CYCLE
     Command ID of the command to cycle the revision rendering mode.
 StringSCROLL_LINE_DOWN
     Action definition id of the navigate scroll line down action.
 StringSCROLL_LINE_UP
     Action definition id of the navigate scroll line up action.
 StringSELECT_COLUMN_NEXT
     Action definition id of the select next column action.
 StringSELECT_COLUMN_PREVIOUS
     Action definition id of the select previous column action.
 StringSELECT_LINE_DOWN
     Action definition id of the select line down action.
 StringSELECT_LINE_END
     Action definition id of the select line end action.
 StringSELECT_LINE_START
     Action definition id of the select line start action.
 StringSELECT_LINE_UP
     Action definition id of the select line up action.
 StringSELECT_PAGE_DOWN
     Action definition id of the select page down action.
 StringSELECT_PAGE_UP
     Action definition id of the select page up action.
 StringSELECT_TEXT_END
     Action definition id of the select text end action.
 StringSELECT_TEXT_START
     Action definition id of the select text start action.
 StringSELECT_WINDOW_END
     Action definition id of the select window end action.
 StringSELECT_WINDOW_START
     Action definition id of the select window start action.
 StringSELECT_WORD_NEXT
     Action definition id of the select next word action.
 StringSELECT_WORD_PREVIOUS
     Action definition id of the select previous word action.
 StringSET_MARK
     Action definition id of the edit set mark action.
 StringSHIFT_LEFT
     Action definition id of the edit shift left action.
 StringSHIFT_RIGHT
     Action definition id of the edit shift right action.
 StringSHOW_INFORMATION
     Command ID of the command to display information for the current caret location in a sticky hover.
 StringSHOW_RULER_CONTEXT_MENU
     Action definition id of the show ruler context menu action.
 StringSHOW_WHITESPACE_CHARACTERS
     Command ID of the command to toggle the display of whitespace characters.
 StringSMART_ENTER
     Action definition id of the smart enter action.
 StringSMART_ENTER_INVERSE
     Action definition id of the smart enter (inverse) action.
 StringSWAP_MARK
     Action definition id of the edit swap mark action.
 StringTEXT_END
     Action definition id of the navigate goto text end action.
 StringTEXT_START
     Action definition id of the navigate goto text start action.
 StringTOGGLE_INSERT_MODE
     Action definition ID of the edit -> smart insert mode action Value: "org.eclipse.ui.edit.text.toggleInsertMode").
 StringTOGGLE_OVERWRITE
     Action definition id of the toggle input mode action.
 StringTOGGLE_SHOW_SELECTED_ELEMENT_ONLY
     Action definition id of toggle show selected element only action.
 StringUPPER_CASE
     Action definition id of the upper case action.
 StringWINDOW_END
     Action definition id of the navigate goto end of window action.
 StringWINDOW_START
     Action definition id of the navigate goto start of window action.
 StringWORD_NEXT
     Action definition id of the navigate goto next word action.
 StringWORD_PREVIOUS
     Action definition id of the navigate goto previous word action.



Field Detail
CHANGE_ENCODING
String CHANGE_ENCODING(Code)
Value: "org.eclipse.ui.edit.text.changeEncoding").
since:
   3.1



CLEAR_MARK
String CLEAR_MARK(Code)
Action definition id of the edit clear mark action. Value: "org.eclipse.ui.edit.text.clear.mark"



COLUMN_NEXT
String COLUMN_NEXT(Code)
Action definition id of the navigate goto next column action. Value: "org.eclipse.ui.edit.text.goto.columnNext"



COLUMN_PREVIOUS
String COLUMN_PREVIOUS(Code)
Action definition id of the navigate goto previous column action. Value: "org.eclipse.ui.edit.text.goto.columnPrevious"



CONTENT_ASSIST_CONTEXT_INFORMATION
String CONTENT_ASSIST_CONTEXT_INFORMATION(Code)
Action definition ID of the edit -> content assist context information action Value: "org.eclipse.ui.edit.text.contentAssist.contextInformation").
since:
   2.1



CONTENT_ASSIST_PROPOSALS
String CONTENT_ASSIST_PROPOSALS(Code)
Action definition ID of the edit -> content assist proposal action Value: "org.eclipse.ui.edit.text.contentAssist.proposals").

Note: Since 3.2 the command is defined in org.eclipse.ui and its ID can also be accessed using org.eclipse.ui.fieldassist.ContentAssistCommandAdapter.CONTENT_PROPOSAL_COMMAND .


since:
   2.1



CONVERT_LINE_DELIMITERS_TO_MAC
String CONVERT_LINE_DELIMITERS_TO_MAC(Code)
Action definition id of the edit convert to Mac line delimiter action. Value: "org.eclipse.ui.edit.text.convert.lineDelimiters.toMac"



CONVERT_LINE_DELIMITERS_TO_UNIX
String CONVERT_LINE_DELIMITERS_TO_UNIX(Code)
Action definition id of the edit convert to Unix line delimiter action. Value: "org.eclipse.ui.edit.text.convert.lineDelimiters.toUNIX"



CONVERT_LINE_DELIMITERS_TO_WINDOWS
String CONVERT_LINE_DELIMITERS_TO_WINDOWS(Code)
Action definition id of the edit convert to window's line delimiter action. Value: "org.eclipse.ui.edit.text.convert.lineDelimiters.toWindows"



COPY_LINES_DOWN
String COPY_LINES_DOWN(Code)
Action definition id of the copy lines downwards action. Value: "org.eclipse.ui.edit.text.copyLineDown"
since:
   3.0



COPY_LINES_UP
String COPY_LINES_UP(Code)
Action definition id of the copy lines upwards action. Value: "org.eclipse.ui.edit.text.copyLineUp"
since:
   3.0



CUT_LINE
String CUT_LINE(Code)
Action definition id of the edit cut line action. Value: "org.eclipse.ui.edit.text.cut.line"
since:
   2.1



CUT_LINE_TO_BEGINNING
String CUT_LINE_TO_BEGINNING(Code)
Action definition id of the edit cut line to beginning action. Value: "org.eclipse.ui.edit.text.cut.line.to.beginning"
since:
   2.1



CUT_LINE_TO_END
String CUT_LINE_TO_END(Code)
Action definition id of the edit cut line to end action. Value: "org.eclipse.ui.edit.text.cut.line.to.end"
since:
   2.1



DELETE_LINE
String DELETE_LINE(Code)
Action definition id of the edit delete line action. Value: "org.eclipse.ui.edit.text.delete.line"



DELETE_LINE_TO_BEGINNING
String DELETE_LINE_TO_BEGINNING(Code)
Action definition id of the edit delete line to beginning action. Value: "org.eclipse.ui.edit.text.delete.line.to.beginning"



DELETE_LINE_TO_END
String DELETE_LINE_TO_END(Code)
Action definition id of the edit delete line to end action. Value: "org.eclipse.ui.edit.text.delete.line.to.end"



DELETE_NEXT
String DELETE_NEXT(Code)
Action definition id of the edit delete next character action. Value: "org.eclipse.ui.edit.text.deleteNext"



DELETE_NEXT_WORD
String DELETE_NEXT_WORD(Code)
Action definition id of the edit delete next word action. Value: "org.eclipse.ui.edit.text.deleteNextWord"
since:
   2.1



DELETE_PREVIOUS
String DELETE_PREVIOUS(Code)
Action definition id of the edit delete previous character action. Value: "org.eclipse.ui.edit.text.deletePrevious"



DELETE_PREVIOUS_WORD
String DELETE_PREVIOUS_WORD(Code)
Action definition id of the edit delete previous word action. Value: "org.eclipse.ui.edit.text.deletePreviousWord"
since:
   2.1



GOTO_LAST_EDIT_POSITION
String GOTO_LAST_EDIT_POSITION(Code)
Action definition id of go to last edit position action. Value: "org.eclipse.ui.edit.text.gotoLastEditPosition"
since:
   2.1



GOTO_NEXT_ANNOTATION
String GOTO_NEXT_ANNOTATION(Code)
Action definition id of go to next annotation action. Value: "org.eclipse.ui.edit.text.gotoNextAnnotation"
since:
   3.0



GOTO_PREVIOUS_ANNOTATION
String GOTO_PREVIOUS_ANNOTATION(Code)
Action definition id of go to previous annotation action. Value: "org.eclipse.ui.edit.text.gotoPreviousAnnotation"
since:
   3.0



HIPPIE_COMPLETION
String HIPPIE_COMPLETION(Code)
Action definition ID of the edit -> text complete action Value: "org.eclipse.ui.edit.text.hippieCompletion").
since:
   3.1



JOIN_LINES
String JOIN_LINES(Code)
Action definition id of the edit join lines action. Value: "org.eclipse.ui.edit.text.join.line"
since:
   3.3



LINENUMBER_TOGGLE
String LINENUMBER_TOGGLE(Code)
Command ID of the toggle display of line numbers Value: "org.eclipse.ui.editors.lineNumberToggle").
since:
   3.1



LINE_DOWN
String LINE_DOWN(Code)
Action definition id of the navigate goto next line action. Value: "org.eclipse.ui.edit.text.goto.lineDown"



LINE_END
String LINE_END(Code)
Action definition id of the navigate goto line end action. Value: "org.eclipse.ui.edit.text.goto.lineEnd"



LINE_GOTO
String LINE_GOTO(Code)
Action definition id of the navigate goto line action. Value: "org.eclipse.ui.edit.text.goto.line"



LINE_START
String LINE_START(Code)
Action definition id of the navigate goto line start action. Value: "org.eclipse.ui.edit.text.goto.lineStart"



LINE_UP
String LINE_UP(Code)
Action definition id of the navigate goto previous line action. Value: "org.eclipse.ui.edit.text.goto.lineUp"



LOWER_CASE
String LOWER_CASE(Code)
Action definition id of the lower case action. Value: "org.eclipse.ui.edit.text.lowerCase"
since:
   3.0



MOVE_LINES_DOWN
String MOVE_LINES_DOWN(Code)
Action definition id of the move lines downwards action. Value: "org.eclipse.ui.edit.text.moveLineDown"
since:
   3.0



MOVE_LINES_UP
String MOVE_LINES_UP(Code)
Action definition id of the move lines upwards action. Value: "org.eclipse.ui.edit.text.moveLineUp"
since:
   3.0



PAGE_DOWN
String PAGE_DOWN(Code)
Action definition id of the navigate goto next page action. Value: "org.eclipse.ui.edit.text.goto.pageDown"



PAGE_UP
String PAGE_UP(Code)
Action definition id of the navigate goto previous page action. Value: "org.eclipse.ui.edit.text.goto.pageUp"



QUICKDIFF_REVERT
String QUICKDIFF_REVERT(Code)
Command ID of the revert selection/block action Value: "org.eclipse.ui.editors.quickdiff.revert").
since:
   3.1



QUICKDIFF_REVERTLINE
String QUICKDIFF_REVERTLINE(Code)
Command ID of the revert line action Value: "org.eclipse.ui.editors.quickdiff.revertLine").
since:
   3.1



QUICKDIFF_TOGGLE
String QUICKDIFF_TOGGLE(Code)
Command ID of the toggle quick diff action. The name has no proper prefix for historical reasons. Value: "org.eclipse.quickdiff.toggle").
since:
   3.1



QUICK_ASSIST
String QUICK_ASSIST(Code)
Action definition ID of the edit -> quick assist proposal action

Note: The constant contains 'jdt' for historical and compatibility reasons.

(value "org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals").
since:
   3.2



RECENTER
String RECENTER(Code)
Command ID of the recenter command. Value: "org.eclipse.ui.edit.text.recenter").
since:
   3.3



REVISION_AUTHOR_TOGGLE
String REVISION_AUTHOR_TOGGLE(Code)
Command ID of the command to toggle the revision author display. Value: "org.eclipse.ui.editors.revisions.author.toggle").
since:
   3.3



REVISION_ID_TOGGLE
String REVISION_ID_TOGGLE(Code)
Command ID of the command to toggle the revision ID display. Value: "org.eclipse.ui.editors.revisions.id.toggle").
since:
   3.3



REVISION_RENDERING_CYCLE
String REVISION_RENDERING_CYCLE(Code)
Command ID of the command to cycle the revision rendering mode. Value: "org.eclipse.ui.editors.revisions.rendering.cycle").
since:
   3.3



SCROLL_LINE_DOWN
String SCROLL_LINE_DOWN(Code)
Action definition id of the navigate scroll line down action. Value: "org.eclipse.ui.edit.text.scroll.lineDown"



SCROLL_LINE_UP
String SCROLL_LINE_UP(Code)
Action definition id of the navigate scroll line up action. Value: "org.eclipse.ui.edit.text.scroll.lineUp"



SELECT_COLUMN_NEXT
String SELECT_COLUMN_NEXT(Code)
Action definition id of the select next column action. Value: "org.eclipse.ui.edit.text.select.columnNext"



SELECT_COLUMN_PREVIOUS
String SELECT_COLUMN_PREVIOUS(Code)
Action definition id of the select previous column action. Value: "org.eclipse.ui.edit.text.select.columnPrevious"



SELECT_LINE_DOWN
String SELECT_LINE_DOWN(Code)
Action definition id of the select line down action. Value: "org.eclipse.ui.edit.text.select.lineDown"



SELECT_LINE_END
String SELECT_LINE_END(Code)
Action definition id of the select line end action. Value: "org.eclipse.ui.edit.text.select.lineEnd"



SELECT_LINE_START
String SELECT_LINE_START(Code)
Action definition id of the select line start action. Value: "org.eclipse.ui.edit.text.select.lineStart"



SELECT_LINE_UP
String SELECT_LINE_UP(Code)
Action definition id of the select line up action. Value: "org.eclipse.ui.edit.text.select.lineUp"



SELECT_PAGE_DOWN
String SELECT_PAGE_DOWN(Code)
Action definition id of the select page down action. Value: "org.eclipse.ui.edit.text.select.pageDown"



SELECT_PAGE_UP
String SELECT_PAGE_UP(Code)
Action definition id of the select page up action. Value: "org.eclipse.ui.edit.text.select.pageUp"



SELECT_TEXT_END
String SELECT_TEXT_END(Code)
Action definition id of the select text end action. Value: "org.eclipse.ui.edit.text.select.textEnd"



SELECT_TEXT_START
String SELECT_TEXT_START(Code)
Action definition id of the select text start action. Value: "org.eclipse.ui.edit.text.select.textStart"



SELECT_WINDOW_END
String SELECT_WINDOW_END(Code)
Action definition id of the select window end action. Value: "org.eclipse.ui.edit.text.select.windowEnd"



SELECT_WINDOW_START
String SELECT_WINDOW_START(Code)
Action definition id of the select window start action. Value: "org.eclipse.ui.edit.text.select.windowStart"



SELECT_WORD_NEXT
String SELECT_WORD_NEXT(Code)
Action definition id of the select next word action. Value: "org.eclipse.ui.edit.text.select.wordNext"



SELECT_WORD_PREVIOUS
String SELECT_WORD_PREVIOUS(Code)
Action definition id of the select previous word action. Value: "org.eclipse.ui.edit.text.select.wordPrevious"



SET_MARK
String SET_MARK(Code)
Action definition id of the edit set mark action. Value: "org.eclipse.ui.edit.text.set.mark"



SHIFT_LEFT
String SHIFT_LEFT(Code)
Action definition id of the edit shift left action. Value: "org.eclipse.ui.edit.text.shiftLeft"



SHIFT_RIGHT
String SHIFT_RIGHT(Code)
Action definition id of the edit shift right action. Value: "org.eclipse.ui.edit.text.shiftRight"



SHOW_INFORMATION
String SHOW_INFORMATION(Code)
Command ID of the command to display information for the current caret location in a sticky hover. Value "org.eclipse.ui.edit.text.showInformation").
See Also:   IInformationProvider
since:
   3.3



SHOW_RULER_CONTEXT_MENU
String SHOW_RULER_CONTEXT_MENU(Code)
Action definition id of the show ruler context menu action. Value: "org.eclipse.ui.edit.text.showRulerContextMenu"



SHOW_WHITESPACE_CHARACTERS
String SHOW_WHITESPACE_CHARACTERS(Code)
Command ID of the command to toggle the display of whitespace characters. Value: "org.eclipse.ui.edit.text.toggleShowWhitespaceCharacters").
since:
   3.3



SMART_ENTER
String SMART_ENTER(Code)
Action definition id of the smart enter action. Value: "org.eclipse.ui.edit.text.smartEnter"
since:
   3.0



SMART_ENTER_INVERSE
String SMART_ENTER_INVERSE(Code)
Action definition id of the smart enter (inverse) action. Value: "org.eclipse.ui.edit.text.smartEnterInverse"
since:
   3.0



SWAP_MARK
String SWAP_MARK(Code)
Action definition id of the edit swap mark action. Value: "org.eclipse.ui.edit.text.swap.mark"



TEXT_END
String TEXT_END(Code)
Action definition id of the navigate goto text end action. Value: "org.eclipse.ui.edit.text.goto.textEnd"



TEXT_START
String TEXT_START(Code)
Action definition id of the navigate goto text start action. Value: "org.eclipse.ui.edit.text.goto.textStart"



TOGGLE_INSERT_MODE
String TOGGLE_INSERT_MODE(Code)
Action definition ID of the edit -> smart insert mode action Value: "org.eclipse.ui.edit.text.toggleInsertMode").
since:
   3.0



TOGGLE_OVERWRITE
String TOGGLE_OVERWRITE(Code)
Action definition id of the toggle input mode action. Value: "org.eclipse.ui.edit.text.toggleOverwrite"



TOGGLE_SHOW_SELECTED_ELEMENT_ONLY
String TOGGLE_SHOW_SELECTED_ELEMENT_ONLY(Code)
Action definition id of toggle show selected element only action. Value: "org.eclipse.ui.edit.text.toggleShowSelectedElementOnly"
since:
   3.0



UPPER_CASE
String UPPER_CASE(Code)
Action definition id of the upper case action. Value: "org.eclipse.ui.edit.text.upperCase"
since:
   3.0



WINDOW_END
String WINDOW_END(Code)
Action definition id of the navigate goto end of window action. Value: "org.eclipse.ui.edit.text.goto.windowEnd"



WINDOW_START
String WINDOW_START(Code)
Action definition id of the navigate goto start of window action. Value: "org.eclipse.ui.edit.text.goto.windowStart"



WORD_NEXT
String WORD_NEXT(Code)
Action definition id of the navigate goto next word action. Value: "org.eclipse.ui.edit.text.goto.wordNext"



WORD_PREVIOUS
String WORD_PREVIOUS(Code)
Action definition id of the navigate goto previous word action. Value: "org.eclipse.ui.edit.text.goto.wordPrevious"





www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.