Registry / utility / org-eclipse-text

org-eclipse-text

JSON →
library3.14.600javamavenunverified

Eclipse platform text framework providing document model and text editing infrastructure.

<dependency> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.text</artifactId> <version>3.14.600</version> </dependency>
INSTALL
IMPORT
SIG · ORG-ECLIPSE-TEXT
O
org-eclipse-text
utilityjavav3.14.600
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

IDocument
org.eclipse.jface.text.IDocument

Create and use an Eclipse text document.

import org.eclipse.jface.text.IDocument; import org.eclipse.jface.text.Document; IDocument doc = new Document("Hello, world!"); System.out.println(doc.get());
Debug
Known issues
gotchaEclipse platform APIs are tied to Eclipse RCP; not suitable for standalone use.
fix
Use only within Eclipse RCP applications or OSGi environments.
affects: *
Upgrade
Version history
3.14.600latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
org-eclipse-text — mvn dependency:get org-eclipse-text · libregistry