Hi Chris,
Take a look at this picture https://gcdnb.pbrd.co/images/dy6c4Ow1JT1a.png?o=1
Note my string color is red (Literals in the Color tab) but if you prepend an "e" to escape characters then it changes its color to another one that is not set in the Color preferences of the editor. Where can ...
Search found 110 matches
- Wed Feb 26, 2025 10:38 am
- Forum: Product
- Topic: XIDE: Color in escaped strings
- Replies: 2
- Views: 1077
- Mon Feb 24, 2025 2:07 pm
- Forum: Product
- Topic: XIDE: System.Windows.forms.Padding (forms in lowercase)
- Replies: 1
- Views: 873
XIDE: System.Windows.forms.Padding (forms in lowercase)
Hi Chris,
The form designer code generator is generating this line with "forms" (System.Windows.forms.Padding) instead of "Forms" and that's causes the compiler complains when you check the /cs (Case sensitive type names) in the compiler options.
thanks.
The form designer code generator is generating this line with "forms" (System.Windows.forms.Padding) instead of "Forms" and that's causes the compiler complains when you check the /cs (Case sensitive type names) in the compiler options.
thanks.
- Sat Feb 22, 2025 9:35 am
- Forum: Product
- Topic: XIDE: Conditional compilation symbol
- Replies: 2
- Views: 1153
Re: XIDE: Conditional compilation symbol
Hi Irwin,
For the moment you need to define them as direct compiler parameters like:
/define:MYDEFINE,ANOTHERONE
you can put the above in the App Properties, Compiler page, then either in General Options (all configurations) at the top, or only for the build configuration you want at the bottom ...
- Sat Feb 22, 2025 9:30 am
- Forum: Product
- Topic: Updated runtime for X# 2.22
- Replies: 5
- Views: 1773
Re: Updated runtime for X# 2.22
Sorry guys, I'm stupid. I've downloaded the 2.22.0.1 instead of 2.22.1.0.Chris wrote: Fri Feb 21, 2025 4:48 pm Hi Irwin,
Works fine here as well. When you installed the new runtime, maybe you unchecked the option to install the assemblies in the GAC?
- Fri Feb 21, 2025 3:27 pm
- Forum: Product
- Topic: XIDE: Conditional compilation symbol
- Replies: 2
- Views: 1153
XIDE: Conditional compilation symbol
Hi Chris,
Where can I define my conditional compilation symbols in XIDE?
Where can I define my conditional compilation symbols in XIDE?
- Fri Feb 21, 2025 1:35 pm
- Forum: Product
- Topic: Updated runtime for X# 2.22
- Replies: 5
- Views: 1773
Re: Updated runtime for X# 2.22
Sorry, they are really updated but my fix (open a DBF file without specifying its extension) is not included in that version.robert wrote: Fri Feb 21, 2025 1:27 pm Irwin,
What exactly do you mean when you write "are not getting updated" ?
Robert
- Fri Feb 21, 2025 1:22 pm
- Forum: Product
- Topic: Updated runtime for X# 2.22
- Replies: 5
- Views: 1773
Updated runtime for X# 2.22
Hi Chris and Robert,
Do you remember this issue? https://xsharp.eu/forum/topic/5128 with the new updated runtime installer those dlls (XSharp.Core, XSharp.Rdd, XSharp.RT) are not getting updated with this fix. I had to replace them again with the version Chris compiled for testing.
Thanks.
Do you remember this issue? https://xsharp.eu/forum/topic/5128 with the new updated runtime installer those dlls (XSharp.Core, XSharp.Rdd, XSharp.RT) are not getting updated with this fix. I had to replace them again with the version Chris compiled for testing.
Thanks.
- Fri Feb 21, 2025 1:18 pm
- Forum: Product
- Topic: XIDE PLUGINS: Undock DocumentPad
- Replies: 3
- Views: 1197
Re: XIDE PLUGINS: Undock DocumentPad
First you need to inherit from DocumentPad and then show the panel with _myPanel:Display() in some hooked method like OnAfterIdeShow.Chris wrote: Fri Feb 21, 2025 10:47 am Hi Iriwn,
I don't remember implementing that feature, how do you create and show this window?
- Fri Feb 21, 2025 10:22 am
- Forum: Product
- Topic: XIDE PLUGINS: Undock DocumentPad
- Replies: 3
- Views: 1197
XIDE PLUGINS: Undock DocumentPad
Hi Chris,
I noticed when you undock a DocumentPad based window then it cannot be docked back to the documents panel. You can dock it either to the left, right or bottom but it doen't allow you to dock it back to the document pads where it belongs. Is that the expected behavior?
https://gcdnb.pbrd ...
I noticed when you undock a DocumentPad based window then it cannot be docked back to the documents panel. You can dock it either to the left, right or bottom but it doen't allow you to dock it back to the document pads where it belongs. Is that the expected behavior?
https://gcdnb.pbrd ...
- Thu Feb 20, 2025 10:38 am
- Forum: Product
- Topic: XIDE: Case synchronisation with "Void"
- Replies: 7
- Views: 2066
Re: XIDE: Case synchronisation with "Void"
Thank you Chris! Mistery solved!Chris wrote: Thu Feb 20, 2025 10:24 am Hi Irwin,
Ah, OK, Void is included in this list, because it is indeed also a type (System.Void), defined in the system libraries, and has indeed this casing: https://learn.microsoft.com/en-us/dotne ... work-4.8.1

