Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Efxclipse/SmartCode"

(Integration into OSGi)
(Integration into OSGi)
Line 4: Line 4:
  
 
== Basic Control with Syntax Highlighting ==
 
== Basic Control with Syntax Highlighting ==
 +
 +
=== Basics ===
 +
To make it easier to define syntax highlighting for any language the smart-code framework uses unlike the Eclipse IDE a declarative language named ldef.
 +
 +
The first step when integrating a syntax highlighting editor into your application is to create a file ending with .ldef (eg java.ldef, ...).
 +
 +
=== Dependencies ===
  
 
== Adding support for Autocomplete Features ==
 
== Adding support for Autocomplete Features ==
  
 
== Adding support for Error-Markers ==
 
== Adding support for Error-Markers ==

Revision as of 07:37, 26 February 2016

e(fx)clipse provides a SmartCode-Editing Framework who can be embedded in fairly any application (not only OSGi)

Integration into OSGi

Basic Control with Syntax Highlighting

Basics

To make it easier to define syntax highlighting for any language the smart-code framework uses unlike the Eclipse IDE a declarative language named ldef.

The first step when integrating a syntax highlighting editor into your application is to create a file ending with .ldef (eg java.ldef, ...).

Dependencies

Adding support for Autocomplete Features

Adding support for Error-Markers

Copyright © Eclipse Foundation, Inc. All Rights Reserved.