Click here to Skip to main content
15,885,216 members
Everything / Editor

Editor

editor

Great Reads

by Howard 9448490
Creating a reusable editor for C# Applications using the RichTextBox Control
by Howard 9448490
Windows Forms Print Dialog for rich text with accurate page preview and zooming
by Nelek
Although the text editor from the site is very powerful, sometimes... well if you use it, you know what I mean ;)
by Miguel Diaz Kusztrich
Object creation driven by source code in any language you have designed

Latest Articles

by Glenn Viroux
A step-by-step tutorial on how to implement your first code editor in React
by Jovibor
PE (x86) and PE+ (x64) files viewer, based on libpe.
by Howard 9448490
Creating a reusable editor for C# Applications using the RichTextBox Control
by gstolarov
An imbeddable SVG editor - jQuery plugin

All Articles

Sort by Score

Editor 

14 Feb 2022 by Howard 9448490
Creating a reusable editor for C# Applications using the RichTextBox Control
13 Aug 2020 by Howard 9448490
Windows Forms Print Dialog for rich text with accurate page preview and zooming
24 Sep 2016 by Nelek
Although the text editor from the site is very powerful, sometimes... well if you use it, you know what I mean ;)
8 Jan 2017 by Miguel Diaz Kusztrich
Object creation driven by source code in any language you have designed
16 May 2021 by Steffen Ploetz
Creation of a basic X3DOM editor based on OpenGL with as little code as possible, that is running on ReactOS and Windows, to check out the capabilities of X3DOM.
7 Sep 2021 by gstolarov
An imbeddable SVG editor - jQuery plugin
16 Feb 2017 by Jochen Arndt
Please post such at Bugs and Suggestions[^] because the site admins might not read all QA posts. Mention also which editor (I assume the article editor). The QA and forum editors are actually working for me with Firefox.
18 Jul 2019 by OriginalGriff
Check the extension type: VS "knows about" .SQL files, and will syntax highlight them correctly - for me, 0.0 comes up as black-on-white, which it inherits from the standard "Number" setting under "Tools...options...Environment...Fonts and Colours", "Display items: Number" If your extension...
4 Aug 2022 by Jovibor
PE (x86) and PE+ (x64) files viewer, based on libpe.
2 Jun 2023 by Glenn Viroux
A step-by-step tutorial on how to implement your first code editor in React
24 May 2017 by AlphaGamer LTE
I'm using code from a book that's meant to display a very simple visualization using the matplotlib python 2D plotting library, and I've tried modifying it to work on c9 with no success so far. Here's where I'm at now: import os import matplotlib # Force matplotlib to not use any Xwindows...
15 Nov 2017 by Member 13524012
There was an error connecting to DB.Please check log for more details Could not load file or assembly 'Oracle.DataAccess, Version=2.121.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified. What I have tried: can anyone...
15 Nov 2017 by CHill60
Sounds like you do not have Oracle properly installed or you are referring to the wrong version. Hard to tell when you don't share any code or config with us. Try re-installing or there are variety of other possible solutions on this link Could not load file or assembly 'Oracle.DataAccess' or...
15 Nov 2017 by Member 13524012
I am doing update Oracle 11g to 12c. 11g is working fine but their is a issue with 12c
18 Feb 2018 by Member 13682972
it says error CS1525 Unexpected symbol 'Application' when I try to use this command: Application.Quit(); here is what I wrote in Microsoft visual studio: using UnityEngine; public class Credits : MonoBehaviour { public void Quit() { Debug.Log("QUIT") ...
18 Feb 2018 by ZurdoDev
As Richard pointed out you do not have a semi-colon (;) at the end of the Debug.Log() statement. So, the compiler is telling you that it did not expect to see Application.
17 Sep 2018 by OriginalGriff
We are not here to evaluate suitable apps for your project - that's part of your project and what you get paid for, not us. And that ignores that we have no ideas what "matching our requirement might mean to you! Start with Google, and see what you find.
29 Jan 2019 by Member 11072126
Requirement: There is a textarea (name: txtFName) control. When users will enter some value over there and will click on a button, then Kendo Editor should open up and that text from "txtFName" should get pasted in Kendo Editor, under " ... " tag. The cursor should keep blinking just after the...
18 Jul 2019 by Patrick Skelton
I have files in Visual Studio 2019 that have an SQL extension. The SQL contained within them is SQLite dialect. An example statement might be this: INSERT INTO EstimateRevisions ( PK_id, revision, total_value, breakdown ) VALUES ( NULL, '', 0.0, '' ), My problem is that the non-quoted value...
12 Sep 2019 by Member 14588143
When a user push enter in an editable div the cursors position (text caret) should move two rows down instead of one because the second row (div child) will hold the output (non editable) and the third row will hold the new input div (editable) where the cursor now should be located. I have...
12 Sep 2019 by Gerry Schmitz
People usually get an "edit" or "add" button; you're trying to create a desktop app in a browser. Bad idea.
2 Oct 2020 by Gerry Schmitz
Looks like you're trying to use an html generator for a "device", not for emails. Google specifically for email: (free) email html generator
10 May 2021 by cyma_1
HI, I want to test my fps controller game with unity3d, but when connected to remote the character controller head rotation is not working neither in remote device or pc. how to fix this? any help will be grateful. Using unity 3d Version...
4 Aug 2021 by ilostmyid2
Although a C module may contain definitions, includes, typedefs, global variables, functions, etc., traversing from the beginning to the end of a module may take a developer's time to find them. One may prefer the module to be separated into some...
4 Aug 2021 by CPallini
Have a look at folding[^].
15 May 2022 by ASHIN KUNJUMON
iam trying to create a code editor ,i have used code mirror for syntax hilghlighting and is linked in text area now the problem iam facing is iam unable to pass the text area data to the compiler function so that html,css and js get compiles and...
15 May 2022 by Richard Deeming
Looking at the documentation[^], the underlying element's value will be updated when the form is submitted. If you want to get the current value, you need to call the save method first. document.body.onkeyup = function(){ htmleditor.save();...
24 Jan 2023 by Josh McFadden
A couple of friends and I are front-end designers who are venturing into the world of web app development for the first time and we're looking for some guidance and feedback on our concept. We believe we will be using React for this project, but...
14 Aug 2021 by Christ Kennedy
In this article, you will learn about a word-processor that makes use of multiple dictionaries, pop-up definitions and an interactive multi-button picturebox expedited with a swift Sweep And Prune algorithm.
22 Jun 2020 by Robert Gustafson
A UserControl that allows rich-text applications to have a ruler with support for margins, indents, and tabs
23 Jul 2020 by Sandeep Mewara
How to make any browser a basic html editor.
26 Jun 2023 by OriginalGriff
Probably not: binary files don't have "rows" or "columns" - those are arbitrary constructs created by the editor in order to conveniently display the data to you according to the address of the byte in the file. Most hex editors chose to display...
26 Jun 2023 by Eddie Winch
Hi there, Are there any Hex Editors, that you can use, to Change Values in just a particular Column rather than a block ? For example changing all bytes, to a particular value in the first column i.e. 00, or another selected column, to...
16 Feb 2017 by Cinchoo
Thanks, will report the same to Bugs section.FYI, as chrome stopped working, started using firefox to post articles. But I'm used to Chrome and missing some key features like copy and paste code directly to the editor without any intermediary steps.
5 Jun 2018 by Abdul Sami khan
we want to add/edit annotation to existing pdf show this pdf in our application like a pdf viewer and editor where people can add annotation?How can I achieve this? What I have tried: Previously I was looking for a javascript script or jquery solution for this but I did't find any free plugin.
17 Sep 2018 by Member 13041059
We've split our floor plan project in 2 parts: 1. FP Builder 2. FP Viewer For FP Builder we've used SVG Edit (https://github.com/SVG-Edit) and for FP Viewer we've used MAPPLIC FP Viewer (https://www.mapplic.com/plugin/docs/). Currently in FP Builder when we do changes it gets saved in svg...
2 Oct 2020 by Member 14954192
I used a free html Generator. The preview is perfect. When I insert it to the Email, the Pictures get disorted. This is my Code: body { margin: 0; padding: 0; } table, td, tr { vertical-align: top;...