Windows Text Editor With SCP Support and No Install
Is there a programmer's text editor (line numbers, syntax highlighting) for Windows 7 that offers
- Edit in Place via SCP
- A non-administrator instalation/runs without instalation
Free is nice, commercial with demo is acceptable.
windows-7 windows text-editing
add a comment |
Is there a programmer's text editor (line numbers, syntax highlighting) for Windows 7 that offers
- Edit in Place via SCP
- A non-administrator instalation/runs without instalation
Free is nice, commercial with demo is acceptable.
windows-7 windows text-editing
add a comment |
Is there a programmer's text editor (line numbers, syntax highlighting) for Windows 7 that offers
- Edit in Place via SCP
- A non-administrator instalation/runs without instalation
Free is nice, commercial with demo is acceptable.
windows-7 windows text-editing
Is there a programmer's text editor (line numbers, syntax highlighting) for Windows 7 that offers
- Edit in Place via SCP
- A non-administrator instalation/runs without instalation
Free is nice, commercial with demo is acceptable.
windows-7 windows text-editing
windows-7 windows text-editing
asked Apr 6 '10 at 17:42
Alan StormAlan Storm
74721119
74721119
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Komodo Edit will do this I think. (Komodo Edit Portable).
It's free and has a very nice feature set.
Perfect. I'll never understand why developers opt for the installer route if it's possible to create a stand alone version.
– Alan Storm
Apr 7 '10 at 17:19
1
I agree. There should at least be an option in the installer: "install as stand alone?"
– moshen
Apr 9 '10 at 16:51
add a comment |
vim is another option:
uses pscp (from putty) to do the 'edit over scp' part, read more:
- http://vim.wikia.com/wiki/Using_PuTTY_pscp_with_Vim
add a comment |
I found PsPad
http://www.pspad.com/en/download.php
that has a "portable" (no installer) version
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f128063%2fwindows-text-editor-with-scp-support-and-no-install%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Komodo Edit will do this I think. (Komodo Edit Portable).
It's free and has a very nice feature set.
Perfect. I'll never understand why developers opt for the installer route if it's possible to create a stand alone version.
– Alan Storm
Apr 7 '10 at 17:19
1
I agree. There should at least be an option in the installer: "install as stand alone?"
– moshen
Apr 9 '10 at 16:51
add a comment |
Komodo Edit will do this I think. (Komodo Edit Portable).
It's free and has a very nice feature set.
Perfect. I'll never understand why developers opt for the installer route if it's possible to create a stand alone version.
– Alan Storm
Apr 7 '10 at 17:19
1
I agree. There should at least be an option in the installer: "install as stand alone?"
– moshen
Apr 9 '10 at 16:51
add a comment |
Komodo Edit will do this I think. (Komodo Edit Portable).
It's free and has a very nice feature set.
Komodo Edit will do this I think. (Komodo Edit Portable).
It's free and has a very nice feature set.
answered Apr 6 '10 at 20:11
moshenmoshen
1,7801112
1,7801112
Perfect. I'll never understand why developers opt for the installer route if it's possible to create a stand alone version.
– Alan Storm
Apr 7 '10 at 17:19
1
I agree. There should at least be an option in the installer: "install as stand alone?"
– moshen
Apr 9 '10 at 16:51
add a comment |
Perfect. I'll never understand why developers opt for the installer route if it's possible to create a stand alone version.
– Alan Storm
Apr 7 '10 at 17:19
1
I agree. There should at least be an option in the installer: "install as stand alone?"
– moshen
Apr 9 '10 at 16:51
Perfect. I'll never understand why developers opt for the installer route if it's possible to create a stand alone version.
– Alan Storm
Apr 7 '10 at 17:19
Perfect. I'll never understand why developers opt for the installer route if it's possible to create a stand alone version.
– Alan Storm
Apr 7 '10 at 17:19
1
1
I agree. There should at least be an option in the installer: "install as stand alone?"
– moshen
Apr 9 '10 at 16:51
I agree. There should at least be an option in the installer: "install as stand alone?"
– moshen
Apr 9 '10 at 16:51
add a comment |
vim is another option:
uses pscp (from putty) to do the 'edit over scp' part, read more:
- http://vim.wikia.com/wiki/Using_PuTTY_pscp_with_Vim
add a comment |
vim is another option:
uses pscp (from putty) to do the 'edit over scp' part, read more:
- http://vim.wikia.com/wiki/Using_PuTTY_pscp_with_Vim
add a comment |
vim is another option:
uses pscp (from putty) to do the 'edit over scp' part, read more:
- http://vim.wikia.com/wiki/Using_PuTTY_pscp_with_Vim
vim is another option:
uses pscp (from putty) to do the 'edit over scp' part, read more:
- http://vim.wikia.com/wiki/Using_PuTTY_pscp_with_Vim
answered Dec 7 '11 at 8:23
akiraakira
48.8k15112152
48.8k15112152
add a comment |
add a comment |
I found PsPad
http://www.pspad.com/en/download.php
that has a "portable" (no installer) version
add a comment |
I found PsPad
http://www.pspad.com/en/download.php
that has a "portable" (no installer) version
add a comment |
I found PsPad
http://www.pspad.com/en/download.php
that has a "portable" (no installer) version
I found PsPad
http://www.pspad.com/en/download.php
that has a "portable" (no installer) version
answered Dec 31 '18 at 15:53
granadaCodergranadaCoder
1194
1194
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f128063%2fwindows-text-editor-with-scp-support-and-no-install%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