Page 2 of 4
Re: IDE 3.0 TEST XIIg
Posted: Fri Dec 18, 2009 2:50 pm
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
Re: IDE 3.0 TEST XIIg
Posted: Fri Dec 18, 2009 4:39 pm
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.
Re: IDE 3.0 TEST XIIg
Posted: Fri Dec 18, 2009 5:33 pm
by esgici
Hello
Wonderful
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 284 times
Re: IDE 3.0 TEST XIIg
Posted: Fri Dec 18, 2009 5:45 pm
by Rathinagiri
Sorry to bother again. Had this been taken care of?
http://hmgforum.com/viewtopic.php?p=7053#p7053
Re: IDE 3.0 TEST XIIg
Posted: Fri Dec 18, 2009 11:58 pm
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
Re: IDE 3.0 TEST XIIg
Posted: Sat Dec 19, 2009 12:46 am
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.
Re: IDE 3.0 TEST XIIg
Posted: Sat Dec 19, 2009 3:58 am
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.

Re: IDE 3.0 TEST XIIg
Posted: Sat Dec 19, 2009 11:25 am
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.
Re: IDE 3.0 TEST XIIg
Posted: Sat Dec 19, 2009 11:31 am
by mol
I'm attaching polish language file
Re: IDE 3.0 TEST XIIg
Posted: Sat Dec 19, 2009 11:46 am
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