0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 30, 2025 — Jan 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
I've found that if the OS is windows use the exec(String) method with execFile.getAbsolutePath() and if the OS is UNIX use the exec(String[]) method with the String array having only one String, which is execFile.getAbsolutePath(). More... over 18 years ago
Changed the version number to 0.1.4rc14. More... over 18 years ago
If the exec(String[]) method is used to execute a system call the filename should have have spaces in its path modified. Thus these modifications were removed. More... over 18 years ago
Changed the version number to 0.1.4rc13. More... over 18 years ago
Now the command that the system should execute to start NoteLab is placed in an array before being given to the exec() method so that the exec() method does not incorrectly tokenize the command. More... over 18 years ago
Changed the version number to 0.1.4rc12. More... over 18 years ago
Now the startup script has spaces replaced with "\ " on UNIX systems and the entire command encapsulated in quotation marks on Windows systemsm. More... over 18 years ago
Changed the version number to 0.1.4rc11. More... over 18 years ago
Now the path is set to contain the working directory of the notelab startup script when the exec() method call is called to start NoteLab. More... over 18 years ago
Changed the version number to 0.1.4rc10. More... over 18 years ago
Now the path is set to the current directory following by the original path when the startup script is executed. More... over 18 years ago
Changed the version number to 0.1.4rc9. More... over 18 years ago
Now the script "notelab.sh" is used on Mac OS X systems instead of "notelab.command" to start NoteLab from the installation panel. More... over 18 years ago
Added methods to get the script extension for Unix, Windows, and Mac OS X systems. More... over 18 years ago
Changed the version number to 0.1.4rc8. More... over 18 years ago
Now the startup script is started with the Runtime.getRuntime().exec() method that takes the scripts name as the first argument, the environment as the second argument, and the current working directory as the third. More... over 18 years ago
Changed the version number to 0.1.4rc7. More... over 18 years ago
Now if NoteLab is installed on a UNIX system all occurences of a space in the executable scripts filename are replaced with the sequence "\ " before the script is executed. More... over 18 years ago
Changed the version number to 0.1.4rc6. More... over 18 years ago
Now if the operating system is a UNIX system when NoteLab is started after the installation the command <bash "filename"> is executed. Otherwise the filename itself is executed by the system. More... over 18 years ago
Now the frame says "you can find future releases of NoteLab on its homepage ...." instead of ".... at its homepage ....". More... over 18 years ago
Changed the version number to 0.1.4rc5. More... over 18 years ago
Enclosed all filenames with quotation marks so that if the filenames contain spaces the system will still be able to locate them. More... over 18 years ago
Enclosed all filenames with quotation marks so that if the filenames contain spaces the system will still be able to locate them. More... over 18 years ago
Enclosed all filenames with quotation marks so that if the filenames contain spaces the system will still be able to locate them. More... over 18 years ago
Enclosed all filenames with quotation marks so that if the filenames contain spaces the system will still be able to locate them. More... over 18 years ago
Enclosed all filenames with quotation marks so that if the filenames contain spaces the system will still be able to locate them. More... over 18 years ago
Now dirname "$0" is used to get the install directory. This is done so that if the install directory contains a space, the More... over 18 years ago
Now when the system is asked to execute the startup script, the path to the script is enclosed in quotation marks. As More... over 18 years ago
Changed the version number to 0.1.4rc4. More... over 18 years ago