Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Java Editor

The whole goal was to add triple click line select, so getting to know the editor architecture is my current goal.

regard

Andre

Chris Laffra wrote:




I think Andre is referring to the simplified "Jav Editor", and not the real
thing...

Chris



|---------+--------------------------------->
|         |           Daniel Megert         |
|         |           <daniel_megert@xxxxxx.|
|         |           com>                  |
|         |           Sent by:              |
|         |           platform-ui-dev-admin@|
|         |           eclipse.org           |
|         |                                 |
|         |                                 |
|         |           11/10/2003 11:12 AM   |
|         |           Please respond to     |
|         |           platform-ui-dev       |
|         |                                 |
|---------+--------------------------------->
  >---------------------------------------------------------------------------------------------------------------------------------------------|
  |                                                                                                                                             |
  |       To:       platform-ui-dev@xxxxxxxxxxx                                                                                                 |
  |       cc:                                                                                                                                   |
  |       Subject:  Re: [platform-ui-dev] Java Editor                                                                                           |
  |                                                                                                                                             |
  >---------------------------------------------------------------------------------------------------------------------------------------------|








The Java editor code is in the org.eclipse.jdt.ui project (package
org.eclipse.jdt.internal.ui.javaeditor and others)
The standard text editor is in org.eclipse.ui.editors

Both are based on code located in required projects (check the required
plug-ins list in the plugin.xml).

Note: such questions are better asked on the newsgroups.

Dani



             André-John Mas
             <ajmas@newtrade.c
             om>                                                        To
             Sent by:                  platform-ui-dev@xxxxxxxxxxx
             platform-ui-dev-a                                          cc
             dmin@xxxxxxxxxxx
                                                                   Subject
                                       [platform-ui-dev] Java Editor
             10.11.2003 17:03


             Please respond to
             platform-ui-dev@e
                clipse.org






Hi,

I am new the the development of Eclipse and I need a little bit of
help finding my way through the source code. More specifically I
am trying to find the source to both the 'Java editor' and the 'basic
editor'. I have the CVS tree in front of me, but I am a little lost.

regards

Andre
_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-ui-dev


_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-ui-dev



_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-ui-dev




Back to the top