Slashdot Mirror


Why this? Yet Another vi-based Editor?

Poizon writes "The guys from freehackers.org have begun developing yet another vi-like editor, called Yzis (speak: "Why this?"). Their primary goal is to seperate the text processing engine and the GUI, in order to be able to integrate it into window managers like KDE as a native component. They have previously worked on KVim, a Vim port to KDE, so chances are good that they will succeed with Yzis. Sounds interesting, doesn't it?"

8 of 120 comments (clear)

  1. Not really by keesh · · Score: 4, Informative

    This is one of the things Vim 7 will do. And really, I couldn't bear going back to plain old vi after having used vim for so long. Too many features missing...

  2. yez by nocomment · · Score: 4, Funny

    ziss zounds quite intellestink.

    --
    /* oops I accidentally made a comment, sorry */
    /* http://allyourbasearebelongto.us */
  3. What's with the abnormal names already? by Ieshan · · Score: 4, Interesting

    Geeks must have some sort of Advertising Impairment Syndrome, where in order to make a brand-name, they take the most unpronouncable and esoteric combinations of characters and stick them together.

    It's like all the crazies who go ballistic at people when people don't pronounce a hard "G" at the beginning of "Gnome". Why the fuck should they? It's pronounced differently in every other word beginning with "G-N".

    This might get modded flamebait, but every geek on slashdot knows it's true. Slashdot ITSELF is an example (tee hee! "http colon slash slash slash dot dot org!"). It IS cool, but it severely impedes the chances that anyone will ever recognize your product, or even download it, because if I had a conversation with a friend about this, I'd never be able to go google for it without specifically asking how to spell it.

    1. Re:What's with the abnormal names already? by JabberWokky · · Score: 4, Insightful
      This is a backend, intended for usage within another project. In cases like that, it is better to have a distinctive set of characters for Google to find (a process I call 'kiboing'). Only developers are going to use this. Any end users will use it as part of an editor. Think KHTML versus Konqueror. KHTML is the engine, Konqueror the user facing application.

      Of course, cars seem to be going towards alphabet soup in their naming (I swear there's a model with the suffix MFC). I'd say that there's no more market tested and carefully chosen names than car model names. The Chevy Nova notwithstanding. :) Maybe people are starting to like esoteric combinations of characters.

      --
      Evan

      --
      "$30 for the One True Ring. $10 each additional ring!" -- JRR "Bob" Tolkien
  4. Re:NSTextField by Neon+Spiral+Injector · · Score: 4, Informative

    Those are actually Emacs commands. vi would be ^ for the start of a line, and $ for the end.

    I too often find myself hitting Esc and then typing vi commands in text boxes, like here on /. A real vi mode would be welcome in input widgets.

  5. Why? by Anonymous Coward · · Score: 4, Funny

    Why do another vi when the ultimate vi based editor is here ?

  6. Re:The untold truth about text editors by kwench · · Score: 5, Interesting

    I agree that vi is a PITA when you are used to the new colorful world of windows, buttons and menus.

    But... this project is aiming at providing a plugin-like editor for all applications.

    Example: I am currently typing this text in a small textarea in Opera.
    Imagine I'd like to replace all occurences of "I" with "we". What can I do? Search and spell checking works fine in Opera (I don't know about other browsers), even on texts in textareas, which is already something. But a Find&Replace function is simply not there.
    Now imagine your browser with your favorite editor (like vi) as plugin. You do the great vi-magic like :s/I/we/g and you are done.

  7. wordpad has command mode too by ufnoise · · Score: 4, Funny

    Whenever you move the mouse to the top menubar and select save in wordpad, you are entering command mode. Move the mouse back down to the text area and you are back in edit mode.