| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
You can install this bundle in TextMate by opening the preferences and going to the bundles tab. After installation it will be automatically updated for you.
If you have Java installed and TextMate does not find your JDK and shows the error message No Java runtime present, requesting install, you have to tell TextMate where to find the java and javac executables. Go to the Preferences, open the Variables section and add two entries using the + button: TM_JAVA, which points to your java executable and TM_JAVAC, which points to your javac executable. Example:
| Variable Name | Value | |
|---|---|---|
| ✅ | TM_JAVA | /Users/«yourname»/jdk1.8.0/bin/java |
| ✅ | TM_JAVAC | /Users/«yourname»/jdk1.8.0/bin/javac |
If not otherwise specified (see below), files in this repository fall under the following license:
Permission to copy, use, modify, sell and distribute this software is granted. This software is provided "as is" without express or implied warranty, and with no claim as to its suitability for any purpose.
An exception is made for files in readable text which contain their own license information, or files where an accompanying file exists (in the same directory) with a “-license” suffix added to the base-name name of the original file, and an extension of txt, html, or similar. For example “tidy” is accompanied by “tidy-license.txt”.
| Back | FazBrowse Home | New Git URL |