Diff by word instead of line in Sublime Text
I've been using Sublime Text and Git for writing. I have made use of Sublime's diff file
feature to compare changes between files, which gives a line-by-line difference. I would like to be able to do diff by word natively within Sublime, rather than with the terminal (i.e., using git diff --word-diff
). I've tried the FileDiffs package but its external diff commands do not work. Is there a way to configure the default diff application in Sublime or is there a package capable of doing this?
git sublimetext3 diff git-diff
add a comment |
I've been using Sublime Text and Git for writing. I have made use of Sublime's diff file
feature to compare changes between files, which gives a line-by-line difference. I would like to be able to do diff by word natively within Sublime, rather than with the terminal (i.e., using git diff --word-diff
). I've tried the FileDiffs package but its external diff commands do not work. Is there a way to configure the default diff application in Sublime or is there a package capable of doing this?
git sublimetext3 diff git-diff
Whilst I do see value in this, this question is off topic due to the nature of asking for an external library or resource (like a plugin).
– evolutionxbox
Nov 20 '18 at 9:26
add a comment |
I've been using Sublime Text and Git for writing. I have made use of Sublime's diff file
feature to compare changes between files, which gives a line-by-line difference. I would like to be able to do diff by word natively within Sublime, rather than with the terminal (i.e., using git diff --word-diff
). I've tried the FileDiffs package but its external diff commands do not work. Is there a way to configure the default diff application in Sublime or is there a package capable of doing this?
git sublimetext3 diff git-diff
I've been using Sublime Text and Git for writing. I have made use of Sublime's diff file
feature to compare changes between files, which gives a line-by-line difference. I would like to be able to do diff by word natively within Sublime, rather than with the terminal (i.e., using git diff --word-diff
). I've tried the FileDiffs package but its external diff commands do not work. Is there a way to configure the default diff application in Sublime or is there a package capable of doing this?
git sublimetext3 diff git-diff
git sublimetext3 diff git-diff
asked Nov 20 '18 at 3:33
hb_hb_
487
487
Whilst I do see value in this, this question is off topic due to the nature of asking for an external library or resource (like a plugin).
– evolutionxbox
Nov 20 '18 at 9:26
add a comment |
Whilst I do see value in this, this question is off topic due to the nature of asking for an external library or resource (like a plugin).
– evolutionxbox
Nov 20 '18 at 9:26
Whilst I do see value in this, this question is off topic due to the nature of asking for an external library or resource (like a plugin).
– evolutionxbox
Nov 20 '18 at 9:26
Whilst I do see value in this, this question is off topic due to the nature of asking for an external library or resource (like a plugin).
– evolutionxbox
Nov 20 '18 at 9:26
add a comment |
2 Answers
2
active
oldest
votes
You can try and:
- install kemayo/sublime-text-git
- apply PR 468 which adds support for word-diff
Beside that, I don't know of a SublimeText3 plugin which supports it out of the box.
thanks! this is exactly what I was looking for. works great once I apply the pull request
– hb_
Nov 22 '18 at 16:38
Well done! I would hope for this PR to be one day merged into that sublime-text-git plugin.
– VonC
Nov 22 '18 at 16:44
add a comment |
I recommend you SmartGit. It is very useful for me
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53385828%2fdiff-by-word-instead-of-line-in-sublime-text%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can try and:
- install kemayo/sublime-text-git
- apply PR 468 which adds support for word-diff
Beside that, I don't know of a SublimeText3 plugin which supports it out of the box.
thanks! this is exactly what I was looking for. works great once I apply the pull request
– hb_
Nov 22 '18 at 16:38
Well done! I would hope for this PR to be one day merged into that sublime-text-git plugin.
– VonC
Nov 22 '18 at 16:44
add a comment |
You can try and:
- install kemayo/sublime-text-git
- apply PR 468 which adds support for word-diff
Beside that, I don't know of a SublimeText3 plugin which supports it out of the box.
thanks! this is exactly what I was looking for. works great once I apply the pull request
– hb_
Nov 22 '18 at 16:38
Well done! I would hope for this PR to be one day merged into that sublime-text-git plugin.
– VonC
Nov 22 '18 at 16:44
add a comment |
You can try and:
- install kemayo/sublime-text-git
- apply PR 468 which adds support for word-diff
Beside that, I don't know of a SublimeText3 plugin which supports it out of the box.
You can try and:
- install kemayo/sublime-text-git
- apply PR 468 which adds support for word-diff
Beside that, I don't know of a SublimeText3 plugin which supports it out of the box.
answered Nov 20 '18 at 5:49
VonCVonC
839k29426553201
839k29426553201
thanks! this is exactly what I was looking for. works great once I apply the pull request
– hb_
Nov 22 '18 at 16:38
Well done! I would hope for this PR to be one day merged into that sublime-text-git plugin.
– VonC
Nov 22 '18 at 16:44
add a comment |
thanks! this is exactly what I was looking for. works great once I apply the pull request
– hb_
Nov 22 '18 at 16:38
Well done! I would hope for this PR to be one day merged into that sublime-text-git plugin.
– VonC
Nov 22 '18 at 16:44
thanks! this is exactly what I was looking for. works great once I apply the pull request
– hb_
Nov 22 '18 at 16:38
thanks! this is exactly what I was looking for. works great once I apply the pull request
– hb_
Nov 22 '18 at 16:38
Well done! I would hope for this PR to be one day merged into that sublime-text-git plugin.
– VonC
Nov 22 '18 at 16:44
Well done! I would hope for this PR to be one day merged into that sublime-text-git plugin.
– VonC
Nov 22 '18 at 16:44
add a comment |
I recommend you SmartGit. It is very useful for me
add a comment |
I recommend you SmartGit. It is very useful for me
add a comment |
I recommend you SmartGit. It is very useful for me
I recommend you SmartGit. It is very useful for me
answered Nov 20 '18 at 3:35
BiraBira
1,047825
1,047825
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53385828%2fdiff-by-word-instead-of-line-in-sublime-text%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Whilst I do see value in this, this question is off topic due to the nature of asking for an external library or resource (like a plugin).
– evolutionxbox
Nov 20 '18 at 9:26