Search found 100 matches

by Irwin
Tue Nov 25, 2025 6:13 pm
Forum: Spanish Forum
Topic: ¡Bienvenidos al foro en español de X#!
Replies: 1
Views: 130

¡Bienvenidos al foro en español de X#!

Mi nombre es Irwin, desarrollador de Visual FoxPro desde España con 17 años de experiencia. Durante los últimos tres años he estado usando X# para crear herramientas que ayudan a los desarrolladores FoxPro a modernizar o extender sus aplicaciones—como FoxServer (un servidor HTTP/HTTPS escrito en X ...
by Irwin
Wed Nov 05, 2025 12:48 pm
Forum: Product
Topic: Big thank you,,
Replies: 2
Views: 446

Re: Big thank you,,

Hi Rainer,

Welcome back to X#! It's great to see developers returning to the language after exploring other areas.

Regarding your question about quick-start frameworks similar to Visual Extend or Visual Promatrix from the VFP days, from the X# perspective itself, I'm not aware of any specific ...
by Irwin
Wed Oct 08, 2025 10:39 am
Forum: Product
Topic: XIDE: Add variables to Watch
Replies: 1
Views: 2682

XIDE: Add variables to Watch

Hi Chris,

When you add a variable to Watch, you immediately see its value and type. However, if this variable is contained in an iterator like For, ForEach, etc., then the Watch panel doesn't refresh the variable value in the next iteration.

For example, add loPerson:Age to Watch:


foreach ...
by Irwin
Fri Jun 13, 2025 11:41 am
Forum: Welcome
Topic: Hello X# World
Replies: 1
Views: 24715

Re: Hello X# World

Hi Johannes, welcome to the X# family. We're all eagerly awaiting the new version to start playing with it. ;)

regards.
by Irwin
Fri Jun 13, 2025 7:42 am
Forum: Product
Topic: XIDE: Highlight current file Tab in editor
Replies: 11
Views: 14366

Re: XIDE: Highlight current file Tab in editor

Hi Chris,

May be changing the tab color or font bold, even the caption, you can prepped a "➤ " to easily find the current tab.

thanks.
by Irwin
Thu Jun 12, 2025 5:52 pm
Forum: Product
Topic: XIDE: Highlight current file Tab in editor
Replies: 11
Views: 14366

XIDE: Highlight current file Tab in editor

Hi Chris,

Do you think is possible to highlight the current tab in the editor? It is really helpfull with working with multiple files. Image

thanks.
by Irwin
Fri May 30, 2025 7:43 pm
Forum: Product
Topic: XIDE: Hide project explorer panel
Replies: 3
Views: 8631

Re: XIDE: Hide project explorer panel

Thanks Chris, it works like a charm!
by Irwin
Fri May 02, 2025 2:40 pm
Forum: Product
Topic: XIDE: Hide project explorer panel
Replies: 3
Views: 8631

XIDE: Hide project explorer panel

Hi Chris,

I think it would be nice to have a shortcut to hide the project explorer panel as the F4 (hide bottom pane) does. I find myself growing and shrinking the project panel (see the green rectangle in the image below) every time I need some extra space in the editor. Please put this request in ...
by Irwin
Fri Apr 18, 2025 5:39 pm
Forum: Product
Topic: XIDE: App to run/debug
Replies: 1
Views: 992

XIDE: App to run/debug

Hi Chris,

Please add a "Browse" button to easily find the application to attach in the textbox :D

thanks.

Image
by Irwin
Thu Apr 10, 2025 7:32 am
Forum: Product
Topic: XIDE Plugin System: Delete all BreakPoints
Replies: 2
Views: 1116

Re: XIDE Plugin System: Delete all BreakPoints


Hi Irwin,

Do you mean that you need a method that does all in once? Or one that removes bookmarks, one for Watches and one for Bookmarks, which sounds better to me?

Btw, not sure if you know it, but XIDE itself supports deleting all:

- Bookmarks: In the Bookmarks tool window (View->Bookmarks ...