Thread: Need simple text editor for both Windows and Linux; suggestions?

  1. #1
    Registered User
    Join Date
    May 2009
    Posts
    4,183

    Need simple text editor for both Windows and Linux; suggestions?

    I am trying once more to convert my computer OS to Linux (Debian 8).
    I will likely be dual booting for a while till I decide how to proceed.

    And, one of a few issues I am having is that I have NOT yet found a simple text editor that works in both OSes.

    I am currently using "pluma" and notepad++ as my simple editors.
    I also use UltraEdit on Windows; but, it is NOT a simple editor.

    Any suggestions?

    Tim S.
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    I recommend Geany.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    Quote Originally Posted by laserlight View Post
    I recommend Geany.
    Trying to download it now on Linux.
    I did NOT know/remember there was a windows version before you posted.

    Tim S.
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

  4. #4
    and the hat of copycat stevesmithx's Avatar
    Join Date
    Sep 2007
    Posts
    587
    I would throw in gVim as well if it weren't for your "simple" criteria. Learning curve is steep but highly productive once mastered and available on both Windows and Linux as well.

  5. #5
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    Quote Originally Posted by stevesmithx View Post
    I would throw in gVim as well if it weren't for your "simple" criteria. Learning curve is steep but highly productive once mastered and available on both Windows and Linux as well.
    Yeah, I am NOT going there.
    Geany looks a little to complex for what I want; but, it seemed easy enough to remove the display of things I have no need to be shown.
    So next few days will be trying to use Geany on Windows and Linux to see if it works well.

    Tim S.
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

  6. #6
    Master Apprentice phantomotap's Avatar
    Join Date
    Jan 2008
    Posts
    5,108
    O_o

    You picked a good time to try "Geany" due to a few important bugs being fixed in core and some modules.

    Soma
    “Salem Was Wrong!” -- Pedant Necromancer
    “Four isn't random!” -- Gibbering Mouther

  7. #7
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Quote Originally Posted by stahta01 View Post
    I am trying once more to convert my computer OS to Linux (Debian 8).
    I will likely be dual booting for a while till I decide how to proceed.
    Let me suggest a VM instead. It's more practical. You can finish your study without the hassles of having to switch back and forth between reboots, with the added advantage if you mess up somewhere you can always rollback the Linux VM to a previous image.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  8. #8
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    Quote Originally Posted by Mario F. View Post
    Let me suggest a VM instead. It's more practical. You can finish your study without the hassles of having to switch back and forth between reboots, with the added advantage if you mess up somewhere you can always rollback the Linux VM to a previous image.
    If I had a newer computer that might be a good solution; but, its a very old PC with little hard drive space that is free.

    Tim S.
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

  9. #9
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Quote Originally Posted by stahta01 View Post
    If I had a newer computer that might be a good solution; but, its a very old PC with little hard drive space that is free.
    Do you mean memory instead?

    Your hard disk space will have to be used up anyways, to keep the dual booted system. VM managers include the option to compact the guest operating system (not to be confused with compress) so you can manage a guest OS with the same hard drive requirements of a dual boot. The only thing your small hard drive will limit is the ability to make snapshots of the guest system, but you can't do that on a dual boot system anyways.

    Memory however may be a concern. But it really needs to be a very old computer. A Linux guest OS can run happily on 500 MB of allocated memory and remain a viable platform for Linux learning. If your main host computer has 2 or 4 GB of RAM and you are running an operating system starting with Windows Vista, you can guarantee from 500 MB up to 2.5 GB of allocated RAM for your Linux guest. An usual configuration on a system with 4GB running Windows Vista and up is to allocate 1.5 GB for Linux. That is more than enough for even the heavy duty Linux distributions.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  10. #10
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    Its windows 7 32 bit OS; on an earlier AMD 64 bit CPU with 2 GB of ram; I have about 6 GB of free hard drive space.
    Not really worth trying to run a virtual Linux 64 bit under windows 7 32 bit OS.

    Tim S.
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

  11. #11
    spaghetticode
    Guest
    A "simple text editor" is just a simple text editor. Is there really a need to get one and the same for both OSs? It's not like a simple text editor had any special features so you'd run into any problems taking different editors for different OSs. I could understand that need regarding an IDE, which indeed may have a lot of unique features that other IDEs don't have and that you're used to. But a simple text editor?

    In a Windows environment I'd always go for Notepad+, in Linux I prefer Kate (for KDE) and/or gedit (for GNOME and Xfce).

  12. #12
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    Quote Originally Posted by dennis.cpp View Post
    A "simple text editor" is just a simple text editor. Is there really a need to get one and the same for both OSs? It's not like a simple text editor had any special features so you'd run into any problems taking different editors for different OSs. I could understand that need regarding an IDE, which indeed may have a lot of unique features that other IDEs don't have and that you're used to. But a simple text editor?

    In a Windows environment I'd always go for Notepad+, in Linux I prefer Kate (for KDE) and/or gedit (for GNOME and Xfce).
    I wish to reduce the need for remembering differences in how they work; but, so far the main thing I dislike is variation in double click of word in order to copy it.
    So, your advice might apply if that feature is the same for both.

    Code:
    TEST_DUMMY
    I like the editor that select the whole of "TEST_DUMMY" instead of just "TEST" or "DUMMY". I am thinking of trying scite on both OSes to see how well that works for me. Never really used scite but the descriptions imply it is simple like I want.

    Tim S.
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

  13. #13
    Registered User
    Join Date
    Sep 2015
    Posts
    4
    Try this, It might help.

  14. #14
    Registered User
    Join Date
    Sep 2014
    Posts
    25
    I usually use Notepad++, you can also try Vim

  15. #15
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    It's a bit heavy-weight, but I really like Qt Creator. It's not just an editor, but a whole IDE, and you can get it for all of the major platforms.

    And I'm not just being hypothetical. I use Qt Creator for "real work" on Windows and Linux and it's great.
    Code:
    //try
    //{
    	if (a) do { f( b); } while(1);
    	else   do { f(!b); } while(1);
    //}

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Simple text editor help
    By Fink in forum C Programming
    Replies: 45
    Last Post: 01-18-2011, 02:12 PM
  2. Linux and text editor choices
    By pobri19 in forum Linux Programming
    Replies: 9
    Last Post: 06-20-2008, 06:59 AM
  3. Text Editor (RH Linux)
    By LittleJohn in forum C Programming
    Replies: 10
    Last Post: 12-15-2003, 03:41 AM
  4. simple text editor in C
    By adil75950 in forum C Programming
    Replies: 2
    Last Post: 03-12-2002, 01:15 PM