LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   2018 LinuxQuestions.org Members Choice Awards (https://www.linuxquestions.org/questions/2018-linuxquestions-org-members-choice-awards-128/)
-   -   Text Editor of the Year (https://www.linuxquestions.org/questions/2018-linuxquestions-org-members-choice-awards-128/text-editor-of-the-year-4175645581/)

jeremy 01-05-2019 12:46 PM

Text Editor of the Year
 
Always an interesting poll.

--jeremy

jsbjsb001 01-05-2019 01:04 PM

KWrite, because I like KDE, and it supports coding as well, like shows you where the functions are in your code, and displays different things in different colors to show different parts of your code. Like for example, the text in printf statements are in a different color to separate it from the actual code, so you can visually see that it's just the text that would be displayed on the screen.

jamison20000e 01-05-2019 06:39 PM

...vi the most... :hattip:

YesItsMe 01-07-2019 12:23 AM

I'll take sam this year (basically, a visual ed). :)

edit: It is a hard choice though. There's still Acme and TECO...
Still no multiple choices this year. :(

ondoho 01-07-2019 02:16 AM

gotta vote geany again.
rightly, it is both in the IDE and text editor section.
though i never understand where the borderline is; i'm just not enough of a coder i guess.
but text (code, config) editing without syntax highlighting - impossible.

YesItsMe 01-07-2019 02:17 AM

Quote:

Originally Posted by ondoho (Post 5945581)
but text (code, config) editing without syntax highlighting - impossible.

Have you tried it? :)

jamison20000e 01-07-2019 04:14 AM

Clearly not impossible seems how the average teacher wouldn't want you useing it, while starting with the fundamentals. ;)

hazel 01-07-2019 05:42 AM

I ticked vim because you haven't included gvim.

Lysander666 01-07-2019 05:57 AM

Leafpad, it's all I've ever used.

pisti 01-09-2019 12:37 PM

emacs - it works as fullscreen GUI on my 4K monitor, and just as fine in a TMUX terminal on my Nokia N900. what else does one need...?

dugan 01-09-2019 01:50 PM

I went with neovim. It currently has better support for the best plugins (deoplete, languageClient-neovim, semshi) than regular vim does.

JeremyBoden 01-09-2019 03:10 PM

It has to be nano.
Seriously.

Ook 01-09-2019 03:25 PM

Medit. Simple, fast does the job when I need a quick and dirty edit of something where pico just won't do, and it's not worth the effort of firing up Netbeans.

weirdwolf 01-09-2019 08:26 PM

leafpad

tlmcca 01-09-2019 09:28 PM

Text Editor of the Year: gedit
 
K.I.S.S.

frankbell 01-09-2019 09:41 PM

Vim. In the GUI, Kate. Though Terminator is kind of neat.

jamison20000e 01-10-2019 12:25 AM

Off topic:
Quote:

Originally Posted by YesItsMe (Post 5945529)
...
edit: It is a hard choice though. There's still Acme and TECO...
Still no multiple choices this year. :(

Yes, multiple choices would not affect the results but let us vote the way we want. What is the fear a tie?

ondoho 01-10-2019 01:14 AM

Quote:

Originally Posted by Ook (Post 5946585)
Medit. Simple, fast does the job when I need a quick and dirty edit of something where pico just won't do, and it's not worth the effort of firing up Netbeans.

i found medit to lag in certain situations, have you noticed that also?
i use geany always, and i think it's very similar to medit. have you compared?

JZL240I-U 01-10-2019 03:54 AM

Kate has this peculiar KDE flexibility ... ;)

linustalman 01-10-2019 04:01 AM

Quote:

Originally Posted by Ook (Post 5946585)
Medit. Simple, fast does the job when I need a quick and dirty edit of something where pico just won't do, and it's not worth the effort of firing up Netbeans.

I like Medit but don't use it as it's got no spellcheck AFAIK.

removed032 01-10-2019 07:20 AM

Emacs

JeremyBoden 01-10-2019 07:31 AM

I'm waiting for someone to design an editor called
Code:

edit

jsbjsb001 01-10-2019 07:38 AM

Quote:

Originally Posted by JeremyBoden (Post 5946984)
I'm waiting for someone to design an editor called
Code:

edit

Yeah they did, it's called the MS-DOS editor :p

I remember using that back in the day...

hazel 01-10-2019 08:15 AM

Quote:

Originally Posted by jsbjsb001 (Post 5946992)
Yeah they did, it's called the MS-DOS editor :p

I remember using that back in the day...

I remember it too. It was a TUI editor, quite nice to use (especially compared with edlin!)

mward2015 01-10-2019 08:23 AM

Emacs is really advanced and I love it, although to be honest it takes some time to get used to

rokytnji 01-10-2019 10:37 AM

Voted Leafpad.

linustalman 01-10-2019 10:58 AM

Quote:

Originally Posted by rokytnji (Post 5947106)
Voted Leafpad.

I always install Leafpad as a secondary GUI text editor on all of my computers.

That Random Guy 01-10-2019 12:44 PM

Notepadqq?
 
Where's Notepadqq? C'mon now! :doh:

jeremy 01-10-2019 01:13 PM

Quote:

Originally Posted by That Random Guy (Post 5947185)
Where's Notepadqq? C'mon now! :doh:

Added.

--jeremy

revbish 01-10-2019 02:46 PM

Leafpad
 
Quote:

Originally Posted by Lysander666 (Post 5945633)
Leafpad, it's all I've ever used.

Same here!

Adrianali 01-10-2019 05:25 PM

:eek: I'm surprised, too many editors for me. I vote for vim.

NachoLord 01-11-2019 12:09 AM

Honestly, I'm torn between vim and xed. They're both great text editors, although one serves some of my needs, while the other serves the rest.

Though, Notepadqq looks interesting. I've never heard of it before, but I'm curious, so I'm going to try it.

chrisretusn 01-11-2019 04:19 AM

Use Kate most often, followed by nano, then vi.

cwizardone 01-12-2019 07:42 AM

Midnight Commander Editor, 1st place, followed by Mousepad and Kwrite.

Saptech 01-12-2019 08:09 AM

Nano and/or Mousepad

jmccue 01-12-2019 10:17 AM

Emacs this year, I am a vim guy, but for the past year for some odd reason I really do not understand, I have been using Emacs more and more.

YesItsMe 01-12-2019 10:43 AM

Welcome to the dark side, jmccue.

Cyberjackal 01-15-2019 02:03 PM

Only use nano for a distribution's original set-up.
I say Vim in 1st, followed by Sublime & Atom. I keep both the Sublime & Atom text editors set up on secondary rigs that family members use.

Trihexagonal 01-15-2019 06:53 PM

Leafpad, the Rodney Dangerfield of text editors.

Ook 01-16-2019 12:24 PM

I've been using vi for years...I just wish I could figure out how to get it to save and exit... :P

jhumphrey 01-18-2019 11:01 AM

where is ed(1)?
does anybody still use it?
I use vi primarily but have used sam.
I tried emacs once, it was too easy, you just start typing.
I use ed occasionally and am glad it is there.

YesItsMe 01-18-2019 12:12 PM

Jeremy does not want to add ed, obviously. But sam is almost the same thing... :)

greencedar 01-18-2019 12:23 PM

I am voting for gedit.

That is not to say the others are better, it is because I am only starting to learn how to uses text editors and am starting with gedit.

So, I am voting with a lack of experience as a beginner with text editors.Maybe next year I will vote differently.

individual 01-18-2019 04:52 PM

It's too bad Kakoune isn't on the list. It's inspired by vim, but has subtle changes (and a few not-so-subtle ones), and is a lot more minimalist. Vim is my second favorite editor, though.

pingu_penguin 01-18-2019 09:58 PM

vim in cli mode , leafpad in gui mode.

FredGSanford 01-19-2019 08:46 AM

Nano & Mousepad

Myk267 01-19-2019 10:49 AM

Voted Vim. It's mostly the key movements that I like.

I'm giving a good think to 'moving into' Emacs (with evil-mode), again. I feel like a few of the tools I use just don't integrate very well, despite being of the 'Unix tradition': vim, tmux, etc. We'll see.

azrielle 01-23-2019 02:25 AM

Geany has replaced gedit and Kate as my favorite Linux text editor. In Windows I have used EditPad Pro for the last 17 years.

dlewan 01-24-2019 08:20 AM

emacs. No question for me. To call it an editor is an understatement -- it's an operating system with GNU and Linux (or BSD or Solaris or ...) as its kernel. (And apperantly I have to learn about geany....)

pdfkungfoo 01-25-2019 07:17 PM

NeoVim (and its official AppImage)
 
Easily NeoVim for me.

It's very easy to test on Linux because its latest version is always available as an AppImage from the NeoVim developers themselves. I do not need to wait for my $distro's packager to create an RPM, DEB or whatever first...


All times are GMT -5. The time now is 09:51 AM.