Some more info on my own mail, which I mistakenly only send to Ondrej:
Op 13-06-17 om 23:50 schreef Joost van der Sluis:
Op 13-06-17 om 23:22 schreef Ondrej Pokorny:
Joost reported in the Lazarus mailing list today that CodeTools
probably miss the FPC define due to an unknown reason and therefo
On 13.06.2017 23:05, Joost van der Sluis via Lazarus wrote:
Any clue why 'fpc' is not defined according to the codetools?
I have no idea :( I'll ping Mattias directly. I am quite sure he'll know
what to look for from your information :)
Ondrej
--
_
Op 13-06-17 om 19:08 schreef Joost van der Sluis via Lazarus:
On 06/13/2017 04:07 PM, Ondrej Pokorny via Lazarus wrote:
### TCodeToolManager.HandleException: [20170421195425] "expected :, but
AResult found" at Line=111 Col=43 in
"/home/CNOC/joost/svn/fpc-trunk/packages/rtl-objpas/src/inc/vari
On 06/13/2017 04:07 PM, Ondrej Pokorny via Lazarus wrote:
On 13.06.2017 16:03, Joost van der Sluis via Lazarus wrote:
Now when I add Variants to the uses, nothing works anymore. (Try
identifier-completion in VarIsError -> move cursor to VarIs ->
ctrl-space)
Same happens when you add contnrs to t
On 13.06.2017 16:03, Joost van der Sluis via Lazarus wrote:
Now when I add Variants to the uses, nothing works anymore. (Try
identifier-completion in VarIsError -> move cursor to VarIs ->
ctrl-space)
Same happens when you add contnrs to the uses-section.
Do you also have that problem?
Works
On 06/13/2017 03:40 PM, Ondrej Pokorny via Lazarus wrote:
On 13.06.2017 15:21, Joost van der Sluis via Lazarus wrote:
Am I the only one who has problems with the codetools? Seems like it
can not handle out-parameters in functions anymore.
What CT function is not working in particular?
I teste
On 13.06.2017 15:21, Joost van der Sluis via Lazarus wrote:
Am I the only one who has problems with the codetools? Seems like it
can not handle out-parameters in functions anymore.
What CT function is not working in particular?
I tested with:
program CTTest1;
uses
SysUtils, Classes;
funct
Hi all,
Am I the only one who has problems with the codetools? Seems like it can
not handle out-parameters in functions anymore.
like this: (variants.pp)
function VarIsError(const V: Variant; out AResult: HRESULT): Boolean;
But there are many others in the RTL and FCL.
Or is it a local issu