Most voted "text-editor" questions
A text editor is a text file/file editing application. Text editors are often equipped with operating systems or software development packages, and can be used to change configuration files and source code programming language.
Learn more…38 questions
Sort by count of
-
14
votes2
answers4380
viewsLinux C programming - IDE vs. editor + command line
I’ve been looking for a similar question here and I haven’t found anything so if you’ve already answered I’m sorry. I’m a beginner in C programming and would like to know if it is more appropriate…
-
11
votes3
answers3647
viewsWhat are the differences between a source editor, text editor and an IDE?
What’s the difference between a source editor, a text editor and an IDE? People claim that Visual Studio Code is a code and not an IDE. I really see that the difference between VS Code and VS is…
-
10
votes3
answers11643
viewsHow to convert code block into single line?
I need to convert certain blocks of code into a single line. How can I do that? I’m using Notepad++
-
6
votes2
answers1556
viewsHow to add a file extension to the list of extensions supported by Adobe Brackets?
I’m using the files with html extension.echo in my WEB project and I am trying to edit in Adobe Brackets, but I cannot specify that it should treat these files as HTML sources. I would like Brackets…
-
5
votes1
answer2156
viewsPlace emoticons in my website’s chat
I would like to know how in php or javascript to put emoticons according to the person typing the text and a command, ex: Hello good morning [/sun] or I am fine [:Mile] Anyway independent of the…
-
4
votes1
answer1254
viewsIDE/Text editors for Node.js
What are the best options of IDE or Text Editors for development in Nodejs? My need is to develop large projects with Javascript / Node.js, follows below some of the options I found. If possible…
-
4
votes1
answer7197
viewsShortcut Find and Replace Visual Studio Code
In Visual Studio Code, when I press the keys Ctrl + F i can locate a certain string. Is there a shortcut to "find and replace" using this same program? Ex: In Atom when locating a string if I press…
-
3
votes1
answer266
viewsSublime Text 3 - Headers autocomplete in the directory
After the failure to search for a plugin in sublime text 3, I come to ask for help. I need to recognize the libs installed on the system, for this I look for a plugin capable of providing an…
-
2
votes1
answer492
viewsError with Package Control Sublimetext 2
I have the following problem: I installed the Package Control plugin in Sublimetext Editor 2 to be able to install the other plugins via shortcut in the sublime itself, but every time I start the…
-
2
votes1
answer121
viewsHow to enable the TAB key in Emacs
Use Debian Linux 7 and I’m auditioning with the editor Emacs for code editing. I have done several customizations in the archive .emacs but I can’t make the TAB key work to indent the codes. When I…
-
2
votes3
answers999
viewsCreating the Snippet itself in the Atom
I’m trying to create my own snippets on Atom, but none of them work at all. tried: '*': 'Controller text' 'prefix': 'lco' 'body': 'my name is $1' but when typing lco and press TAB, does nothing,…
-
2
votes1
answer183
viewsSet width for nicEdit editor
Does anyone know how to set the width of the nicEdit editor?
-
2
votes1
answer2690
viewsHow do I save the IP of the person who visited my site to a text file?
I’m using the code below, but only writes "::1" to the file. <?php $arquivo = "ips.txt"; $file = fopen($arquivo,"a"); $string = $_SERVER['REMOTE_ADDR'] . "\n"; $fp = fwrite($file,$string);…
-
2
votes2
answers501
viewsWhat is the way to configure VI to autocomplete and format the files in a standardized way according to each language?
I’ve been using VI for some years, I think about 20 years, at the time still in XCO Unix and Xenix, but I never took the initiative to make my environment fully parameterized to program in languages…
-
2
votes2
answers115
viewsWhat is the linux text editor command that I can see output in real time?
What is the linux text editor command that I can see output in real time? For example I want to give a "vim" in the access log of my apache I want to see GET entering the log in real time which…
-
2
votes1
answer4755
viewsI removed the toolbar from Tom, how do you put it back?
I accidentally removed the Atom toolbar, the one on top that has documents, edit, etc... I don’t know how you put it back, someone help me?
-
2
votes0
answers90
viewsIn Tiny wysiwyg editor for Bootstrap does not work creating hyperlinks in Internet Explorer
I’m using the wysiwyg editor Tiny, but I’m having trouble inserting a hyperlink in a text typed in the editor. This occurs only in internet explorer, and as follows: After typing the text, I select…
-
2
votes2
answers516
viewsShow PHP error in Atom
Colleagues. I am using the Atom editor for development, I have already installed some packages, but I noticed that Atom does not show syntax errors. Does anyone know of any Atom packages that do…
-
2
votes1
answer1711
viewsSimple text editor in C
I have the following exercise proposed: Make a program that mimics a text editor. Initially you will read the data typed by the user (lines of text) and create a vector in memory where the texts…
-
1
votes2
answers140
viewsJquery text editing component
I need to use an editor Jquery that comes closer to Word. Which one should I use? Does anyone have any indication?
-
1
votes1
answer646
viewsHTML editor made in HTML
I need an HTML editor, like this one http://www.quackit.com/html/online-html-editor/full/ to change between visual mode and HTML mode. The problem is that I google, I search for ready-made codes and…
-
1
votes0
answers96
viewsDoubt with Notepad++
How do I make Notepad++ for example: function test() var=true end instead of function test() var=true end sorry I don’t know what to call this action,but whenever I start a function or something…
-
1
votes1
answer30
viewsAuto List Member does not work with javascript
I use Visual Studio 2015, I’m having trouble not displaying auto list Member in javascript. *I’ve been in the configuration > Text editor > Javascript > General. *I’ve noticed Visual Studio…
-
1
votes2
answers226
viewsTheme that is used in the Atom IDE Landing
As Atom support staff takes a long time to respond, I would like to know if the @Stackoverflow community knows the theme that is used on the Landing page of the Atom IDE? https://ide.atom.io/…
-
1
votes1
answer46
viewsText not inserting line break
I did a search and found no post about the problem I’m facing. I’m running a database search and writing on the screen what I find. But when the text is displayed it is not inserting line break, so…
-
1
votes0
answers38
viewsLive preview without saving to Brackets
According to the presentation of the Brackets editor, with the Live Preview function the changes in the code will always be viewed in real time, without the need to save the document. In my editor,…
text-editorasked 5 years, 4 months ago Marco Aurélio 11 -
1
votes2
answers67
viewsVS Code Configuration for Mac
Good afternoon, you guys! I have a question, on how to hide these files that the mac generates within Visual Studio Code. Does anyone know any way to hide these . _.extencao files? Because it…
-
0
votes1
answer514
viewsGet cursor position in Tkinter Text widget
I wonder how I can get cursor coordinates on an object Text in Tkinter. For example, suppose I have this text: Hello, how are you? It’s all right. [CURSOR] How do I get the row and column of…
-
0
votes1
answer445
viewsChange the background color of a JTEXTAREA text
I am a beginner in Java and I am trying to create a function that changes the background of words, I took a print of the example as I would like it to be. What is expected is for a table to be…
-
0
votes1
answer472
viewsAutocomplete in ENTER key instead of TAB in sublime text
I’m using the editor sublime text 3 and would like to know how do I leave the autocomplete in the ENTER key instead of the TAB key, because when I start typing a word, the autocomplete gives me the…
-
0
votes1
answer98
viewsHow to recover the functions of a cloned editor?
I’m dynamically adding the summernote down in green. I’m actually cloning the ones above. Of course I’d have a problem with that otherwise it wouldn’t be programming. The functions of the added…
-
0
votes1
answer30
viewsHow can I remove the spacing between methods and properties?
I’m using the most updated Visual Studio 2017 Preview, and I’ve tried to uninstall and reset the settings, but this spacing remains independent of what I do. How can I remove this?…
-
0
votes0
answers18
viewsProblems with VIM editor
Hello, I’m having a simple problem at VIM that I just noticed. When trying to select a block of content to crop (using x or d in view mode), and later try to paste into an external file using p key…
-
0
votes1
answer54
viewsError opening text editor in Git
I’m trying to change the message of my last commit through Git Bash using the command git commit --amend. However, when it attempts to open the editor, Git generates the following error: $ git…
-
-1
votes2
answers1613
viewsRemoving characters from a text
Hello, I need to make an application that within a notepad (which I did), remove data in an interval. What I need now is to know how to remove the email (in parentheses) from the phrase. Example:…
-
-1
votes1
answer8459
viewsSublime Text does not appear menu bar on Ubuntu 16.04
I’m having trouble with the sublime text suddenly without realizing, the menu bar disappeared someone’s been through it?…
-
-1
votes1
answer4774
viewssudo subl - how to open sublime 3 by terminal on Ubuntu?
I performed the installation of Sublime Text 3 on Ubuntu 17.10. I can open the Sublime using the command subl in the terminal. However it does not work to open as sudo, when using the command…
-
-1
votes1
answer575
viewsCalculation of Media with Javascript in Atom
Good afternoon staff I have an exercise where I should calculate the average of the students, that the calculation should be done automatically, for that there is a table with 5 students,and each of…