comp.lang.ada
 help / color / mirror / Atom feed
* GPS And Access Editor Question
@ 2015-01-11  4:13 Hubert
  0 siblings, 0 replies; only message in thread
From: Hubert @ 2015-01-11  4:13 UTC (permalink / raw)


Hi all,

I realize that the GPS editor seems to be unable to recognize access 
type variables and then provide me with the elements of the record the 
access is based on.
For instance if I have:

TYPE X IS RECORD
  A : Integer;
END RECORD;
TYPE X_Access IS ACCESS X;

and then have a variable
V : X_Access;

and when I enter in the editor:

V.

the editor does not proved completion suggestions. It should present me 
with "A" here, which it does if V were a record variable but not with 
Access types.
Is this simply a missing feature or is there a way to get this working? 
Perhaps a plugin?


Thanks


---
This email has been checked for viruses by Avast antivirus software.
http://www.avast.com


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-01-11  4:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-11  4:13 GPS And Access Editor Question Hubert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox