Questions tagged [text-editor]
A text editor is a type of program used for editing plain text files.
43 questions
3
votes
1
answer
316
views
HTML Editor: Online HTML Editor with Real-Time Preview (version 6)
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 ...
3
votes
1
answer
174
views
Bulk Text Replacer
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 ...
3
votes
1
answer
465
views
HTML Editor: Online HTML Editor with Real-Time Preview
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 ...
2
votes
2
answers
97
views
Implementing load and save operations for a text editor (proof of concept)
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 ...
4
votes
1
answer
519
views
HTML Editor, Online HTML Editor with Real-Time Preview
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, ...
5
votes
1
answer
653
views
HTML Editor : online HTML editor with real-time preview
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 ...
1
vote
2
answers
63
views
Transform the words in a Word document
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 ...
7
votes
4
answers
862
views
HTML Editor - online HTML editor with real-time preview
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 ...
3
votes
2
answers
138
views
text format solution
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 ...
1
vote
2
answers
123
views
Editing system files in Linux (as root) with GUI and CLI text editors #3
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 "...
5
votes
3
answers
1k
views
C: Find and Replace in a text file (by a new programmer)
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 ...
3
votes
1
answer
244
views
how to efficiently draw line numbers in edittext ondraw without causing lag in scrolling
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 ...
7
votes
1
answer
2k
views
Using TinyMCE with responsive file manager PHP and Javascript
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 ...
2
votes
1
answer
1k
views
Python Command Line text editor
I want to make a command-line text editor in python. Is this good code?
...
1
vote
2
answers
187
views
Editing system files in Linux (as root) with GUI and CLI text editors #2
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 ...