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 "RAP Theme Editor"

(Features)
(Property Dialogs)
Line 48: Line 48:
  
 
== Property Dialogs ==
 
== Property Dialogs ==
 +
 +
 +
 +
== Prospective Features ==
 +
 +
* preview for each widget supported by RAP, in order to see directly an effect when changing a style value [[Image:Glass.gif]]
  
 
== Getting the Source ==
 
== Getting the Source ==

Revision as of 09:51, 16 August 2008

Abstract

The goal of this project is to provide an Eclipse Plug-In that handles RAP theme files. At the moment RAP theme files have to be edited in a normal text editor. That is fault-prone and definitely not userfriendly. So beside syntax checking the Theme Editor will provide a graphical user interface to change several properties and values for RAP themes in an easier way.

This project is part of 2008 Google Summer of Code.

Participants:

  • Mentor: Ralf Sternberg
  • Student: Mathias Schaeffner

Features

Legend

Glass.gif Needs some investigation/research

Progress.gif Work in progress

Ok green.gif Bug fixed / Feature added

  • Multipage Editor with 3 tabs (widgets tab, rules tab, source tab) for editing all parts of a RAP theme file Ok green.gif
  • loading supported widgets and their possible properties dynamically through the *.theme.xml files associated with each RAP widget Ok green.gif
  • synchronization between GUI-tabs and source tab Ok green.gif
  • dialogs that handle input of certain property types, e.g. ColorDialog, FontDialog, FileDialog Ok green.gif
  • Redo/Undo functionality Ok green.gif
  • source editor, so that theme files can be edited by hand as well Ok green.gif
  • Problem Marker in source tab Ok green.gif
  • syntax coloring in source tab Ok green.gif
  • contribution to standard Outline view Ok green.gif
  • content assist in source editor Ok green.gif
  • text hover in source editor Ok green.gif
  • preview for each widget supported by RAP, in order to see directly an effect when changing a style value Glass.gif


Widgets Tab

Rules Tab

Source Tab

Property Dialogs

Prospective Features

  • preview for each widget supported by RAP, in order to see directly an effect when changing a style value Glass.gif

Getting the Source

SVN: https://eclipse-incub.svn.sourceforge.net/svnroot/eclipse-incub/org.eclipse.rap.themeeditor

Screenshots

Community Proposals

Feel free to add your comments and ideas.

Back to the top