Home
last modified time | relevance | path

Searched refs:textChange (Results 1 – 25 of 28) sorted by relevance

12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/
H A DNLSPropertyFileModifier.java53 TextChange textChange= null; in create() local
59 textChange= new DocumentChange(name, document); in create()
60 addChanges(textChange, nlsSubstitutions); in create()
61 textChange.perform(new NullProgressMonitor()); in create()
76 textChange= new TextFileChange(name, getPropertyFile(propertyFilePath)); in create()
77 textChange.setTextType("properties"); //$NON-NLS-1$ in create()
79 addChanges(textChange, nlsSubstitutions); in create()
81 return textChange; in create()
87 TextChange textChange= new TextFileChange(name, getPropertyFile(propertyFilePath)); in removeKeys() local
88 textChange.setTextType("properties"); //$NON-NLS-1$ in removeKeys()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Razor.Test/Text/
H A DTextChangeTest.cs107 var textChange = new TextChange(2, 1, oldBuffer, 1, newBuffer); in OldTextReturnsOldSpanFromOldBuffer()
110 string text = textChange.OldText; in OldTextReturnsOldSpanFromOldBuffer()
122 var textChange = new TextChange(0, 0, oldBuffer, 3, newBuffer); in NewTextWithInsertReturnsChangedTextFromBuffer()
125 string text = textChange.NewText; in NewTextWithInsertReturnsChangedTextFromBuffer()
137 var textChange = new TextChange(1, 1, oldBuffer, 0, newBuffer); in NewTextWithDeleteReturnsEmptyString()
140 string text = textChange.NewText; in NewTextWithDeleteReturnsEmptyString()
152 var textChange = new TextChange(2, 2, oldBuffer, 1, newBuffer); in NewTextWithReplaceReturnsChangedTextFromBuffer()
155 string text = textChange.NewText; in NewTextWithReplaceReturnsChangedTextFromBuffer()
170 string text = textChange.ApplyChange("abcd", 0); in ApplyChangeWithInsertedTextReturnsNewContentWithChangeApplied()
185 string text = textChange.ApplyChange("abcdefg", 1); in ApplyChangeWithRemovedTextReturnsNewContentWithChangeApplied()
[all …]
/dports/graphics/cenon/Cenon/graphicsUndo.subproj/
H A DPerformTextGraphicsChange.m23 textChange = nil;
30 [textChange release];
36 return [textChange changeName];
44 [textChange undoChange];
58 [textChange redoChange];
69 if (textChange == nil) {
70 textChange = aChange;
H A DPerformTextGraphicsChange.h5 Change *textChange; /* actual text change */ variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/
H A DDeleteChangeCreator.java137 TextChange textChange= manager.get(cu); in addTextEditFromRewrite() local
138 if (textChange instanceof TextFileChange) { in addTextEditFromRewrite()
139 TextFileChange tfc= (TextFileChange) textChange; in addTextEditFromRewrite()
143 TextChangeCompatibility.addTextEdit(textChange, message, resultingEdits); in addTextEditFromRewrite()
144 return textChange; in addTextEditFromRewrite()
H A DMoveCuUpdateCreator.java171 TextChange textChange= changeManager.get(referencingCu); in addReferenceUpdates() local
174 TextChangeCompatibility.addTextEdit(textChange, changeName, replaceEdit); in addReferenceUpdates()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DAppendNodeCommand.cpp46 static void sendAXTextChangedIgnoringLineBreaks(Node* node, AXObjectCache::AXTextChange textChange) in sendAXTextChangedIgnoringLineBreaks() argument
54 …node->document()->axObjectCache()->nodeTextChangeNotification(node->renderer(), textChange, 0, len… in sendAXTextChangedIgnoringLineBreaks()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ds/org.eclipse.pde.ds.annotations/src/org/eclipse/pde/ds/internal/annotations/
H A DComponentRefactoringHelper.java312 TextFileChange textChange = new TextFileChange(modelFile.getName(), modelFile); in createChange() local
313 textChange.setTextType("xml"); //$NON-NLS-1$ // TODO verify! in createChange()
314 textChange.setEdit(new MultiTextEdit()); in createChange()
315textChange.addEdit(new ReplaceEdit(attrName.getValueOffset(), attrName.getValueLength(), component… in createChange()
316textChange.addEdit(new ReplaceEdit(attrClass.getValueOffset(), attrClass.getValueLength(), compone… in createChange()
317 change.add(textChange); in createChange()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/util/
H A DQualifiedNameSearchResult.java67 for (TextChange textChange : values) { in getSingleChange()
68 TextFileChange change= (TextFileChange)textChange; in getSingleChange()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/
H A DPluginManifestChange.java34 …e(IFile file, Object[] affectedElements, String[] newNames, TextChange textChange, IProgressMonito… in createRenameChange() argument
75 if (textChange != null) { in createRenameChange()
76 TextEdit edit = textChange.getEdit(); in createRenameChange()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/examples/org/eclipse/jdt/ui/examples/
H A DMyRenameTypeParticipant.java110 TextChange textChange= getTextChange(file); // an other participant already modified that file? in createChange()
111 if (textChange != null) { in createChange()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/refactorparticipants/
H A DRefactorParticipantDelegate.java71 final TextChange textChange = pModel.getTextChange(file); in createChange()
72 if (textChange != null) { in createChange()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DTSFTextStore.cpp5051 TS_TEXTCHANGE textChange; in NotifyTSFOfTextChange() local
5052 textChange.acpStart = in NotifyTSFOfTextChange()
5054 textChange.acpOldEnd = in NotifyTSFOfTextChange()
5056 textChange.acpNewEnd = in NotifyTSFOfTextChange()
5064 textChange.acpOldEnd, textChange.acpNewEnd)); in NotifyTSFOfTextChange()
5066 sink->OnTextChange(0, &textChange); in NotifyTSFOfTextChange()
5570 TS_TEXTCHANGE textChange; in CommitCompositionInternal() local
5571 textChange.acpStart = mComposition.mStart; in CommitCompositionInternal()
5572 textChange.acpOldEnd = endOffset; in CommitCompositionInternal()
5578 textChange.acpOldEnd, textChange.acpNewEnd)); in CommitCompositionInternal()
[all …]
/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/plugins/PaintPlugin/src/
H A DDkPaintPlugin.h129 void textChange(const QString &text);
H A DDkPaintPlugin.cpp259 …connect(paintToolbar, SIGNAL(textChangeSignal(const QString&)), this, SLOT(textChange(const QStrin… in init()
520 void DkPaintViewPort::textChange(const QString &text){ in textChange() function in nmp::DkPaintViewPort
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/accessibility/
H A DAXObjectCache.cpp526 void AXObjectCache::nodeTextChangeNotification(RenderObject* renderer, AXTextChange textChange, uns… in nodeTextChangeNotification() argument
533 nodeTextChangePlatformNotification(obj, textChange, offset, count); in nodeTextChangeNotification()
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/RoomsBrowserGFx3/Resources/
H A DLobby.as70 chatTextInput.addEventListener("textChange", this, "UpdateSendButton");
71 chatRecipient.addEventListener("textChange", this, "UpdateSendButton");
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/
H A DRenameTypeProcessor.java1081 TextChange textChange= fChangeManager.get(fType.getCompilationUnit()); in createChange() local
1082 if (textChange instanceof TextFileChange) { in createChange()
1083 ((TextFileChange) textChange).setSaveMode(TextFileChange.FORCE_SAVE); in createChange()
1434 TextChange textChange= manager.get(currentCU); in checkCUCompleteConditions() local
1435 textChange.setKeepPreviewEdits(true); in checkCUCompleteConditions()
1441 …TextChangeCompatibility.addTextEdit(textChange, "", occurenceEdit, GroupCategorySet.NONE); //$NON-… in checkCUCompleteConditions()
1445 …status.merge(RenameAnalyzeUtil.analyzeLocalRenames(analyzePackages, textChange, currentResolvedCU,… in checkCUCompleteConditions()
H A DRenameMethodProcessor.java851 private void simpleUpdate(SearchMatch element, ICompilationUnit cu, TextChange textChange) { in simpleUpdate() argument
854 addTextEdit(textChange, editName, replaceEdit); in simpleUpdate()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DTSFTextStore.cpp6034 TS_TEXTCHANGE textChange; in NotifyTSFOfTextChange() local
6036 textChange.acpOldEnd = in NotifyTSFOfTextChange()
6038 textChange.acpNewEnd = in NotifyTSFOfTextChange()
6047 this, textChange.acpStart, textChange.acpOldEnd, textChange.acpNewEnd)); in NotifyTSFOfTextChange()
6049 sink->OnTextChange(0, &textChange); in NotifyTSFOfTextChange()
6532 TS_TEXTCHANGE textChange; in CommitCompositionInternal() local
6533 textChange.acpStart = mComposition.mStart; in CommitCompositionInternal()
6534 textChange.acpOldEnd = endOffset; in CommitCompositionInternal()
6540 this, textChange.acpStart, textChange.acpOldEnd, in CommitCompositionInternal()
6541 textChange.acpNewEnd)); in CommitCompositionInternal()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DTSFTextStore.cpp5646 TS_TEXTCHANGE textChange; in NotifyTSFOfTextChange() local
5648 textChange.acpOldEnd = in NotifyTSFOfTextChange()
5650 textChange.acpNewEnd = in NotifyTSFOfTextChange()
5659 this, textChange.acpStart, textChange.acpOldEnd, textChange.acpNewEnd)); in NotifyTSFOfTextChange()
5661 sink->OnTextChange(0, &textChange); in NotifyTSFOfTextChange()
6162 TS_TEXTCHANGE textChange; in CommitCompositionInternal() local
6163 textChange.acpStart = mComposition.mStart; in CommitCompositionInternal()
6164 textChange.acpOldEnd = endOffset; in CommitCompositionInternal()
6170 this, textChange.acpStart, textChange.acpOldEnd, in CommitCompositionInternal()
6171 textChange.acpNewEnd)); in CommitCompositionInternal()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DTSFTextStore.cpp5972 TS_TEXTCHANGE textChange; in NotifyTSFOfTextChange() local
5974 textChange.acpOldEnd = in NotifyTSFOfTextChange()
5976 textChange.acpNewEnd = in NotifyTSFOfTextChange()
5985 this, textChange.acpStart, textChange.acpOldEnd, textChange.acpNewEnd)); in NotifyTSFOfTextChange()
5987 sink->OnTextChange(0, &textChange); in NotifyTSFOfTextChange()
6474 TS_TEXTCHANGE textChange; in CommitCompositionInternal() local
6475 textChange.acpStart = mComposition->StartOffset(); in CommitCompositionInternal()
6476 textChange.acpOldEnd = endOffset; in CommitCompositionInternal()
6482 this, textChange.acpStart, textChange.acpOldEnd, in CommitCompositionInternal()
6483 textChange.acpNewEnd)); in CommitCompositionInternal()
[all …]
/dports/www/firefox/firefox-99.0/widget/windows/
H A DTSFTextStore.cpp5995 TS_TEXTCHANGE textChange; in NotifyTSFOfTextChange() local
5997 textChange.acpOldEnd = in NotifyTSFOfTextChange()
5999 textChange.acpNewEnd = in NotifyTSFOfTextChange()
6008 this, textChange.acpStart, textChange.acpOldEnd, textChange.acpNewEnd)); in NotifyTSFOfTextChange()
6010 sink->OnTextChange(0, &textChange); in NotifyTSFOfTextChange()
6494 TS_TEXTCHANGE textChange; in CommitCompositionInternal() local
6495 textChange.acpStart = mComposition->StartOffset(); in CommitCompositionInternal()
6496 textChange.acpOldEnd = endOffset; in CommitCompositionInternal()
6502 this, textChange.acpStart, textChange.acpOldEnd, in CommitCompositionInternal()
6503 textChange.acpNewEnd)); in CommitCompositionInternal()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DTSFTextStore.cpp5972 TS_TEXTCHANGE textChange; in NotifyTSFOfTextChange() local
5974 textChange.acpOldEnd = in NotifyTSFOfTextChange()
5976 textChange.acpNewEnd = in NotifyTSFOfTextChange()
5985 this, textChange.acpStart, textChange.acpOldEnd, textChange.acpNewEnd)); in NotifyTSFOfTextChange()
5987 sink->OnTextChange(0, &textChange); in NotifyTSFOfTextChange()
6474 TS_TEXTCHANGE textChange; in CommitCompositionInternal() local
6475 textChange.acpStart = mComposition->StartOffset(); in CommitCompositionInternal()
6476 textChange.acpOldEnd = endOffset; in CommitCompositionInternal()
6482 this, textChange.acpStart, textChange.acpOldEnd, in CommitCompositionInternal()
6483 textChange.acpNewEnd)); in CommitCompositionInternal()
[all …]
/dports/security/keybase/client-v5.7.1/shared/wallets/send-form/participants/
H A Dto-field.tsx102 // Hot fix to let any empty string textChange callbacks happen before we change the value.

12