Create a WYSIWYG Editor Plugin [closed] - eclipse

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I have a task to create a wysiwyg editor as an eclipse plugin. Please suggest me what are the prerequisites for developement in eclipse , I have working editor which is build using HTML and jQuery .
Please provide any document and existing plugin source code for reference.

Have you looked into using Sapphire?

Related

iText Java library [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I need to download data from my grid into PDf using iText Java Library. Anyone please let me know how to do that . Also it should have page numbers in that.
We may have charts also in it.
You have to go through the book iText in Action and this example will help you to solve your page number problem.

Architecture patterns applied in Eclipse IDE? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
does anybody know which architecture patterns the eclipse team applied to their eclipse IDE?
Thank you
The Book The Architecture of Open Source Applications contains a chapter about the design and architecture of eclipse. You can read the chapter online here.

create a custom code completion for eclipse [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am trying to make a plugin for eclipse to add more results in the code completion window.
In order to do that i need to get a reference to the Java Editor in order to override the getContentAssistant method of the editor’s SourceViewerConfiguration.
So, how can i get that reference?
Thank you
PS. feel free to provide any suggestions or links that can be helpful
Implement the javaCompletionProposalComputer. The link you gave is not useful, as that is only for people who implement a language editor, but the Java editor already exists.

Live example of GWT [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am looking for a website created using GWT such that it has the feature of drag and drop of objects in the UI. Please suggest me some websites created in GWT which have very intuitive UI.
At first have a look here: The GWT Showcase
or The Vaadin Showcase
or The Smart GWT Showcase
After that try gwt sites and qwt demos.
Try : The GWT ArcisWeb.
It's also like Content Management Framework

Eclipse Gurus: where can I find information to make a theme for the IDE? (I wish similar to Chrome) [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I suppose that similar to Chrome is impossible as all window api are not designed to make the wonderful cool effect of Chrome. However where can I start to make a theme for Eclipse?
I am not sure this could easily be done with Eclipse 3.x.
But with e4 (Eclipse4), this would be easier through CSS styling:
That plus gradient effect can lead to pretty cool GUI: