Home
last modified time | relevance | path

Searched defs:editorId (Results 1 – 25 of 61) sorted by relevance

123

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/internal/texteditor/rulers/
H A DRulerColumnTarget.java27 public abstract boolean matchesEditorId(String editorId); in matchesEditorId()
52 public static RulerColumnTarget createEditorIdTarget(String editorId) { in createEditorIdTarget()
71 public boolean matchesEditorId(String editorId) { in matchesEditorId()
103 public boolean matchesEditorId(String editorId) { in matchesEditorId()
132 public boolean matchesEditorId(String editorId) { in matchesEditorId()
161 public boolean matchesEditorId(String editorId) { in matchesEditorId()
198 public boolean matchesEditorId(String editorId) { in matchesEditorId()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/
H A DNewEditorHandler.java51 String editorId = editor.getSite().getId(); in execute() local
59 …((WorkbenchPage) page).openEditor(editor.getEditorInput(), editorId, true, IWorkbenchPage.MATCH_NO… in execute() local
62 page.openEditor(editor.getEditorInput(), editorId, true, IWorkbenchPage.MATCH_NONE); in execute() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/
H A DEditorInputTransfer.java100 public String editorId; field in EditorInputTransfer.EditorInputData
104 private EditorInputData(String editorId, IEditorInput input) { in EditorInputData()
201 String editorId = dataIn.readUTF(); in readEditorInput() local
258 public static EditorInputData createEditorInputData(String editorId, IEditorInput input) { in createEditorInputData()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/examples/org.eclipse.ui.forms.examples/src/org/eclipse/ui/forms/examples/internal/
H A DOpenFormEditorAction.java24 protected Object openEditor(String inputName, String editorId, IWorkbenchWindow window) { in openEditor()
28 protected Object openEditor(IEditorInput input, String editorId, IWorkbenchWindow window) { in openEditor()
/dports/devel/godot/godot-3.2.3-stable/modules/mono/editor/GodotTools/GodotTools/Ides/MonoDevelop/
H A DInstance.cs14 private readonly EditorId editorId; field in GodotTools.Ides.MonoDevelop.Instance
86 public Instance(string solutionFile, EditorId editorId) in Instance()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/editor/GodotTools/GodotTools/Ides/MonoDevelop/
H A DInstance.cs14 private readonly EditorId editorId; field in GodotTools.Ides.MonoDevelop.Instance
86 public Instance(string solutionFile, EditorId editorId) in Instance()
/dports/www/nextcloud/nextcloud/lib/private/DirectEditing/
H A DManager.php128 …public function create(string $path, string $editorId, string $creatorId, $templateId = null): str…
152 public function open(string $filePath, string $editorId = null): string {
191 public function editSecure(File $file, string $editorId): TemplateResponse {
195 private function getEditor($editorId): IEditor {
253 …public function createToken($editorId, File $file, string $filePath, IShare $share = null): string…
/dports/www/nextcloud/nextcloud/apps-pkg/files/lib/Controller/
H A DDirectEditingController.php77 …public function create(string $path, string $editorId, string $creatorId, string $templateId = nul…
97 public function open(string $path, string $editorId = null): DataResponse {
119 public function templates(string $editorId, string $creatorId): DataResponse {
/dports/devel/godot/godot-3.2.3-stable/modules/mono/editor/GodotTools/GodotTools/Ides/
H A DGodotIdeManager.cs55 private string GetExternalEditorIdentity(ExternalEditorId editorId) in GetExternalEditorIdentity()
99 private void LaunchIde(ExternalEditorId editorId, string editorIdentity) in LaunchIde()
197 …public EditorPick PickEditor(ExternalEditorId editorId) => new EditorPick(GetExternalEditorIdentit… field in GodotTools.Ides.GodotIdeManager
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/editor/GodotTools/GodotTools/Ides/
H A DGodotIdeManager.cs55 private string GetExternalEditorIdentity(ExternalEditorId editorId) in GetExternalEditorIdentity()
99 private void LaunchIde(ExternalEditorId editorId, string editorIdentity) in LaunchIde()
197 …public EditorPick PickEditor(ExternalEditorId editorId) => new EditorPick(GetExternalEditorIdentit… field in GodotTools.Ides.GodotIdeManager
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/layout/
H A DEditorWidgetFactory.java41 private String editorId; field in EditorWidgetFactory
51 public EditorWidgetFactory(String filename, String editorId) { in EditorWidgetFactory()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/
H A DIEditorRegistry.java94 IEditorDescriptor findEditor(String editorId); in findEditor()
230 void setDefaultEditor(String fileNameOrExtension, String editorId); in setDefaultEditor()
H A DIWorkbenchPage.java393 IEditorReference[] findEditors(IEditorInput input, String editorId, int matchFlags); in findEditors()
575 IEditorPart openEditor(IEditorInput input, String editorId) throws PartInitException; in openEditor()
602 …IEditorPart openEditor(IEditorInput input, String editorId, boolean activate) throws PartInitExcep… in openEditor()
637 IEditorPart openEditor(final IEditorInput input, final String editorId, final boolean activate, in openEditor()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.search/search/org/eclipse/search/internal/ui/text/
H A DEditorOpener.java51 String editorId= null; in openAndSelect() local
88 …private IEditorPart showWithReuse(IFile file, IWorkbenchPage page, String editorId, boolean activa… in showWithReuse()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/
H A Dgeneratedfile.cpp61 Id editorId; member in Core::GeneratedFilePrivate
138 Id GeneratedFile::editorId() const in editorId() function in Core::GeneratedFile
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/
H A DEditorAreaDropAdapter.java101 String editorId = editorInputData.editorId; in asyncDrop() local
268 IEditorInput editorInput, String editorId) { in openNonExternalEditor()
/dports/www/drupal8/drupal-8.9.20/core/modules/ckeditor/src/Ajax/
H A DAddStyleSheetCommand.php17 protected $editorId; variable in Drupal\\ckeditor\\Ajax\\AddStyleSheetCommand
/dports/www/drupal9/drupal-9.2.10/core/modules/ckeditor/src/Ajax/
H A DAddStyleSheetCommand.php17 protected $editorId; variable in Drupal\\ckeditor\\Ajax\\AddStyleSheetCommand
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/internal/texteditor/
H A DEditPosition.java42 public EditPosition(IEditorInput editorInput, String editorId, Position pos) { in EditPosition()
/dports/www/drupal8/drupal-8.9.20/core/modules/editor/tests/src/Unit/
H A DEditorConfigEntityUnitTest.php56 protected $editorId; variable in Drupal\\Tests\\editor\\Unit\\EditorConfigEntityUnitTest
/dports/www/drupal9/drupal-9.2.10/core/modules/editor/tests/src/Unit/
H A DEditorConfigEntityUnitTest.php56 protected $editorId; variable in Drupal\\Tests\\editor\\Unit\\EditorConfigEntityUnitTest
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/breakpoints/
H A DOpenBreakpointMarkerAction.java74 String editorId = fgPresentation.getEditorId(input, breakpoint); in run() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/
H A DIDE.java345 IEditorInput input, String editorId) throws PartInitException { in openEditor()
385 String editorId, boolean activate) throws PartInitException { in openEditor()
488 IEditorInput input, String editorId, boolean activate) in openEditor()
629 String editorId) throws PartInitException { in openEditor()
663 String editorId, boolean activate) throws PartInitException { in openEditor()
1368 String editorId; in openEditorOnFileStore() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/expressions/
H A DLegacyEditorActionBarExpression.java54 public LegacyEditorActionBarExpression(final String editorId) { in LegacyEditorActionBarExpression()
/dports/www/nextcloud/nextcloud/lib/public/DirectEditing/
H A DIManager.php68 …public function create(string $path, string $editorId, string $creatorId, $templateId = null): str…

123