Uh oh!
There was an error while loading. Please reload this page.
Add Bramble API for toggling whitspace view, part of mozilla/thimble.mozilla.org#1763" - #664
Add Bramble API for toggling whitspace view, part of mozilla/thimble.mozilla.org#1763"#664tonypark78 wants to merge 19 commits into
Conversation
humphd
commented
Mar 27, 2017
@tonypark0403 can you please Edit (there's a button at the top) this PR's topic line so that it says more than "Thimble issue1763"? I'd suggest, "Add Bramble API for toggling whitspace view, part of https://github.com/mozilla/thimble.mozilla.org/issues/1763" |
humphd
commented
Mar 27, 2017
Also, is this ready for a review? If so, let me know. |
flukeout
commented
Mar 27, 2017
Hi @tonypark0403 this is coming along great! I left a couple of comments in the Thimble side of this PR mozilla/thimble.mozilla.org#1914 |
| var commandID = "denniskehrig.ShowWhitespace.toggle"; | ||
| var preferencesID = "denniskehrig.ShowWhitespace"; | ||
| var commandID = "allowWhiteSpace.toggle"; |
There was a problem hiding this comment.
@humph does this also require turning off whatever "denniskehrig.ShowWhitespace" is in some other part of the code? (extension loader or some other place?)
There was a problem hiding this comment.
I'd like to see these strings get changed back to "denniskehrig.ShowWhitespace" and ""denniskehrig.ShowWhitespace.toggle", since we're using someone else's code, it seems odd to just write them out of the picture here.
These are defining the namespace for the extensions prefs and command id, and this is the only place where they get defined. Elsewhere we'll need to use them in order to call the code.
humphd
commented
Apr 5, 2017
@tonypark0403#678 is another PR doing similar work, if you want some advice about maintaining your state. @hkirat has got it working. |
tonypark78
commented
Apr 6, 2017
I checked every files you recommended then I couldn't figure out what was different from what I did. That's why now I deleted my repository and re-forked from upstream. I think I need more training for git and work together since my previous one had a lot of error even mozilla chat said just re-pull and restart again, which is very good for me because I was trained to implement code by instruction but this time no instruction...... |
humphd
commented
Apr 6, 2017
OK, let us know if you still need help. I think you're very close to getting this. |
tonypark78
commented
Apr 6, 2017
And re pull and restart......... I did it more than 10 times and every time it showed me different coding position that made me confused a lot. |
tonypark78
commented
Apr 6, 2017
And can you resend about the mail you mentioned on Tuesday? I cannot find the mail. |
humphd
commented
Apr 6, 2017
See my comment #588 (comment) |
tonypark78
commented
Apr 6, 2017
I am not asking about resetting bramble but rebating or keeping uptodate files. |
humphd
commented
Apr 6, 2017
If you have a branch, In this case you don't need to do an interactive rebase (that's what If you get yourself into a lot of trouble in git, and need to correct a mess, another thing you can do is to cherry-pick specific commits onto a new branch from the old one. |
tonypark78
commented
Apr 12, 2017
This is closed and this is the new PR. |
Refer : thimble-issue-1763
Implemented white-space-indicator