News:

;) This forum is the property of Proton software developers

Main Menu

VSCode Positron

Started by atomix, Nov 27, 2021, 09:05 PM

Previous topic - Next topic

atomix

#120
New Release 1.7.5

- Added go to references (search for text in all files in the project).
- Added submenu "Samples" (allows you to navigate by examples in folders "C:\Users\NameUser\PDS\Samples").


atomix

#121
New Release 1.7.9

- Added information usage of bytes and variables as a percentage in the "Output" window.
- Fixed navigation by errors in "Output" window.
- Improved display in the "Samples" window.

keytapper

Quote from: atomix on Aug 01, 2022, 05:25 PMNew Release 1.7.9

- Added information usage of bytes and variables as a percentage in the "Output" window.
Bravo! I think that those information are available on the bottom of the listing file.
Ignorance comes with a cost

TimB


Many thanks, I'm using VSCode now with the your plugin. my favourite editor now!

The issue with the navigation of the error lines was caused by chars like # " " etc well for me at least

Is there an update mech for the new version?

atomix

When updating an extension, VSCode IDE itself will update it the next time the program starts.

top204

Many thanks Atomix.

Now that both you and John have made the IDEs point to the demo program that get installed with the compilers, I will need to go through them all and make sure they all still work as expected. :-)

Some of them were written back in 2003. LOL

atomix

#126

top204

How can I change the colours of the texts chosen and their duplicates? See the image below:

Chosen and duplicates are same colours.jpg

As can be seen, the top "Symbol" text is the one chosen, but it is also highlighting the other "Symbol" texts with a colour that is almost identical to the "chosen" colour, so I cannot clearly see which text has been chosen in a large program!

I've looked around and around in the settings and cannot see how to change the chosen and duplicate colours. Any ideas?

atomix

In the "General" settings, on the "Add" button and select the "selectionHighlight" element, then in this element write the value "false".

top204

Many thanks atomix.

I have disabled it. However, it is handy, but the colours are not right. How can the colours be changed?

atomix

Here is the link - https://stackoverflow.com/questions/35926381/change-highlight-text-color-in-visual-studio-code

You must add the following settings to the file "settings.json" in VSCode IDE.


atomix

New Release 1.8.0

- Added new settings of the editor ("Selection Highlight", "Occurrences Highlight").

top204

#132
Unfortunately, I was working on the json file when I updated and it has not made the changes and I cannot update again to check them out!

I am trying to emulate a look like below, when a piece of text is highlighted, as it is with the current IDE and UltraEdit etc...

Highlighted text.jpg

But all I get is a dark blue background and the black text stays the same so it cannot be seen, when I add this piece of code:

"workbench.colorCustomizations": {
    "editor.selectionBackground": "#110deae2",
    "editor.selectionHighlightBackground": "#ffffff",
    "editor.selectionForeground": "#ffffff"
    }

Yasin

It's very similar to the one I use. An example image is in the picture. Dear Les Let me share the json file if you want.





atomix

editor.selectionForeground - It works only for highly contrasting themes.

Yasin

Yes, as atomix said, it happens as Les wants in high contrast themes.


top204

Many thanks Yasin

Can you send me a message and I will give you my email address for the file?

Yasin

Dear Les, I already have your email address registered. I sent it to that address. If you're going to give me a different email address, I'll send it again.

top204

Same email Yasin, and thanks.

atomix

New Release 1.8.1

- The menu items are renamed: "Settings" => "Editor", "Programs" => "Tools".
- Added the menu item "Settings" (go to the page with extension settings).