- Posts: 118
- Thank you received: 8
Question CT LAB ver 5.80
- universe
-
- Offline
- Junior Member
-
Same thing in CT 5.7, search dialogue doesn't work the radio buttons always in default stateBram van Vliet wrote: Hello,
The IDE search and replace dialog at the moment appears to default the "Search scope" setting to "Global" instead of "Selected text". Don't know if its a feature or a bug but it bit me more than once replacing a lot more than intended...
I just upgraded to the lab version from 04-04-2016 and my OS is Mint 17.3 Cinnamon x64.
Thanks for all the great work!
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
have fun

PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- universe
-
- Offline
- Junior Member
-
- Posts: 118
- Thank you received: 8

Please Log in or Create an account to join the conversation.
- zeljko
- Offline
- Junior Member
-
my web: www.zeljus.com
Pandroid: github.com/zeljkoc/pandroid
PandroidPackage: github.com/zeljkoc/PandroidPackage
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
we start the “release cycle” NO ETA yet.
We finish Windows-Linux-Solaris-MacOS tests
and now we test FreeBSD hosts
I hope 3-4 days

PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
changes at first post
Please, test, report and have fun...
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Alex
- Offline
- New Member
-
- Posts: 2
- Thank you received: 0
program Project1;
{$mode delphi}
type
TRec = record
procedure Proc<T>;
end;
procedure TRec.Proc<T>;
begin
end;
begin
end.
F9- compile success
press any where the ctrl + space for code completion and get the error:
Project1.lpr(7,22) Error: expected:, but found T
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
we will try to fix this ( if it's a bug )
but
why don't write
type
TRec = record
procedure Proc<T>;
end;
implementation
procedure TRec.Proc<T>;
begin
end;
or
type
TRec = class
procedure Proc<T>;
end;
implementation
procedure TRec.Proc<T>;
begin
end;
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Alex
- Offline
- New Member
-
- Posts: 2
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
in Object Pascal, Records don't have procedures with Generics
in Object Pascal Structure must have
unit foo;
interface
.....
implementation
.....
end.
in Scripters with 'like' Object Pascal Language, you can write anything you want...

PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Klaus Riesterer
- Visitor
-
Create new project and safe all files with same name - should be possible but results in an error.
e.g. should get mswitch.lpi, mswitch.lpr, mswitch.lfm, mswitch.pas, mswitch.res, mswitch.lps
Or is this not possible?
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
you must give to program main form file, deferent name from main program file name.
Look at codeOcean, we give program main form names like foomw (foo main window), foomf (foo main form) etc
It's native Object Pascal
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Ismet Sonmez
-
- Offline
- New Member
-
- Posts: 4
- Thank you received: 0
Best Regards
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- zeljko
- Offline
- Junior Member
-
Path:
github.com/SAmeis/pascalio
my web: www.zeljus.com
Pandroid: github.com/zeljkoc/pandroid
PandroidPackage: github.com/zeljkoc/PandroidPackage
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
we will try
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Carlos Alberto Périco
-
- Offline
- New Member
-
- Posts: 8
- Thank you received: 0
[ERROR] Can NOT get server list file
Attachments:
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
try again
Work OK for us here
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- zbyna
- Offline
- Junior Member
-
- Posts: 33
- Thank you received: 2
Please Log in or Create an account to join the conversation.
- usbdoo
- Visitor
-
Debian 8.5
arm-linux-Raspbian2
everything looks ok
Thanks.
Please Log in or Create an account to join the conversation.