Skip to main content

Questions tagged [text-editor]

A text editor is a type of program used for editing plain text files.

3 votes
1 answer
322 views

Overview HTML Editor is a web-based HTML editor designed for web developers, designers, and learners. It offers a lightweight, minimalist environment for writing and previewing HTML, CSS, and ...
Mori's user avatar
  • 197
3 votes
1 answer
175 views

I have created a simple text editor with a "replace all" feature. It's meant to be part of a larger project, so it needs to be robust and work reliably across various scenarios. Please ...
Mori's user avatar
  • 197
3 votes
1 answer
468 views

Note Please review the new question and ignore the following. Overview HTML Editor is a web-based HTML editor designed for web developers, designers, and learners. It offers a lightweight, minimalist ...
Mori's user avatar
  • 197
2 votes
2 answers
97 views

I have a text editor in C does not give much thought to losing data whilst overwriting the original file to save new progress. To circumvent this problem, and make the process robust, I ended up with ...
Madagascar's user avatar
  • 10.1k
4 votes
1 answer
519 views

Note Please review the new question and ignore the following. Overview HTML Editor is a web-based HTML editor designed for web developers, designers, and learners. It offers a light-weight, ...
Mori's user avatar
  • 197
5 votes
1 answer
653 views

Note Please review the new question and ignore the following. Overview HTML Editor is an online HTML editor with a minimalist approach. Edit your HTML, CSS, and JavaScript code and monitor the ...
Mori's user avatar
  • 197
1 vote
2 answers
65 views

This is a simple transform of a Word document to embolden the first half of each word. I used the python-docx module. The environment if needed was VS Code; for now ...
Vttrium's user avatar
  • 11
7 votes
4 answers
864 views

Note Please review the new question and ignore the following. Overview HTML Editor is an online HTML editor with a minimalist approach. Edit your HTML, CSS, and JavaScript code and monitor the ...
Mori's user avatar
  • 197
3 votes
2 answers
138 views

A firm gave me a small take home assignment which asks you to implement text formatter. Given some text which only contains alphanumerics and spaces (only one space between words), we should align it ...
Rohith Uppala's user avatar
1 vote
2 answers
126 views

One year and a half ago I posted the second iteration of this script for a review here: Editing system files in Linux (as root) with GUI and CLI text editors #2 Since then, it has been "...
Vlastimil Burián's user avatar
5 votes
3 answers
1k views

I'm new to C as in I've only studied it for a year and it's my first language. I still don't know how to handle real world code and so would like to see how a real world programmer would write up a ...
Ahnaf Abdullah's user avatar
3 votes
1 answer
245 views

I have an implementation of an edit text to show line numbers and also highlight the current line. I think it needs more optimization because when I scroll through the edit text with about 500 lines ...
Jore's user avatar
  • 131
7 votes
1 answer
2k views

I use TinyMCE with responsivefilemanager and I wanted to know that is my code well-written maintainable and readable, Sorry If this sounds like a stupid and basic question because this is such a basic ...
Syed M. Sannan's user avatar
2 votes
1 answer
1k views

I want to make a command-line text editor in python. Is this good code? ...
Ganesha Sharma's user avatar
1 vote
2 answers
188 views

This is the second iteration of this question A note to start with: the first iteration of this question can be found here: Editing system files in Linux (as root) with GUI and CLI text editors As ...
Vlastimil Burián's user avatar

15 30 50 per page