Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Simple java editor
Simple java editor [message #327864] Tue, 06 May 2008 19:05 Go to next message
Eclipse UserFriend
Originally posted by: lewistrauss.hotmail.com

Dear mates,
I need create a simple text editor as a standalone application, with java
language code-assist as its main functionality, maybe by using the JDT.
Can you provide me with a (working) example to start with?

Thank you in advance for your help
Re: Simple java editor [message #327866 is a reply to message #327864] Tue, 06 May 2008 20:25 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

This is a multi-part message in MIME format.
--------------070408060703060609080004
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit

Francis,

Isn't JDT's editor a working example? Without basic information like
the classpath setups, it's really hard to do the code assist stuff, so
your goal seems somehow unrealistic. There was a similar recent
question on the JDT newsgroup, so you might want to have a look at that.

news://news.eclipse.org/eclipse.tools.jdt


francis wrote:
> Dear mates,
> I need create a simple text editor as a standalone application, with
> java language code-assist as its main functionality, maybe by using
> the JDT.
> Can you provide me with a (working) example to start with?
>
> Thank you in advance for your help
>


--------------070408060703060609080004
Content-Type: text/html; charset=ISO-8859-15
Content-Transfer-Encoding: 8bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-15"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Francis,<br>
<br>
Isn't JDT's editor a working example?
Re: Simple java editor [message #327880 is a reply to message #327864] Wed, 07 May 2008 08:42 Go to previous message
Roman Porotnikov is currently offline Roman PorotnikovFriend
Messages: 18
Registered: July 2009
Junior Member
Hi Francis,

"The Java Editor example demonstrates the standard features available
for custom text editors."

http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse. platform.doc.isv/samples/org.eclipse.ui.examples.javaeditor/ doc-html/ui_javaeditor_ex.html

Examples are available under "Examples Plug-in" section of Eclipse
download page, such as
http://download.eclipse.org/eclipse/downloads/drops/R-3.3.2- 200802211800/
for Eclipse 3.3.2.

~
Roman

francis wrote:
> Dear mates,
> I need create a simple text editor as a standalone application, with
> java language code-assist as its main functionality, maybe by using the
> JDT.
> Can you provide me with a (working) example to start with?
>
> Thank you in advance for your help
>
Previous Topic:Enhance Presentation's control over the workbench look beyond recent 3.4M6 changes
Next Topic:Help with commands, handlers and testers.
Goto Forum:
  


Current Time: Sun Jul 07 17:29:43 GMT 2024

Powered by FUDForum. Page generated in 0.03692 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top