From: Stephen C. <sj...@br...> - 2003-05-09 01:55:22
|
You are right about the Javadoc link. It was working on my computer, so it is likely I just missed a directory while copying to sourceforge. I'll deal with it later... If you are interested in changing the commands, you can update them right in the code. All of the variables are in the Profile class. In order to get the display name, sheets takes the variable name and does some magic on it, so what you need to do is change the variable name. Most variables are only used in two places (initVariables which sets the defaults and trySet which loads from a .sheetsrc file), but you can just do a goto references lookup to find these from the variable declaration. You also need to update the documentation under the Reference Manual sheet (this is where the webpage is rendered from). I may have broken part of the documentation editing feature recently, so if it doesn't work, hollar. --Steve ----- Original Message ----- From: "Aaron Powers" <ap...@cm...> To: <she...@li...> Sent: Wednesday, May 07, 2003 5:48 AM Subject: Re: [Sheets-devel] New Content on Web Site The Javadoc link is broken: http://sheets.sourceforge.net/javadocs/index.html has nothing at it. Are the commands on this page dynamically generated, and if so, from where? http://sheets.sourceforge.net/reference.html I've started to change some menu commands because I think the titles aren't readable by a random user. Do I need to change them in more than just the functional place? - Aaron |