

FredS
Members-
Content Count
429 -
Joined
-
Last visited
-
Days Won
4
Everything posted by FredS
-
Aren't you freeing the form twice? caFree calls Release, Release posts a CM_Release message and that calls Free..
-
Installing MMX15 slowed down everything, had to manually change prior Delphi versions back to 14.. plus those new images aren't my taste to be polite ๐
-
Why should you care? Aren't you a paying customer? When a bug stops one of your customers does he care how complex that is for you to find? Let's be clear here; I've watched plenty of good developers both find the bugs and supply workarounds which where never implemented.. How nice would that be if your clients had to both find it, explain it in detail and fix it for you?
-
But guaranteed no more than the compiler can understand.. the rest are excuses..
-
That is what the LSP was supposed to solve since Godzilla, No?
-
Do you see the HelpInsight window come up, Including the Summary text? This is the original method with the Remarks section removed using Ctrl+Shift+H:
-
Not the case here, when I first moved the cursor over I got a 'calculating..' followed by 'canceled' or maybe 'removed' then moving the cursor slightly again gives a frozen 'calculating' followed within 2 minutes by a Stack Overflow and a hard crash.
-
First, empty shouldn't be unusual. Second it was a bulleted list not empty.. Filed: RSP-33091
-
I will, however one has to question how that passed through QA ๐
-
I disabled all Experts, and this is reproducible on both Windows 7 and 10.. FYI: The original error is from a larger project and had a bulleted list in the remarks section.. As for clean install; the Win10 is clean the Win7 an upgrade, both 10.4.2 Pro.
-
There are no international characters that should be (ANSI): /// <summary> /// Shift+Ctrl+Alt allows access to Custom.Ini /// </summary> /// <remarks> /// </remarks>
-
Apparently I have a new marketable skill, crashing the LSP server.. This is unbelievable, can someone verify that these steps are reproducible? New VCL Project Add an event handler for 'KeyDown' Paste this DocInsight text Save Hover your cursor over the implementation of 'KeyDown' exception class : EOleException exception message : Stack overflow. thread $f4c: 514f25e9 +89 xmlrtl270.bpl Xml.XMLDoc 2071 +1 TXMLNode.GetIsTextElement >> stack will be calculated soon unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs; type TForm1 = class(TForm) /// <summary> /// Shift+Ctrl+Alt allows access to Custom.Ini /// </summary> /// <remarks> /// </remarks> procedure FormKeyDown(Sender: TObject; var Key: Word; Shift: TShiftState); private { Private declarations } public { Public declarations } end; var Form1: TForm1; implementation {$R *.dfm} procedure TForm1.FormKeyDown(Sender: TObject; var Key: Word; Shift: TShiftState); begin ShowMessage('LSP at its best!'); end; end.
-
That and now outright crashes while the 'calculating..' popup appears to freeze up.
-
An installer overwrote changes I made to a component. During app compile the Error was clearly marked (nice), but after Reverting to my Git version the Error was still there. How does one solve this? Do you have to reload the project again?
-
FYI: Switching configuration back and forth refreshes CodeInsight.
-
THEY try and lull you into a sense of security, then when you deploy.. ๐
-
As I read that its for Linux and Browsing path only:
-
Nope, all my Builds are clean. I figured out there was an issue due to that a couple of years ago and built a 'clean.cmd' that is triggered via 'Build Tools' I have not, because that is exactly what I was trying not to do. Sure seems that making a change then undoing it is the only way to force a Refresh at this point..
-
Sure, that's how the Error shows up because it parses all on opening and coding..
-
Come on, don't be so negative.. it only took from D2006 till now to get here with ErrorInsight..
-
Nothing to do with Git. CodeInsight correctly marked an error I updated the file at fault, the IDE asked if it should reload that file - OK Error still marked Did a Build all Error still marked How to refresh CodeInsight?
-
10.4.2 installer deletes all GetIt packages, but does NOT RE-INSTALL!
FredS replied to David Schwartz's topic in General Help
Just wait until patches are delivered via DOS ๐ -
Continuation of the topic โRAD Studio 10.4 Installation problemsโ
FredS replied to oliwe's topic in General Help
After copying over bds.exe I got as far as attempting to use Build Groups but that failed with: Module not found: dcc32270.dll Once again a copy from an Online install fixed that.. C:\>dir /s dcc32270.dll Volume in drive C is Windows Volume Serial Number is 4437-4848 File Not Found -
10.4.1 wasn't compatible so neither will 10.4.2
-
10.4.1 DCUs are compatible with 10.4.2, else I couldn't have built my projects..