CSS-Documentation for IDE-Usage

Tom Schindl tom.schindl at bestsolution.at
Fri Jul 6 10:57:52 PDT 2012


[resending because attached documents are too big :-(]

Hi,

Well for me the important thing is a meta format I can feed to my
IDE-Tooling which holds the following informations:
* property name
* validation information

I've been working on a long train drive 2 weeks ago on such a meta
format and translated fairly all informations found in the HTML-document
into my meta language (the grammer of the language is not yet able to
define all constructs in the document but we I'm not far way

I've developed this using xtext-framework
(http://www.eclipse.org/Xtext/) which has the advantage that I also have
an editor with syntax highlighting, auto-completetion, ... in my Eclipse.

I'm not sure this is the same direction you are heading to - for me a
meta format be it XML, ... (I can easily provide you an
XML-Representation of the xtext-Spec I attached) is the important thing
I need to make my tooling cleverer.

The documents are:
* grammer: http://pastebin.com/qsbtuTa6
* css-def: http://pastebin.com/FpqGmUBg

Tom

Am 06.07.12 19:21, schrieb David Grieve:
> There is no such document, just the cssref html document. 
> 
> I would like, however, to get all of the tables and such that describe
> the css properties out of that document and into proper javadoc for the
> corresponding JavaFX properties - perhaps with an @css javadoc tag or an
> @css annotation. I'm not sure if that would hurt or help. 
> 
> On Jun 19, 2012, at 11:59 AM, Richard Bair wrote:
> 
>> Hi Tom,
>>
>> I don't think we have a structured document with this information, but
>> it sounds useful! David is on Vacation but he should be involved when
>> he gets back hopefully later this week or next week.
>>
>> Cheers
>> Richard
>>
>> On Jun 19, 2012, at 1:38 AM, Tom Schindl wrote:
>>
>>> Hi,
>>>
>>> Is there some structured text document one can use to teach IDEs hover
>>> documentation of CSS-Attribute, or do I need to extract those
>>> information from the published HTML-CSS-Documentation?
>>>
>>> My hope is that this document is generated from some more structured
>>> resource I can use in my Eclipse integration. If there's no such
>>> document, I'd like to contribute in creating such a meta-format and
>>> generate the HTML-Document from it. Any netbeans people here who'd like
>>> to work with me on this?
>>>
>>> Tom
>>>
>>> -- 
>>> B e s t S o l u t i o n . a t                        EDV Systemhaus GmbH
>>> ------------------------------------------------------------------------
>>> tom schindl                 geschäftsführer/CEO
>>> ------------------------------------------------------------------------
>>> eduard-bodem-gasse 5-7/1   A-6020 innsbruck     fax      ++43 512 935833
>>> http://www.BestSolution.at                      phone    ++43 512 935834
>>
> 
> <http://www.oracle.com>
> David Grieve | Principal Member of Technical Staff
> Mobile: +16033121013 <tel:+16033121013>
> Oracle Java Client UI and Tools
> Durham, NH 03824
> <http://www.oracle.com/commitment> Oracle is committed to developing
> practices and products that help protect the environment
> 


-- 
B e s t S o l u t i o n . a t                        EDV Systemhaus GmbH
------------------------------------------------------------------------
tom schindl                 geschäftsführer/CEO
------------------------------------------------------------------------
eduard-bodem-gasse 5-7/1   A-6020 innsbruck     fax      ++43 512 935833
http://www.BestSolution.at                      phone    ++43 512 935834




More information about the openjfx-dev mailing list