|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.editors.formatting.UnifiedBracketInserterBase
com.aptana.ide.editors.formatting.UnifiedBracketInserter
com.aptana.ide.editor.css.formatting.CSSBracketInserter
public class CSSBracketInserter
HTMLBracketInserter
| Field Summary |
|---|
| Fields inherited from class com.aptana.ide.editors.formatting.UnifiedBracketInserter |
|---|
context, sourceViewer |
| Fields inherited from class com.aptana.ide.editors.formatting.UnifiedBracketInserterBase |
|---|
fCloseAngularBrackets, fCloseBrackets, fCloseStrings |
| Fields inherited from interface org.eclipse.jface.text.link.ILinkedModeListener |
|---|
EXIT_ALL, EXTERNAL_MODIFICATION, NONE, SELECT, UPDATE_CARET |
| Constructor Summary | |
|---|---|
CSSBracketInserter(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
IFileService context)
Controls the insertion and deletion of quotes in CSS. |
|
| Method Summary | |
|---|---|
protected char[] |
getAutoInsertCharacters()
getAutoInsertCharacters |
protected org.eclipse.jface.preference.IPreferenceStore |
getPreferenceStore()
getPreferenceStore |
protected boolean |
isValidAutoInsertLocation(char character,
Lexeme previous,
Lexeme next)
Is this location a valid place to inserts the specified character? |
| Methods inherited from class com.aptana.ide.editors.formatting.UnifiedBracketInserter |
|---|
autoTriggerAssist, getLexemeList, isAutoInsertEnabled, isValidAutoInsertLocation, triggerAssistClose, triggerContentAssistPopup, triggerContextAssistPopup |
| Methods inherited from class com.aptana.ide.editors.formatting.UnifiedBracketInserterBase |
|---|
doEvent, getInsertMode, getPeerCharacter, hasPeerCharacter, isAngularIntroducer, isStringBalanced, left, resume, setCloseAngularBracketsEnabled, setCloseBracketsEnabled, setCloseStringsEnabled, suspend, triggerAssistPopup, verifyKey |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.swt.custom.VerifyKeyListener |
|---|
verifyKey |
| Constructor Detail |
|---|
public CSSBracketInserter(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
IFileService context)
sourceViewer - context - | Method Detail |
|---|
protected boolean isValidAutoInsertLocation(char character,
Lexeme previous,
Lexeme next)
UnifiedBracketInserter
isValidAutoInsertLocation in class UnifiedBracketInsertercharacter - The character insertedprevious - The previous lexemenext - The next lexeme
UnifiedBracketInserterBase.isValidAutoInsertLocation(char, int, int)protected org.eclipse.jface.preference.IPreferenceStore getPreferenceStore()
getPreferenceStore in class UnifiedBracketInserterprotected char[] getAutoInsertCharacters()
getAutoInsertCharacters in class UnifiedBracketInserterBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||