Programmers editor with...?

Utilities like DBU, Make, IDE written in HMG/ used to create HMG based applications

Moderator: Rathinagiri

User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: Programmers editor with...?

Post 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.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Programmers editor with...?

Post by Roberto Lopez »

srvet_claudio wrote: Very nice!
I will include in the next release.
Thanks!
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
serge_girard
Posts: 3165
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: Programmers editor with...?

Post by serge_girard »

Thank you, Claudio !

Serge
There's nothing you can do that can't be done...
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: Programmers editor with...?

Post by esgici »

Does TextCrawler may be another solution ?

Viva HMG :D
Viva INTERNATIONAL HMG :D
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Programmers editor with...?

Post by Roberto Lopez »

esgici wrote:Does TextCrawler may be another solution ?

Viva HMG :D
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.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: Programmers editor with...?

Post 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
Viva INTERNATIONAL HMG :D
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Programmers editor with...?

Post 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
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
serge_girard
Posts: 3165
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: Programmers editor with...?

Post by serge_girard »

replace NOT by .NOT. .....
There's nothing you can do that can't be done...
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: Programmers editor with...?

Post 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
Viva INTERNATIONAL HMG :D
Post Reply