I'm now learning devphp. When compiling it I get error with a TSynCompletionProposal component. Delphi says the component doesn't have such a property "InsertList". I tried both stable SynEdit 1.1 from synedit.sourceforge.net and CVS from devphp module and didn't find this property.
If you know which TSynCompletionProposal used when build devphp 2.0.6 please post.
Thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i have used the cvs-version from 07 april 2004. this version and some small changes are downloadable from my cvs -server. i have never seen this error.
which delphi version is used?
Urs Maeder
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-06-08
Delphi 7 used.
I would like to clarify: the TSynCompletionProposal component in Devphp project has lots of properties including "InsertList". When I place TSynCompletionProposal component from Palette (SynEdit compiled and installed from the same CVS repository as Devphp) it has much less properties (InsertList not found). So I guess Devphp uses not native SynEdit, may be modified. Do you what used?
Thank you,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think you should try the cvs-version from the synedit - Homepage. May be it works ?!
i have only changed a small change in the php - SyntaxHighligtning.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-06-11
Hello,
Why some properties not found?
SynEdit has two components called TSynAutoComplete and TSynCompletionProposal.
There are on the main form two components name AutoComplete and CompletionProposal. But indeed AutoComplete is TSynCompletionProposal (not TSynAutoComplete). This caused misunderstanding and its properties not equal to TSynAutoComplete's.
Thank you,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I'm now learning devphp. When compiling it I get error with a TSynCompletionProposal component. Delphi says the component doesn't have such a property "InsertList". I tried both stable SynEdit 1.1 from synedit.sourceforge.net and CVS from devphp module and didn't find this property.
If you know which TSynCompletionProposal used when build devphp 2.0.6 please post.
Thank you
i have used the cvs-version from 07 april 2004. this version and some small changes are downloadable from my cvs -server. i have never seen this error.
which delphi version is used?
Urs Maeder
Delphi 7 used.
I would like to clarify: the TSynCompletionProposal component in Devphp project has lots of properties including "InsertList". When I place TSynCompletionProposal component from Palette (SynEdit compiled and installed from the same CVS repository as Devphp) it has much less properties (InsertList not found). So I guess Devphp uses not native SynEdit, may be modified. Do you what used?
Thank you,
I think you should try the cvs-version from the synedit - Homepage. May be it works ?!
i have only changed a small change in the php - SyntaxHighligtning.
Hello,
Why some properties not found?
SynEdit has two components called TSynAutoComplete and TSynCompletionProposal.
There are on the main form two components name AutoComplete and CompletionProposal. But indeed AutoComplete is TSynCompletionProposal (not TSynAutoComplete). This caused misunderstanding and its properties not equal to TSynAutoComplete's.
Thank you,