Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ JBE (Java Bytecode Editor)
Version
=======

1.0.4
1.0.5

Installation
=============


#. Having installed `Package Control <https://packagecontrol.io/installation>`_ access the ``Command Pallete`` (`Ctrl+Shift+P`), select ``Install package`` and then select ``Java Bytecode``.

#. In the bottom right corner click and select **Java Bytecode > Default** (or `Custom` if you've set up a custom color scheme)
#. 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):
Expand Down Expand Up @@ -79,13 +79,13 @@ Instructions
#. Load your new ``.tmTheme`` file into `tmTheme Editor <https://github.com/aziz/tmTheme-Editor>`_ and customize it to your needs.
#. Download it and add it to your packages directory.
#. Go to **Preferences | Color Scheme** and select it.
#. Set **Java Bytecode | Custom highlighting** as your language.
#. Set **Java Bytecode (Custom highlighting)** as your language.


License:
==========

Copyright (c) 2015-2016 xdrop
Copyright (c) 2015-2017 xdrop


Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion java-bytecode-custom.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<string></string>
</array>
<key>name</key>
<string>Custom highlighting</string>
<string>Java Bytecode (Custom highlighting)</string>
<key>patterns</key>
<array>
<dict>
Expand Down
2 changes: 1 addition & 1 deletion java-bytecode.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<string>javap</string>
</array>
<key>name</key>
<string>Default</string>
<string>Java Bytecode (Default)</string>
<key>patterns</key>
<array>
<dict>
Expand Down