Find the answer to your Linux question:
Results 1 to 7 of 7
I've only been shown this vi editor which I found a terrible design. We have enough things to think about creating scripts besides having to navigate a difficult editor. I've ...
  1. #1
    Just Joined! user.1's Avatar
    Join Date
    Apr 2008
    Location
    Melbourne, Victoria
    Posts
    2

    What's a good script editor?

    I've only been shown this vi editor which I found a terrible design.
    We have enough things to think about creating scripts besides having to navigate a difficult editor.
    I've used notepad to write scripts but the cut and paste can be an issue, and the keyboard shortcuts are a bit too much to remember.
    Not to mention some of the colours can be almost impossible to read.
    And then there's that backspace and delete action I just can't get used to.

    There must be another less complicated way to edit / create scripts. Like the old DOS edit.exe was much more advanced as an editor I reckon.

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    You are spolit for choice when it comes to editors. You can use vi/m, emacs, pico/nano (much easier than vim and emacs in my opinion), KATE, Gedit and many more. KATE and Gedit are GUI editors.

  3. #3
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,096
    Quote Originally Posted by user.1 View Post
    I've only been shown this vi editor which I found a terrible design.
    Welcome to the forums, user.1!

    You have to use vi/m for a while to understand why it works the way it does. The huge majority of those that have done so would argue with you about it having a terrible design. It's quite powerful and fast to work with once you take the time to familiarize yourself with it. I'll certainly admit that it's not overly new-user friendly.

    For more editor options, take a look at these two sites:

    Linux App Finder | Helping find the Linux apps you need

    The table of equivalents / replacements / analogs of Windows software in Linux. (Official site of the table)

    Hope you are able to find something that suits your tastes for editing.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  4. #4
    Linux Guru techieMoe's Avatar
    Join Date
    Aug 2004
    Location
    Texas
    Posts
    9,496
    Quote Originally Posted by ozar View Post
    Welcome to the forums, user.1!

    You have to use vi/m for a while to understand why it works the way it does. The huge majority of those that have done so would argue with you about it having a terrible design.
    I wouldn't. You can't spell evil without VI. But that's just my opinion.

    It's quite powerful and fast to work with once you take the time to familiarize yourself with it. I'll certainly admit that it's not overly new-user friendly.
    However I will certainly agree with this. Vi isn't the most intuitive editor out there but it can do an awful lot once you learn how to use it, and it's about the only editor that's guaranteed to be installed on just about any Linux or UNIX environment you encounter. I may think it's evil, but it's a necessary evil.
    Registered Linux user #270181
    TechieMoe's Tech Rants

  5. #5
    Linux Newbie
    Join Date
    Nov 2007
    Location
    Planet Earth
    Posts
    152
    "The best editor" is a completely relative topic... As a developer and sys admin, I tried dozens of editors, and now I'm using at least five, depends of the task... vi and emacs are powerful but difficult for newbies... If you're looking a generic editor for multiple scripting languages and a GUI with more or less standard features, kate, gedit, scite or nedit are good choices.
    EOF

  6. #6
    Linux Guru
    Join Date
    Nov 2007
    Location
    Córdoba (Spain)
    Posts
    1,513
    Quote Originally Posted by user.1 View Post
    I've only been shown this vi editor which I found a terrible design.
    I completely agree that vi might not be the most intuitive thing. In fact, I happily forgot how to use it since my university days, because I simply can't stand it (believe me, I have tried in many occassions, but I just refuse to learn something that's not natural for me unless I strictly need it).

    It's learning curve is very hard at the begining. That's not a secret.

    We have enough things to think about creating scripts besides having to navigate a difficult editor.
    I've used notepad to write scripts but the cut and paste can be an issue, and the keyboard shortcuts are a bit too much to remember.
    I suppose that it just depends on how your brain handle the things. Some people might be compatible with vim, some others (sigh) might even be compatible with emacs The rest of us -mere mortals- are damned to go errand forever, searching for the editor that will free us :P

    Fortunately, there's a plethora of text editor of all kinds for every linux user.

    Not to mention some of the colours can be almost impossible to read.
    This is configurable, and depends more on the terminal or console configuration than it does in the proper editor. That is, if you are using text mode editors. Graphical ones might have their own palete of colors.

    There must be another less complicated way to edit / create scripts. Like the old DOS edit.exe was much more advanced as an editor I reckon.
    However, just last paragraph was, at least, hillarious

    To compare the old dos edit.exe to vim is like to compare a bike with a rocket, even if you hate vim as much as I do. Check the package manager for your distro, and look there for editors. Surely your package manager has a way to show you info about the packages before installing them, amongst that info, you should find a link to the home site of each editor, visit it, see some screenshots and install many of these editors until you find one that is suitable for you.

    I personally recommend kate and bluefish as full blown editors for graphics environments. Or just nano for the command line, or mcedit (it comes with midnight commander -mc-). But your tastes might differ.

    If you preffer something more DOS-like, you might like this one:

    Minimum Profit

  7. #7
    drl
    drl is offline
    Linux Engineer drl's Avatar
    Join Date
    Apr 2006
    Location
    Saint Paul, MN, USA / CentOS, Debian, Solaris, SuSE
    Posts
    1,117
    Hi.

    The tables at Comparison of text editors - Wikipedia, the free encyclopedia might be useful. It may take some time to go through them, but try to think of all the criteria you consider important beforehand (cross-platform? regular expressions? programmable? rectangular selection? etc.) and you should be able to narrow the field ... cheers, drl
    Welcome - get the most out of the forum by reading forum basics and guidelines: click here.
    90% of questions can be answered by using man pages, Quick Search, Advanced Search, Google search, Wikipedia.
    We look forward to helping you with the challenge of the other 10%.
    ( Mn, 2.6.n, AMD-64 3000+, ASUS A8V Deluxe, 1 GB, SATA + IDE, Matrox G400 AGP )

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...