Java Properties Inspector for Mac OS X
- Python 2.7.* or higher (not compatible with Python 3.*)
- Xcode
- Menubar application for Mac OS X.
- Enables quick Java Properties file navigation/editing.
- Initiated through a hotkey combination (default is alt+cmd+.).
- Open propninja.xcworkspace using Xcode.
- Press the "Run" button or go to Product > Run to test it out.
- To export to Applications folder, go to Product > Archive.
- Select "propninja", then click "Export...".
- Select "Export as a Mac Application", and choose "/Applications" folder.
- Once the application is running, click on the menubar icon, select Preferences.
- Enter one or more .properties files into the Preferences.
- Tag is a tag name for the file, which will appear in the search result column, path is the path of the .properties file.
- Press the configured hotkey combination or go to the menubar icon and select "Properties".
- Start typing and the results should show up.
- Use navigation keys to select a result, then press Tab key to start editing.
- Once editing is done, press Enter to save the new property or Esc to cancel editing.
- Multi-line property formats are not fully supported. When editing other properties, the multi-line property formatting will be preserved, however, when actually editing the multi-line property, that property will turn into a single line.