[Gambas-user] gambas3 search/replace global - really inconvenient

Fabien Bodard gambas.fr at ...626...
Mon Jul 5 08:53:57 CEST 2010


Le 30 juin 2010 18:02, Benoît Minisini <gambas at ...1...> a écrit :
>> > I guess what I'm suggesting is that within the same searchbox that pops
>> > up when you search a module, it has an option of 'search globally', and
>> > that then - F3 would just move to the next occurrence in the project,
>> > not just continue going and look for everything.
>>
>> I think that is good idea.
>> Maybe list in browse tab should refresh,
>> if something is changed in code and you click on that list.
>> Otherwise clicking on occurrence doesn't make correct jump to code.
>
> I'm aware of the problem, but didn't find a good fix at the moment.
>
>>
>> Also some files should be able to exclude from global search.
>> Example binary data files.
>>
>> BTW. Double clicking on binary file hangs IDE completely.
>> Way to unf*ck that is to edit .settings in project folder with gedit etc.
>>
>> Jussi
>>
>
> Yes, but how can I detect a "binary" file?

it's simply a file with non printable characters no ?

if the asc( 10) first characters <printable chars> then ...

Mabe a test on utf8 will be necessary as i don't know how asc manage it.

> --
> Benoît Minisini
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>




More information about the User mailing list