Skip to content

xdrop/Java-Bytecode

Repository files navigation

Sublime Text Java Bytecode (Syntax highlighting)

image

Overview

This is a package for introducing Java bytecode syntax highlighting to the Sublime Text editor (ST2/ST3).

Currently supported:

Javap (Java class file disassembler)

image

JBE (Java Bytecode Editor)

image

Version

1.0.5

Installation

  1. Having installed Package Control access the Command Pallete (Ctrl+Shift+P), select Install package and then select Java Bytecode.
  2. In the bottom right corner click and select Java Bytecode > Java Bytecode (Default) (or Custom if you've set up a custom color scheme)

Alternatively if you have not installed Package control (which I highly recommend):

  1. Go to Preferences | Browse packages...
  2. While inside the Packages directory, clone the theme repository using the command below:

    git clone https://github.com/xdrop/Java-Bytecode.git "Java Bytecode"

Custom syntax highlighting

The package comes with support for custom syntax highlighting by including the following custom scopes:

  • return and similar keywords
  • new keyword
  • getfield/putfield and similar field accessors
  • astore and similar local field storing
  • aload and similar local field loaders
  • calls to invoke...
  • nop
  • java keywords used by javap
  • list of all bytecode instructions

(!) To use custom syntax coloring you need to edit the theme you use to provide support for these custom scopes.

Instructions

  1. Obtain the .tmTheme file of the color scheme you are using and wish to edit
  2. Open it in a text editor
  3. Get the addedscopes.xml file from this package directory
  4. Locate the </array> closing tag and copy the contents of addedscopes.xml before it.
  5. Load your new .tmTheme file into tmTheme Editor and customize it to your needs.
  6. Download it and add it to your packages directory.
  7. Go to Preferences | Color Scheme and select it.
  8. Set Java Bytecode (Custom highlighting) as your language.

License:

Copyright (c) 2015-2017 xdrop

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

This is a package for ST2/ST3 to introduce syntax highlightning for Java bytecode instructions

Resources

Stars

Watchers

Forks

Packages

No packages published