Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Favorite text editor?

1356

Comments

  • FranciscoFrancisco Top Host, Host Rep, Veteran

    @Aldryic said: Fixed :3

    AND GOD SAID ^ x

    DAMMIT I SAID DON'T SAVE, FUUUUUUUUUUU

  • ahahaha

  • Cli: nano/vi sometimes, depends if I feel like installing nano
    Windows: Notepad++ (Smaller PHP projects, quick edit of a large file), Eclipse for Java/PHP (Yomero's comment got me thinking, but I still need it :()

  • @Nikki

    Well, mainly is a problem for people like me who does systems not in English. Having different encodings with files in plain English isn't a problem AFAIK, but when you use this áéíóú...

  • Nano and e-text editor (Windows version of textmate)

  • @dclardy said: Nano and e-text editor (Windows version of textmate)

    I second e for Windows, I like the layout with the hierarchy on the side. SciTE is still my favorite though, I don't know of another editor that can open a 600mb file in about a second :)

    Thanked by 1Spirit
  • netomxnetomx Moderator, Veteran

    @yomero maybe pspad ?

  • Nano and Pico for Linux, Notepad++ for Windows.

  • @netomx said: @yomero maybe pspad ?

    Seems to be just FTP and Windows only u_u

  • @miTgiB said: @Francisco said: nano nano!

    Francisco

    Youngster!

    Real men use pico :P

    real programmers use butterflies!
    image

  • FranciscoFrancisco Top Host, Host Rep, Veteran

    dammit emacs!

  • SpiritSpirit Barred
    edited February 2012

    @u4ia said: SciTE is still my favorite though, I don't know of another editor that can open a 600mb file in about a second :)

    Just checking it and I like it.
    Otherwise mostly nano and joe. Notepad on Win.

  • LOL! Nice comic

    Damn, cat!?!? XD

  • dnomdnom Member
    edited February 2012

    @yomero said: Damn, cat!?!? XD

    Since i can't use magnet needles and butterflies yet, I'll try cat.

    sh-4.1# cat >hello.py
    #!/usr/bin/python
    print('hello world!')
    ^C
    sh-4.1# chmod +x hello.py
    sh-4.1# ./hello.py
    hello world!
    

    cat is my new favorite text editor! :D

    Thanked by 1vps6net
  • nano or vi. Really depends on the purpose.

  • @dnom
    Yes, if you are uber pro and don't fail in any character :S

  • @yomero said: Yes, if you are uber pro and don't fail in any character :S

    That is what we have sed for ;)

  • @Kuro said: That is what we have sed for ;)

    No words :|

  • Real men don't use editors anymore now they they have solved the quantum problems with machine learning and build a clone to do their work for them.

    Thanked by 1ashkulz
  • anyone tried Sublime? sublimetext.com

    Thanked by 1Steve81
  • <3 nano!

  • i see better support for nano across terminal emulators for iOS shell apps-my two ...

  • Textmate and nano.

  • @yowmamasita said: anyone tried Sublime? sublimetext.com

    A coworker told me about it and was interesting... but it doesn't have sftp u_u

  • *NIX: Geany / nano
    Win: Notepad++ / edit
    Mac: BBedit / nano

  • nabonabo Member
    edited February 2012

    @yomero said: A coworker told me about it and was interesting... but it doesn't have sftp u_u

    Is there a reason you want a transfer-protocol to be integrated into a text-editor? I'm using notepad++ but never made use of the built in ftp. I'm always using WinSCP. So I'm interested why using an integrated service might be better :-)

    Anyway, have you tried Bluefish? My fav. editor on Linux. :-)

  • Nano and Notepad++

  • Nano when on ssh or Notepad2/Notepad++ on windows.

    For development I use NetBeans at home, tempted to switch to Sublime.

    At work I use Eclipse (Android)

  • clodclod Member
    edited September 2017

    I don't have a favorite, but this one called Codelobster is the worst piece of shit I've ever heard of in my life.

    This edit brought to you by @jarland. Who wants SEO next?

  • Over a 5 year necro. Nice.

Sign In or Register to comment.