Questions tagged [editor]

Seeking guidance on the capabilities and operation of text editors, source code editors, and related programs tailored for editing plain text files in computer programming. Requesting recommendations or editor suggestions is not permitted within this tag.

What is the best way to incorporate auto-completion into a browser-based editor using Monaco?

Recently, I embarked on a project to develop a browser-based editor using monaco and antlr for a unique programming language. Following an excellent guide, I found at , gave me a great start. While Monaco provides basic suggestions with ctrl + space, I am ...

Error While Installing Atom Editor Packages

Encountering an issue while installing packages in Atom npm ERR! Windows_NT 6.2.9200 npm ERR! argv "C:\Users\Jarvis\AppData\Local\atom\app-1.5.3\resources\app\apm\bin\node.exe" "C:\Users\Jarvis\AppData\Local\atom\app-1.5.3\resources ...

Effective methods for accessing and updating text editor values using Selenium

I am currently working on a web page that has a text editor, and I need to populate its value using Selenium scripting in C#. I have successfully done this for a textbox following instructions from Set value in textbox. However, when attempting the same pr ...

Utilize Wordpress TinyMCE to apply the underline decoration using the "U" tag instead of the style

Is there a way to modify the function of the button in the WordPress content textarea of TinyMCE? Specifically, I am referring to the "u" button for underline formatting. <span style="text-decoration-line: underline;">text underlined</span> I ...

Ways to position cursor at the end in the Froala Editor

My current dilemma involves the need to position the focus/cursor at the end of text that is loaded within the Froala editor. I attempted to accomplish this using the focus event of Froala (events.focus), but unfortunately, it did not yield the desired out ...

Verify if the backgrid cell has been modified

I am currently working on a custom cell editor and I'm looking for another way to check if a cell has been edited. Below is the code snippet I am using: Backgrid.CustomDateCell = Backgrid.DateCell.extend({ editor: Backgrid.InputCellEditor.extend( ...

Installing packages does not function properly on Atom

insert description of first image hereinsert description of second image here Bracket and VS Code function correctly, but encounter issues in Atom. The following error message is displayed: (node:2460) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED en ...

Is there an HTML editing tool that has the ability to collapse code blocks by tags and rearrange them?

I'm in search of a text editor or IDE that includes syntax highlighting and allows me to collapse HTML code blocks by tag. I currently use Eclipse, but its "folding" feature only works on top level tags like TABLE, not child tags like TD and TR. Are t ...

Flame-inspired CSS editor

My current CSS editing workflow goes something like this: I ask for feedback on a page Suggestions are given to make post titles bigger I use Firebug to inspect the post title element I locate the corresponding CSS statement in Firebug (like h2.post_title ...