agibsonsw wrote:singw wrote:Will this be put on Package Control's repository?
Hello. Yes, I have requested this. Andy.
thx.
agibsonsw wrote:singw wrote:Will this be put on Package Control's repository?
Hello. Yes, I have requested this. Andy.
singw wrote:Can the gutter icon just use yellow and green dot?
#ICON = path.pardir + '/AndyEdits/icon' if \
# sublime.load_settings(PACKAGE_SETTINGS).get("use_icon", True) else ""
ICON = "dot" "icon_scope": "class",
"icon_current": "comment""use_icon" : true,
"ST_icon" : "dot""use_icon" : true,
"ST_icon" : false
// will continue to use my pencil.N.B. Due to the ST-API behaviour I have to state that the listing of edit-regions cannot be guaranteed 100% accurate following multiple Undo and Redo commands. Use the Create and Delete edit-region commands to correct any minor discrepancy.
agibsonsw wrote:singw wrote:Can the gutter icon just use yellow and green dot?
Do you not like my pencil?
Just for the moment you could comment out the following two lines in AndyEdits.py and add the third line:
- Code: Select all
#ICON = path.pardir + '/AndyEdits/icon' if \
# sublime.load_settings(PACKAGE_SETTINGS).get("use_icon", True) else ""
ICON = "dot"
[Valid icon names are dot, circle, bookmark and cross.]
Open AndyEdits.sublime-settings and change these two lines:
- Code: Select all
"icon_scope": "class",
"icon_current": "comment"
Change "class" and/or "comment" to different scope names, such as keyword, string, variable, etc. until you get the colours you like. (The colours are determined by your theme, so it requires a little experimenting.) You should probably close and re-open ST each time, after making these changes.
I shall add another setting to make it easier to do this in the future. Andy.
freewizard wrote:would be nice if you could add these to command list (just tooo many key combo to remember :B)
Return to Plugin Announcements
Users browsing this forum: No registered users and 15 guests