[Gambas-devel] Bug in Search
Ron Onstenk
ronstk at ...124...
Tue Mar 18 09:27:11 CET 2008
On Tuesday 18 March 2008 03:20, Robert Rowe wrote:
> The "Search in Procedure", "Search in File" and "Search in Project"
> don't seem to work correctly. No matter which I select it always
> searches the entire project. I looked at the code but it's a bit beyond
> me for now. Anyone else interested in looking at this?
>
> Robert Rowe
>
Hi,
I did make the basics of the current find tool.
It was designed as a stand allone window in the beginning of gambas.
I was missing the mentioned search features and redisign it with
thosse features and it was based on my experience on the 'Find'
used in UltraEdit32 at that time.
And at that time these functions did work as expected.
By later redisign of the IDE Benoit build it into a edit menubar.
One of the reason was the complete list of all the lines where
a change should occur and on forehand the replace points could
be checked for conflicts durring the replace.
i.e.
txtView="something"
txtViewers="elsewhere"
Replace 'txtView' to 'txtMesg' should not do the second line.
This conflict _was_ visible and by adding a '=' to
Replace 'txtView=' to 'txtMesg=' it could be done correct.
I do not like the missing overview as it is now and use my own old
form I add into the source to get it back before the install phase.
It is however not compatible with the current 2.x.x versions.
To many hooks to insert for upgrading so I use by work need
still the 1.9.50 version.
Attached the old version window it was in the past and the
split editor ala VB with the combobox for objects and events.
Also the SQL editor (old picture) I and manly the coworkers
(social/menthal reintegration project) are using.
Changes runs those people crazy so I must be carefull for them.
Ron
-------------- next part --------------
A non-text attachment was scrubbed...
Name: FFind2.png
Type: image/png
Size: 42170 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/devel/attachments/20080318/83b8ce41/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: editor1.png
Type: image/png
Size: 38226 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/devel/attachments/20080318/83b8ce41/attachment-0001.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: after_OK.png
Type: image/png
Size: 13123 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/devel/attachments/20080318/83b8ce41/attachment-0002.png>
More information about the Devel
mailing list