Computing

What text editor are You using? Why?

Submitted by biongoo, , Thread ID: 113667

Thread Closed

RE: What text editor are You using? Why?

maker09
Newbie
Level:
0
Reputation:
0
Posts:
17
Likes:
0
Credits:
2
22-08-2019, 08:56 PM
#91
If I'm using my Windows system and I'm not programming in any particular language then I'm likely using Notepad++.

RE: What text editor are You using? Why?

24-08-2019, 02:44 PM
#92
One of my favoritts in windows are: notepad++ else NotePad2 is also a fast ok editor.

RE: What text editor are You using? Why?

roeyb1
Newbie
Level:
0
Reputation:
0
Posts:
14
Likes:
0
Credits:
9
24-08-2019, 05:12 PM
#93
In Windows I tend to use Notepad++ for editing config files and basic scripts. However, if you want a real powerful text editor I highly recommend *Vim*. I know it's become a clich but Vim seriously is the most powerful and efficient text editor I have ever used. You can install a Vim plugin for Sublime or VSCode I believe which should make it even more powerful.

In case you've never heard of Vim before:
Vim is a simple text-editor written for the Unix terminal and focuses on efficiency and speed. It succeeds at this by using _only_ the keyboard, no mouse action is required at all (or is even really possible). It uses several hotkeys and commands that are somewhat intuitive.
For example if you wanted to delete 3 words forward from the cursor you could type:
Code:
d3w

Or if you wanted to move the cursor down 5 lines you would type:
Code:
5k


A little disclaimer, learning Vim can take a lot of time however I think it's definitely worth the effort if not for the speed then for pure style and sense of elitism that comes with it.

RE: What text editor are You using? Why?

walt26bo
Newbie
Level:
0
Reputation:
0
Posts:
16
Likes:
0
Credits:
19
27-08-2019, 10:44 AM
#94
The one that I use and is the best clear for me is NOTEPAD ++, because I use it because it has the ability to handle not only ordinary text but also has a library that recognizes the different types of programming language texts that for me is a very great advantage it has.

RE: What text editor are You using? Why?

jamessmith
Newbie
Level:
0
Reputation:
0
Posts:
13
Likes:
0
Credits:
2
28-08-2019, 11:19 PM
#95
I use notepad++ a lot of features and yet simple and free

RE: What text editor are You using? Why?

user731
Newbie
Level:
0
Reputation:
0
Posts:
13
Likes:
0
Credits:
15
30-08-2019, 02:06 PM
#96
28-12-2018, 07:38 PM
biongoo Wrote:
Hi Everyone,

I want to ask you what text editor are You using. Long time i had used notepad++(only windows :/) then i used atom, visual studiocode and now i am using visual studio(they are different).

A lot of them have got problem with encoding.. Notepad++ have problem with unix files, atom and visual code studio haven't automatic search of encoding(i damaged a lot of files becouse a lot of them was in ascii, however text editor was set for utf-8)

Visiual studio hasn't this problem but it's huge application and version for macOS isn't too good how for windows. Extensions which this app don't know, don't want to open :/
I love notepad++

RE: What text editor are You using? Why?

blaze_it
Newbie
Level:
0
Reputation:
0
Posts:
12
Likes:
0
Credits:
7
31-08-2019, 12:28 PM
#97
I like windows Notepad ++ and searching on how to use it has a ton of resources Smile. I occasionally use other platform depending on what is needed.

RE: What text editor are You using? Why?

weso
Newbie
Level:
0
Reputation:
0
Posts:
13
Likes:
0
Credits:
9
06-09-2019, 06:51 PM
#98
Notepad++ in Windows, nano in Linux (without GUI). Still dont get why vim is popular in Linux though.. most frustrating thing ever.

RE: What text editor are You using? Why?

GamesVorazes
Newbie
Level:
0
Reputation:
0
Posts:
13
Likes:
0
Credits:
15
18-09-2019, 05:03 PM
#99
Notepad++ because I have the most hours behind it
Sublime 3 and Atom are alright especially with their plugins.

RE: What text editor are You using? Why?

24-09-2019, 06:56 PM
#100
If you are on MacOS, you can use Sublime Text, TextEdit, or Visual Studio Code for free. However, if you want to upgrade to a premium software, Dreamweaver is a solid one.

Users browsing this thread: 24 Guest(s)