TabularEditor3 icon indicating copy to clipboard operation
TabularEditor3 copied to clipboard

using '@' for file paths in c# scripts does not show in orange text

Open m-kovalsky opened this issue 2 years ago • 0 comments

Description

As an example, the following code should show in orange (like any other text in double quotes) but it shows in black. This is due to the '@'. I can add double \ and remove the '@' and then it will show in orange but using the '@' is cleaner.

string @"C:\Users\username\folder\file.txt";

Tabular Editor 3 Version

3.13.0

Screenshots

image

Steps to Reproduce

write this code in the c# window:

string @"C:\Users\username\folder\file.txt";

Expected behavior

No response

Crash Report

No response

Windows Version

11

m-kovalsky avatar Feb 23 '24 11:02 m-kovalsky