Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [editor]

This tag is for questions about the features and functionality of text editors, source code editors and other programs specifically designed for modifying plain text files used in computer programming. Questions asking us to recommend or find an editor are strictly off-topic.

0 votes
1 answer
21 views

.NET MAUI Editor Control Keyboard Problem

The Editor control in .NET MAUI has no keyboard style with a "Done" button except for "Numeric" and "Telephone" styles. This is a problem. If a user taps in an Editor ...
DA Consulting's user avatar
1 vote
1 answer
12 views

< key > tag in description on GitHub

I wanted to change some release text on my GitHub repository and there is something strange - if I try to add this text < key > - without the spaces to the Editor it is suddenly not visible ...
Ensai Tankado's user avatar
-3 votes
0 answers
25 views

Text editor that hides text vertically [closed]

I need text editor that hides vertically every line in the text . I will give you an example on the picture below. I would like paste any amount of text that I want (a lot) to that editor and edited ...
Wściekły Dzik's user avatar
0 votes
1 answer
38 views

How to implement text highlighting in a console text editor C#

I create an application similar to vim, a small console text editor. And I have a problem with the implementation of text highlighting. I know that there are two ways to write this, either using ...
Rostislav Kiv's user avatar
0 votes
0 answers
26 views

Vue Excel Editor

How to change the color of this validation message <vue-excel-column field="phone" label="Contact" type="string" width="130px" :validate="validPhoneNum&...
 Bella's user avatar
0 votes
0 answers
37 views

Js - Link target button option (blank vs self) in Quill Editor link

Is there any way to add an option button to set a link in quill editor (https://quilljs.com/docs/modules/toolbar) as target blank vs self? By default its setting a link as blank: <div class="...
Philipp M's user avatar
  • 3,448
0 votes
0 answers
18 views

do the editor's write rewrite all the bytes on the disk or just the diff?

For example, i'm using neovim and have 200KB file size, when i hit :w to save it, do it gonna rewrite all the bytes in my nvme cells or it will compare the changes and "append" it? I think ...
Rafael Ledo's user avatar
3 votes
0 answers
275 views

I got this error "no supported device found" when I launch zed editor on linux. How can I resolve this?

I just installed zed editor or linux and It's not running. I got this error no supported device found
tanjona Randrianasolo's user avatar
0 votes
0 answers
21 views

How to colorize Android Studio Text Files? The ones you add by Menu: File -> New -> File. Question about Editor Configuration

This not a question about Coding is about the Android Studio itself. I added some files in the Project for taking Notes for example "To Do" tasks, and features too add to the application. I ...
jetberrocal's user avatar
7 votes
7 answers
5k views

Vs code is not opening up in mac

I’ve been experiencing an issue with Visual Studio Code where it won’t open at all. I’ve tried uninstalling and reinstalling it several times, but there are no changes. I’m using [your operating ...
s dvn's user avatar
  • 81
0 votes
0 answers
14 views

Make Visual Studio Code open projects in a new window unless window is empty

I have this issue which is always bothering me about Visual Studio Code, I was wondering if there is a way around it: I want it to open projects in a new window unless the current window is empty, ...
JoGr's user avatar
  • 173
0 votes
0 answers
321 views

LSP configuration for Zig in zed

I am using zed with zig plugin version 1.1 and zls. I want set up some options like in sublime text { "languages": { "Zig": { "language_servers": [...
Gohryt's user avatar
  • 437
0 votes
0 answers
19 views

Implementing Token Insertion Feature with vuejs-medium-editor

My project requires a feature to create a letter template for users. I am using vuejs-medium-editor to develop a letter editor. I want to implement functionality such that, when creating a letter ...
Báu Trần Văn's user avatar
0 votes
1 answer
23 views

PBI: External application to visualise and modify the Power BI report.json file

I am going by memory and trying to find an application that I found in December 2023 and can't track it down, but it was a really neat application that you could install locally (so no online ...
David Mulroney's user avatar
0 votes
0 answers
35 views

Crash after inserting an image with a controlled React component using Quill.js

I am implementing a React component using the Quill library. I'm having a problem inserting an image into the text editor. When I select the image, the editor crashes and the whole page freezes. It is ...
Quentin Masbernat's user avatar

15 30 50 per page
1
2 3 4 5
402