Discuss Scratch

RedRocker227
Scratcher
100+ posts

code editors

i partly made this topic because i have a question:
is there a code editor that connects to an ftp server and can edit/upload/remove files from it? i like notepad++ but it's quite annoying that whenever i want to edit a file on my website i have to copy and paste the code into notepad++, edit it, and then copy it back. it's possible to edit the files using the file manager built into 1freehosting, but it doesn't have syntax highlighting

it's not really necessary, it's just quite consuming to have to paste the code into the editor and then paste it back

but you can also just discuss which editor you use and which ones are good/bad, etc.

Last edited by RedRocker227 (June 25, 2013 21:14:01)

SuperJedi224
Scratcher
100+ posts

code editors

standard-issue notepad is good enough
nathanprocks
Scratcher
1000+ posts

code editors

I like Notepad++ and jEdit. When I need to edit files on a web server I used the editor built into cPanel or net2ftp.
16Skittles
Scratcher
500+ posts

code editors

I replied to your thread on Coder's Shed
veggieman001
Scratcher
1000+ posts

code editors

Nothing is permanent.

Last edited by veggieman001 (July 17, 2013 03:23:55)

jji7skyline
Scratcher
1000+ posts

code editors

My setup is as follows:

Cyberduck connects to FTP server. I press the edit button after selecting a file. Cyberduck automatically launches textwrangler (or whatever other text editor you want, but I like textwrangler), and automatically uploads the edits when I save the file (or just press cmd+s).

Really easy and fast
SeptimusHeap
Scratcher
100+ posts

code editors

Just use FileZilla or another good FTP client to connect, host your files locally (use your ocmputer as a test server), and upload when done.
veggieman001
Scratcher
1000+ posts

code editors

Nothing is permanent.

Last edited by veggieman001 (July 17, 2013 03:24:23)

shelter
New Scratcher
42 posts

code editors

veggieman001 wrote:

Notepad++ is a coder's best friend.
i know
i only have regular :'(
possibly
Scratcher
100+ posts

code editors

Notepad++ and then use Filezilla
PullJosh
Scratcher
1000+ posts

code editors

I know you mentioned it, but I just use the 1freehosting thingymabob.
7734f
Scratcher
500+ posts

code editors

All I use is Notepad (I mean, unless Python and KompoZer count)
RedRocker227
Scratcher
100+ posts

code editors

thanks guys, i'll try all of these
technoguyx
Scratcher
500+ posts

code editors

I personally use these, most preferred first:

-GNU nano: simple, functional (syntax highlight based on file extension, search/replace etc.) and really fast - it's an Unix terminal application.
-gedit: also simple, but just slightly slower due to it being a windowed app.
-Geany: has built-in project managament tools, but that often doesn't work for me.
-Notepad++: I pretty much never code in Windows.

Last edited by technoguyx (June 27, 2013 18:15:46)

veggieman001
Scratcher
1000+ posts

code editors

Nothing is permanent.

Last edited by veggieman001 (July 17, 2013 03:24:34)

scratchisthebest
Scratcher
1000+ posts

code editors

veggieman001 wrote:

Does gedit have syntax highlighting?
yes

I do a lot of html, so I'm also a fan of the auto closing tags / auto indentation. Being able to fullscreen / hide the sidebarsetc is handy too (yayyy distraction-free html)

When I'm making an offline program I'm always using the PDE
I should probably hack up a version of that which does other languages too
16Skittles
Scratcher
500+ posts

code editors

If we're discussg editors… Sublime text is… Well, sublime. I still use Npp though, I think Sublime Text looks better on OSX than Windows.
jji7skyline
Scratcher
1000+ posts

code editors

Sublime text sounds cool… is it better than text wrangler?
16Skittles
Scratcher
500+ posts

code editors

jji7skyline wrote:

Sublime text sounds cool… is it better than text wrangler?
I couldn't really say, I've never used TextWrangler as it is OSX only.
Semblance
New Scratcher
58 posts

code editors

veggieman001 wrote:

Notepad++ is a coder's best friend.
No, Google is.

Powered by DjangoBB