SF.net SVN: harbour-project:[15077] trunk/harbour

9 views
Skip to first unread message

vouc...@users.sourceforge.net

unread,
Jul 10, 2010, 10:54:11 PM7/10/10
to harbou...@googlegroups.com
Revision: 15077
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=15077&view=rev
Author: vouchcac
Date: 2010-07-11 02:54:10 +0000 (Sun, 11 Jul 2010)

Log Message:
-----------
2010-07-10 19:15 UTC-0800 Pritpal Bedi (bedip...@hotmail.com)
* contrib/hbqt/qth/HBQPlainTextEdit.qth
* contrib/hbqt/qtgui/HBQPlainTextEdit.cpp
* contrib/hbqt/qtgui/THBQPlainTextEdit.prg
+ Added: two more arguments in :hbShowPrototype().

* contrib/hbqt/doc/en/class_hbqplaintextedit.txt
* contrib/hbqt/hbqt_hbqplaintextedit.cpp
* contrib/hbqt/hbqt_hbqplaintextedit.h

* contrib/hbide/ideedit.prg
+ Implemented: vertical display of proto-tip.
Now if number or arguments in a funtion prototype are
more than 1, the tip will be presented as vertical
list. An image to this effect will follow in reply to
this message.

Modified Paths:
--------------
trunk/harbour/ChangeLog
trunk/harbour/contrib/hbide/ideedit.prg
trunk/harbour/contrib/hbqt/doc/en/class_hbqplaintextedit.txt
trunk/harbour/contrib/hbqt/hbqt_hbqplaintextedit.cpp
trunk/harbour/contrib/hbqt/hbqt_hbqplaintextedit.h
trunk/harbour/contrib/hbqt/qtgui/HBQPlainTextEdit.cpp
trunk/harbour/contrib/hbqt/qtgui/THBQPlainTextEdit.prg
trunk/harbour/contrib/hbqt/qth/HBQPlainTextEdit.qth


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

Pritpal Bedi

unread,
Jul 10, 2010, 10:58:35 PM7/10/10
to harbou...@googlegroups.com
Hi

     list. An image to this effect will follow in reply to
     this message.
Here it is.
 
Pritpal Bedi
tip_vertical.png

Massimo Belgrano

unread,
Jul 11, 2010, 5:21:56 PM7/11/10
to harbou...@googlegroups.com

Very compliment
is Possible extend also to internal function , like function trova in follow example?
hbideintelli.jpg

2010/7/11 Pritpal Bedi <bedipr...@gmail.com>



--
Massimo Belgrano


hbideintelli.jpg

Pritpal Bedi

unread,
Jul 11, 2010, 5:37:12 PM7/11/10
to Harbour Developers
Hi

> is Possible extend also to internal function , like function trova in follow
> example?

No, not in this form.
I am not scanning the body of the function to get
PARAMETERS list. To obtain it change your function as

TROVA( CAMPA, other )

Regards
Pritpal Bedi

Massimo Belgrano

unread,
Jul 11, 2010, 6:02:13 PM7/11/10
to harbou...@googlegroups.com
in same case i can't because i need private declaration implicit from parameter istead of local
possible use alternate definition syntax like
trova //( CAMPA, other )

2010/7/11 Pritpal Bedi <bedipr...@gmail.com>



--
Massimo Belgrano


Pritpal Bedi

unread,
Jul 11, 2010, 6:33:49 PM7/11/10
to Harbour Developers
Hi

> in same case i can't because i need private declaration implicit from
> parameter istead of local

Understandable.

> possible use alternate definition syntax like
> trova //( CAMPA, other )

It can be

trova /*$( CAMPA, other )*/

I need a token to identify these are parameters.
Better approach would be to provide a prototypes list as a
text file : TODO soon.

Regards
Pritpal Bedi

Massimo Belgrano

unread,
Jul 11, 2010, 6:45:36 PM7/11/10
to harbou...@googlegroups.com
prototypes list is good also for library


2010/7/12 Pritpal Bedi <bedipr...@gmail.com>


It can be

trova /*$( CAMPA, other )*/

I need a token to identify these are parameters.
Better approach would be to provide a prototypes list as a
text file : TODO soon.

Regards
Pritpal Bedi



--
Massimo Belgrano


Reply all
Reply to author
Forward
0 new messages