aspose file tools
The moose likes IDEs, Version Control and other tools and the fly likes Eclipse Help Table of Contents in User Assistence Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Eclipse Help Table of Contents in User Assistence" Watch "Eclipse Help Table of Contents in User Assistence" New topic
Author

Eclipse Help Table of Contents in User Assistence

Nicol Green
Ranch Hand

Joined: Jan 30, 2010
Posts: 66
I found how to create help files in Eclipse.

Does someone know some good tutorial for creation of Help files in Eclipse ?

And how do I call that file in my class on action performed method ?

Thanks!
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35258
    
    7
What does Eclipse -which is an IDE- have to do with creating help files? What kind of format has that help file? Would it be code (since you mention "calling" it)?


Android appsImageJ pluginsJava web charts
Nicol Green
Ranch Hand

Joined: Jan 30, 2010
Posts: 66
It is an .xml file.

It is possible to create Help files and Cheet Sheets. When open Eclipse, go to New\Other\Usser Assistence\Cheet Sheet or Context Help, or Help Table of Contents.

I have small application (j2se) in java. I use Eclipse 3.4.2
I would like to provide short help in my application, when user click on Menu Item "Help" of "Help Topics", whatever.

Since I haven't done it before, and didn't figure out where to write text, I am searching for good tutorial which will help me to do that.

And when I create good .xml file, I still don't know how to refer to it from code, from the place where action performed.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Eclipse Help Table of Contents in User Assistence
 
Similar Threads
I want to import single-spaced code
Obfuscation using Alltori
JavaHelp library how to work with
How to add javadocs to eclipse java editor context?
how to add files in class path