Page 3 of 3
Re: Programmers editor with...?
Posted: Wed Aug 03, 2016 11:14 pm
by srvet_claudio
Roberto Lopez wrote:PeteWG wrote:
<...>
In the hope it might be useful for you or anyone interested,
here is the the link.
And if you'll be there, don't miss to take a look at
references, for links of sites with valuable docs.
There is some 'jewels' there, like:
Code: Select all
hb_ADel(<aArray> [, <nPos>, <lAutoSize>])
AutoSize when you deleting array items is like a dream!.
Thanks!... This is wonderful.. maybe this links should be added to HMG reference (Claudio, Rathi... what do you think?).
Very nice!
I will include in the next release.
Re: Programmers editor with...?
Posted: Thu Aug 04, 2016 12:09 am
by Roberto Lopez
srvet_claudio wrote:
Very nice!
I will include in the next release.
Thanks!
Re: Programmers editor with...?
Posted: Thu Aug 04, 2016 6:54 am
by serge_girard
Thank you, Claudio !
Serge
Re: Programmers editor with...?
Posted: Thu Aug 04, 2016 8:40 am
by esgici
Does
TextCrawler may be another solution ?
Viva HMG

Re: Programmers editor with...?
Posted: Thu Aug 04, 2016 9:11 pm
by Roberto Lopez
esgici wrote:Does
TextCrawler may be another solution ?
Viva HMG

I've was looking for a search/replace tool, but a way to search for a string in multiple source files and get the file name and line number where the string is to pass them to notepad++ and edit it.
I've already done using Harbour with the hb_atokens function. As I've said it is extremely fast and a very convenient alternative memoline/mlcount loops.
Re: Programmers editor with...?
Posted: Fri Aug 05, 2016 8:55 am
by esgici
Roberto Lopez wrote:
I've was looking for a search/replace tool, but a way to search for a string in multiple source files and get the file name and line number...
As far as I know Text Crawler is capable to do this.
Regards
Re: Programmers editor with...?
Posted: Sat Aug 06, 2016 3:39 pm
by Roberto Lopez
esgici wrote:Roberto Lopez wrote:
I've was looking for a search/replace tool, but a way to search for a string in multiple source files and get the file name and line number...
As far as I know Text Crawler is capable to do this.
Regards
I'm sorry... I've made a mistake...
Where reads:
've was looking for a search/replace tool
Must be:
I've was not looking for a search/replace tool
Re: Programmers editor with...?
Posted: Sat Aug 06, 2016 3:54 pm
by serge_girard
replace NOT by .NOT. .....
Re: Programmers editor with...?
Posted: Sat Aug 06, 2016 6:17 pm
by esgici
Roberto Lopez wrote:
I'm sorry... I've made a mistake...
Where reads:
've was looking for a search/replace tool
Must be:
I've was not looking for a search/replace tool
OK, no problem Roberto
Regards