Search found 32 matches
- Mon Mar 02, 2026 2:31 pm
- Forum: Product
- Topic: XIDE Dark Mode?
- Replies: 11
- Views: 895
Re: XIDE Dark Mode?
The Help > About XIDE item shows version 2.24, Build June 2025.
- Fri Feb 27, 2026 4:19 pm
- Forum: Product
- Topic: XIDE Dark Mode?
- Replies: 11
- Views: 895
Re: XIDE Dark Mode?
The menu items don't seem to appear anywhere in my XIDE menu. I tried 32-bit and 64-bit versions.
I put the DLL files and the .json file into the Plugins directory, so I have:
PS C:\Bin\XIDE24\Plugins> dir
Directory: C:\Bin\XIDE24\Plugins
Mode LastWriteTime Length Name ...
I put the DLL files and the .json file into the Plugins directory, so I have:
PS C:\Bin\XIDE24\Plugins> dir
Directory: C:\Bin\XIDE24\Plugins
Mode LastWriteTime Length Name ...
- Mon Feb 23, 2026 6:54 pm
- Forum: Product
- Topic: XIDE Dark Mode?
- Replies: 11
- Views: 895
Re: XIDE Dark Mode?
I was never able to get the wxThemes plugin to work unfortunately.
@Chris: Would it be possible for XIDE to use the code editor's background color for the search results panel? Currently if I set my colors to any kind of light-on-dark setup, it renders bright colors on a white background in the ...
@Chris: Would it be possible for XIDE to use the code editor's background color for the search results panel? Currently if I set my colors to any kind of light-on-dark setup, it renders bright colors on a white background in the ...
- Fri Jan 30, 2026 6:30 pm
- Forum: Product
- Topic: x# on Mac and Linux
- Replies: 6
- Views: 578
Re: x# on Mac and Linux
I'm also very interested in this!
As to GUIs for XSharp on linux, there is a .Net package for Dear ImGui: https://www.nuget.org/packages/ImGui.NET/
I wonder how difficult this would be to use in XSharp on Linux. It is a very nice-looking GUI toolkit, the core C library has many examples: https ...
As to GUIs for XSharp on linux, there is a .Net package for Dear ImGui: https://www.nuget.org/packages/ImGui.NET/
I wonder how difficult this would be to use in XSharp on Linux. It is a very nice-looking GUI toolkit, the core C library has many examples: https ...
- Fri Jan 23, 2026 3:28 pm
- Forum: Product
- Topic: Event handler changes not in GIT
- Replies: 10
- Views: 776
Re: Event handler changes not in GIT
Hi Hansjörg,
If you are unable to use hosted git solutions such as github.com, or find them difficult to use, I would suggest looking into Fossil SCM. It is much simpler, and all you need to do to host it is run "fossil server" on a machine that all developers have access to (perhaps via Tailscale ...
If you are unable to use hosted git solutions such as github.com, or find them difficult to use, I would suggest looking into Fossil SCM. It is much simpler, and all you need to do to host it is run "fossil server" on a machine that all developers have access to (perhaps via Tailscale ...
- Thu Jan 22, 2026 7:29 pm
- Forum: Product
- Topic: Event handler changes not in GIT
- Replies: 10
- Views: 776
Re: Event handler changes not in GIT
It sounds like you may be modifying the code generated by the designer? If so, the reason your changes are reverting is not due to git, but is because the designer regenerates that generated code any time you touch the form's design. If this is the case, you will need to do one of these things:
1 ...
1 ...
- Sun Jan 18, 2026 3:07 pm
- Forum: Product
- Topic: Macro code in preprocessor?
- Replies: 1
- Views: 237
Macro code in preprocessor?
I'd like to setup some sort of mechanism so that every time a build is done of my XSharp code a small piece of code runs to calculate the number of weeks and days since the project started, to update a build number automatically. I build the command line compiler and via XIDE as well.
I looked ...
I looked ...
- Sun Jan 18, 2026 3:05 pm
- Forum: Product
- Topic: Syntax highlighting control
- Replies: 10
- Views: 1141
Re: Syntax highlighting control
I'd very much like to support development of XSharp. Personal funds are a bit limited at the moment, and purchasing through work is very complex. I will look into both and see what might be possible.
- Sat Jan 10, 2026 5:42 pm
- Forum: Product
- Topic: Syntax highlighting control
- Replies: 10
- Views: 1141
Re: Syntax highlighting control
Yeah, that would be perfect. All my windows in this application are popups like this already so this would fit in well with the overall workflow I have so far. Really appreciate it!
- Thu Jan 08, 2026 4:44 pm
- Forum: Product
- Topic: Translating C# to X#
- Replies: 10
- Views: 1771
Re: Translating C# to X#
This is likely not relevant to this specific issue, but I wanted to add in case someone else finds this and encounters the same problem that I did:
One thing to point out for "Point" is that there is a built-in POINT type in XSharp. For this reason, I've had to use System.Drawing.Point{x,y} instead ...
One thing to point out for "Point" is that there is a built-in POINT type in XSharp. For this reason, I've had to use System.Drawing.Point{x,y} instead ...

