Re: [Lazarus] Code completion problems with Graph units

2014-09-11 Thread Sven Barth
Am 10.09.2014 22:17 schrieb "Mattias Gaertner" : > > On Wed, 10 Sep 2014 17:36:19 +0200 > Sven Barth wrote: > > >[...] > > > > Lazarus version is 1.2.4 on i386-linux-gtk2 > > > > > > Under Linux 64bit I can use the 'graph' unit and find declaration finds > > > $fpc/packages/graph/src/unix/graph.pp

Re: [Lazarus] Code completion problems with Graph units

2014-09-10 Thread Mattias Gaertner
On Wed, 10 Sep 2014 17:36:19 +0200 Sven Barth wrote: >[...] > > > Lazarus version is 1.2.4 on i386-linux-gtk2 > > > > Under Linux 64bit I can use the 'graph' unit and find declaration finds > > $fpc/packages/graph/src/unix/graph.pp > > Then FD on the {$i graphh.inc} gets me to > > $fpc/packages/g

Re: [Lazarus] Code completion problems with Graph units

2014-09-10 Thread Sven Barth
Am 10.09.2014 11:19 schrieb "Mattias Gaertner" : > > On Tue, 09 Sep 2014 22:17:38 +0200 > Sven Barth wrote: > > > Hello together! > > > > I'm currently working on a project that uses the good old Graph units > > (or PtcGraph to be more precise) and I have the problem that code > > completion is er

Re: [Lazarus] Code completion problems with Graph units

2014-09-10 Thread Mattias Gaertner
On Tue, 09 Sep 2014 22:17:38 +0200 Sven Barth wrote: > Hello together! > > I'm currently working on a project that uses the good old Graph units > (or PtcGraph to be more precise) and I have the problem that code > completion is erratic if (Ptc)Graph is in the uses-clause, because the > IDE c

Re: [Lazarus] Code completion problems with Graph units

2014-09-10 Thread payl
On 10.09.2014 07:52, Sven Barth wrote: Nope... moving the "graph" node up does not change anything *sigh* (Warning: No nice solutions here) Well I would first try if CodeTools are just unable to find inc file, so I would try to move/copy include file so CodeTools can find it. You noted that

Re: [Lazarus] Code completion problems with Graph units

2014-09-09 Thread Sven Barth
On 10.09.2014 07:52, Sven Barth wrote: On 10.09.2014 00:23, Howard Page-Clark wrote: On 09/09/2014 21:17, Sven Barth wrote: Hello together! I'm currently working on a project that uses the good old Graph units (or PtcGraph to be more precise) and I have the problem that code completion is erra

Re: [Lazarus] Code completion problems with Graph units

2014-09-09 Thread Sven Barth
On 10.09.2014 00:23, Howard Page-Clark wrote: On 09/09/2014 21:17, Sven Barth wrote: Hello together! I'm currently working on a project that uses the good old Graph units (or PtcGraph to be more precise) and I have the problem that code completion is erratic if (Ptc)Graph is in the uses-clause,

Re: [Lazarus] Code completion problems with Graph units

2014-09-09 Thread Howard Page-Clark
On 09/09/2014 21:17, Sven Barth wrote: Hello together! I'm currently working on a project that uses the good old Graph units (or PtcGraph to be more precise) and I have the problem that code completion is erratic if (Ptc)Graph is in the uses-clause, because the IDE can not find the graphh.inc in

[Lazarus] Code completion problems with Graph units

2014-09-09 Thread Sven Barth
Hello together! I'm currently working on a project that uses the good old Graph units (or PtcGraph to be more precise) and I have the problem that code completion is erratic if (Ptc)Graph is in the uses-clause, because the IDE can not find the graphh.inc include file which is at the top of all