-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added commands file, updated version info, fixed bug in messages file
- Loading branch information
Showing
9 changed files
with
59 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
[ | ||
|
||
{ | ||
"command": "extract", | ||
"args": {"execute": false}, | ||
"caption": "Extract Method - Diff" | ||
}, | ||
{ | ||
"command": "extract", | ||
"args": {"execute": true}, | ||
"caption": "Extract Method - Patch" | ||
}, | ||
{ | ||
"command": "renamelocalvariable", | ||
"args": {"execute": false}, | ||
"caption": "Rename Local Var - Diff" | ||
}, | ||
{ | ||
"command": "renamelocalvariable", | ||
"args": {"execute": true}, | ||
"caption": "Rename Local Var - Patch" | ||
}, | ||
{ | ||
"command": "convertlocalvariabletoinstancevariable", | ||
"args": {"execute": false}, | ||
"caption": "Convert Local Var to Instance - Diff" | ||
}, | ||
{ | ||
"command": "convertlocalvariabletoinstancevariable", | ||
"args": {"execute": true}, | ||
"caption": "Convert Local Var to Instance - Patch" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"install": "messages/install.md", | ||
"1.0.0": "messages/1.0.0.md" | ||
"1.2.0": "messages/1.2.0.md" | ||
"1.0.0": "messages/1.0.0.md", | ||
"1.2.0": "messages/1.2.0.md", | ||
"1.2.1": "messages/1.2.1.md" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ New on 1.0.0 | |
* Use view.run_command('extract', {'execute': True}) to compute and apply the extraction | ||
|
||
|
||
If you have any questions or found a bug fell free to contact me at [email protected] | ||
If you have any questions or found a bug feel free to contact me at [email protected] | ||
|
||
For bugs open an issue on github https://github.com/hgraca/sublime-text-2-php-refactor/issues | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ New on 1.2.0 | |
* Convert Local Variable To Instance Variable | ||
|
||
|
||
If you have any questions or found a bug fell free to contact me at [email protected] | ||
If you have any questions or found a bug feel free to contact me at [email protected] | ||
|
||
For bugs open an issue on github https://github.com/hgraca/sublime-text-2-php-refactor/issues | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
|
||
New on 1.2.1 | ||
============ | ||
* Fixed bug on Mac, where the filepaths with spaces were not read properly | ||
|
||
|
||
If you have any questions or found a bug feel free to contact me at [email protected] | ||
|
||
For bugs open an issue on github https://github.com/hgraca/sublime-text-2-php-refactor/issues | ||
|
||
Hope you enjoy it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
Thank you for installing sublime-text-2-php-refactor. | ||
|
||
If you have any questions or found a bug fell free to contact me at [email protected] | ||
If you have any questions or found a bug feel free to contact me at [email protected] | ||
|
||
For bugs open an issue on github https://github.com/hgraca/sublime-text-2-php-refactor/issues | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters