Search found 255 matches

by leon-ts
Thu Jul 13, 2023 12:00 pm
Forum: Product
Topic: X# slowdown in VS when editing PRG for a long time
Replies: 33
Views: 5283

X# slowdown in VS when editing PRG for a long time

Hi Chris,
Glad to hear that a new version is on the way. I'm looking forward to it.
by leon-ts
Thu Jul 13, 2023 11:10 am
Forum: Product
Topic: X# slowdown in VS when editing PRG for a long time
Replies: 33
Views: 5283

X# slowdown in VS when editing PRG for a long time

<r>Robert,<br/> The dead-hang issue described in point 1 <URL url="https://www.xsharp.eu/kunena-2023-01-26/public-product/3525-x-slowdown-in-vs-when-editing-prg-for-a-long-time?start=18#26723"><s>[url=https://www.xsharp.eu/kunena-2023-01-26/public-product/3525-x-slowdown-in-vs-when-editing-prg-for-a ...
by leon-ts
Thu Jul 13, 2023 11:05 am
Forum: Product
Topic: VS 2022: Find In Files sometimes doesn't find existing text
Replies: 10
Views: 2273

VS 2022: Find In Files sometimes doesn't find existing text

Hi,
Just for reference: after some time, the search error returned even with the "use indexing" option turned off. I had to turn on the "use regular expressions" option again when searching.
by leon-ts
Thu Jul 06, 2023 10:21 am
Forum: Suggestions
Topic: New website
Replies: 33
Views: 8477

New website

Robert,
Two questions about possibilities that I didn't find (had been before):
1. How to edit a sent message?
2. How to highlight a block of program code in the text?
by leon-ts
Wed Jul 05, 2023 12:34 pm
Forum: Product
Topic: X# slowdown in VS when editing PRG for a long time
Replies: 33
Views: 5283

X# slowdown in VS when editing PRG for a long time

<t>Hi,<br/> I mentioned earlier that the "Highlight identifiers" functionality causes problems when closing tabs after editing large PRGs. I disabled this option and have been working without it for the second week now. And I can say that the VS editor "came to life". Other issues that I hadn't ...
by leon-ts
Tue Jun 27, 2023 2:57 pm
Forum: VO & Vulcan
Topic: How does VO do MDI?
Replies: 7
Views: 2682

How does VO do MDI?

<t>Robert,<br/> In VO, this part of the work is implemented as expected for a desktop Win32 application. That is, it is not something invented by VO. It would also be written in C and other languages that don't hide this layer of direct interaction with Win32 functions and windows.Therefore, this is ...
by leon-ts
Tue Jun 27, 2023 2:24 pm
Forum: VO & Vulcan
Topic: How does VO do MDI?
Replies: 7
Views: 2682

How does VO do MDI?

<r><QUOTE author="leon-ts post=26744 userid=1411"><s>[quote="leon-ts post=26744 userid=1411"]</s> When control of the command flow passes to the central dispatcher... <e>[/quote]</e></QUOTE> You can force this moment when you need to by calling the operation that Wolfgang mentioned: <CODE><s>[code ...
by leon-ts
Tue Jun 27, 2023 2:14 pm
Forum: VO & Vulcan
Topic: How does VO do MDI?
Replies: 7
Views: 2682

How does VO do MDI?

<t>Hello Robert,<br/> As Wolfgang correctly explained to you, modeless windows in the UI are not provided by threads, but by transferring control from the central message dispatcher to the target windows. That is, the dispatcher in a loop selects messages from the general queue and calls the window ...
by leon-ts
Mon Jun 26, 2023 5:10 pm
Forum: Product
Topic: X# slowdown in VS when editing PRG for a long time
Replies: 33
Views: 5283

X# slowdown in VS when editing PRG for a long time

<t>Robert,<br/> "Peek definition" I almost never use. I use "GoTo Definition" regularly. And I never use the split editor window at all.<br/> <br/> In the example from which I sent you the log by email, my actions were as follows:<br/> 1. Launched VS 2022.<br/> 2. Opened the solution.<br/> 3. In the ...
by leon-ts
Mon Jun 26, 2023 2:35 pm
Forum: Product
Topic: X# slowdown in VS when editing PRG for a long time
Replies: 33
Views: 5283

X# slowdown in VS when editing PRG for a long time

<r>Robert,<br/> <QUOTE author="robert post=26733 userid=253"><s>[quote="robert post=26733 userid=253"]</s> I doubt that the problem is in the "Read file Info", but most likely in something else that is happening but is not logged. <e>[/quote]</e></QUOTE> I agree with you. I have a feeling that the ...