5,897 questions
0
votes
0
answers
22
views
AnonymousCellAnnotation can't find cell with ID
I am writing a MPS Editor Test that requires an AnonymousCellAnnotation which I can set through an Intention. The test now looks somewhat like this:
before:
Model testModel
< cell Field ...
-2
votes
1
answer
106
views
Disable VSCode Debugging Info In Editor [duplicate]
I recently noticed this inline debugging info appearing when running Python in VSCode (see attached). In larger projects this can be assaulting visually with the screen full of debug info I'm not ...
Advice
1
vote
2
replies
147
views
Coding minecraft plugin with java
I wanted to make a minecraft plugin but i don't have any idea about how...
Do you have any suggestions about editors and library?
Also some tutorials to watch or guides for start from 0, maybe some ...
Advice
0
votes
1
replies
56
views
My intership project is a bad idea? (WebCodeEditor)
My college started doing programming marathons, but the system they used, requiring us to do the exercises in VSCode and then upload the files to a website, was quite lackluster and had several ...
3
votes
2
answers
2k
views
When "Antigravity" sidebar view for Dev Container is broken, how to open a container in it?
I have installed the docker and launched a container. I tried to use the Antigravity side bar to find the container like the one in the vscode. But it does not work. I also attached the image for it. ...
0
votes
0
answers
32
views
Custom LaTeX snippets intermittently trigger multi-cursor mode in VS Code 1.104.2
The video that shows the problem
I am experiencing an intermittent issue where triggering custom user snippets in VS Code causes the editor to unexpectedly enter multi-cursor mode.
Environment
VS ...
Advice
1
vote
2
replies
91
views
Progress ABL - Creating a multi-line text box with an Editor widget
I have a collection of long comments fields that I would like to display in consecutive editor widgets, with controlled space between them, and no need for scrollbars. In other words, I need to be ...
1
vote
0
answers
48
views
How do I disable blink-and-insert upon entering closing bracket in mg editor c-mode?
I use the mg MicroGNUEmacs editor, a small emacs clone, and encountered a problem upon using c-mode. Whenever I type "}", ")", or "]", the cursor is taken to the matching ...
0
votes
1
answer
115
views
How to Add Both Custom Fonts and Formatting to WYSIWYG Editor in Wordpress
I am using Elementor Pro and the JetEngine plugin on my WordPress site. When trying to edit text on a CPT post using the standard WordPress page editor, I can only do it via the WYSIWYG editor. ...
0
votes
0
answers
52
views
How do I change the editor's color settings for Visual Studio Code in order to see the javascript variable names that I have mistyped?
My color settings are for a black background of the editor and are "all white" for the text except for the curly brackets, for those I have separate colors.
Now, when I make a typo like ...
0
votes
0
answers
63
views
Godot .tscn Scene Hierarchy Not Displaying Correctly in Editor
I am having trouble with my Godot .tscn scene files: all nodes are showing up flat at the root in the editor, and the hierarchy isn't being recognized. I noticed that even though I am using the parent ...
2
votes
2
answers
203
views
Change default indentation in Google Apps Script editor
How do I change the default indentation in the Google Apps Script editor. It defaults to 2. Even though there are lines, I find it difficult to align the code blocks, especially when they are quite ...
2
votes
1
answer
165
views
Problems setting up haskell-tools.nvim on NixOS
I'm trying to setup the Neovim plugin https://github.com/mrcjkb/haskell-tools.nvim
for a while now and I don't see any progress.
I mostly want this plugin for Haskell CodeLenses, so that I can write a ...
2
votes
2
answers
344
views
Treesitter-based Python code folding not applied when initially loading file in Neovim
Every time a Python file is loaded, no folds are automatically applied based on the fold options that have been set (see below). Instead, I have to manually press zx to force the folds to be applied.
...
7
votes
2
answers
319
views
Android Studio Narwhal. How to remove empty space between lines
After upgrading to Android Studio Narwhal, the code editor started to add empty space between real lines of code. How can that be fully disabled? Example screenshot is below. At the left are real line ...