IDE 3.0 TEST XIIg

HMG announcements; Latest HMG-related news, releases, fixes and updates.

Moderator: Rathinagiri

User avatar
sudip
Posts: 1456
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: IDE 3.0 TEST XIIg

Post by sudip »

Hello Master Roberto,

I found that in debugging during compilation, TAB becomes single SPACE, which when corrected shows differently for indenting. For example

Code: Select all

   if empty(mDeptid)
   	msgbox("Please specify department!", thiswindow.title); frmEmp.cboDeptid.setfocus(); return
   endif
becomes

Code: Select all

   if empty(mDeptid)
    msgbox("Please specify department!", thiswindow.title); frmEmp.cboDeptid.setfocus(); return
   endif
It's a very minor different behavior (I don't even want to call it a "problem" at all :) )

With best regards.

Sudip
With best regards,
Sudip
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: IDE 3.0 TEST XIIg

Post by Roberto Lopez »

sudip wrote:Hello Master Roberto,

I found that in debugging during compilation, TAB becomes single SPACE, which when corrected shows differently for indenting. For example
I know. It was reported by Marek already.

I guess that the problem is in TextBox (used on grid edit). It could be hard to modify such default behavior.
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: IDE 3.0 TEST XIIg

Post by esgici »

Hello

Wonderful :o

Thanks a lot Maestro, this release is very impressive :)

My language file attached.

Best regards

--

Esgici
Turkish.rar
Turkish Language file for Release 3.0 Test XIIg
(3.13 KiB) Downloaded 285 times
Viva INTERNATIONAL HMG :D
User avatar
Rathinagiri
Posts: 5481
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: IDE 3.0 TEST XIIg

Post by Rathinagiri »

Sorry to bother again. Had this been taken care of?

http://hmgforum.com/viewtopic.php?p=7053#p7053
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
mol
Posts: 3805
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: IDE 3.0 TEST XIIg

Post by mol »

I'm using notepad++ as my source editor.
Notepad++ often reports changes in source code, even if I don't use built-in into IDE mechanism of editing sources..
Why?

Marek
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: IDE 3.0 TEST XIIg

Post by Roberto Lopez »

mol wrote:I'm using notepad++ as my source editor.
Notepad++ often reports changes in source code, even if I don't use built-in into IDE mechanism of editing sources..
Why?

Marek
There is nothing on IDE that 'touch' the sources excepting error tracking window editor.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Rathinagiri
Posts: 5481
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: IDE 3.0 TEST XIIg

Post by Rathinagiri »

mol wrote:I'm using notepad++ as my source editor.
Notepad++ often reports changes in source code, even if I don't use built-in into IDE mechanism of editing sources..
Why?

Marek
Because Notepad++ and IDE are different applications. IDE opens a copy of the file in the disk and saves it outside the purview of Notepad++. It just can't tell Notepad++, "Hi, change this line content to this one". Therefore, Notepad++ reports the change in the source code outside. Even Crimson also says so. It is ok if we accept to the modified code, I think.

Mean while, ran this far, I expect the editor also in-built with IDE. :)
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
mol
Posts: 3805
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: IDE 3.0 TEST XIIg

Post by mol »

I'm using three applications while programming: IDE, Notepad++, Total Commander (sometimes command line). I think it's good combination to work comfortable.
User avatar
mol
Posts: 3805
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: IDE 3.0 TEST XIIg

Post by mol »

I'm attaching polish language file
Attachments
polish.zip
(3.46 KiB) Downloaded 266 times
User avatar
mol
Posts: 3805
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: IDE 3.0 TEST XIIg

Post by mol »

I've reached error working with IDE 3.0 XII g

Code: Select all

------------------------------------
Date:12/18/09 Time: 10:37:44
Error BASE/1449 Syntax error: &
Called from _DEFINEMENUITEM(182) 
Called from MAIN(9) 

------------------------------------
Date:2009.12.19 Time: 12:45:14
Error BASE/1003 Variable does not exist: RESULT
Called from EVENTEDIT(42741) 
Called from (b)MAIN(902) 
Called from _DOCONTROLEVENTPROCEDURE(4749) 
Called from EVENTS(1735) 
Called from _DOMESSAGELOOP(0) 
Called from _ACTIVATEWINDOW(4437) 
Called from DOMETHOD(7262) 
Called from _OPEN(25021) 
Called from EDITFILE(29007) 
Called from (b)MAIN(753) 
Called from _DOCONTROLEVENTPROCEDURE(4749) 
Called from EVENTS(1567) 
Called from _DOMESSAGELOOP(0) 
Called from _ACTIVATEWINDOW(4391) 
Called from MAIN(923) 

------------------------------------
PS. I've edited form manually and leaved duplicate buttons names...


Marek
Post Reply