Page 6 of 10
Posted: Tue May 20, 2008 7:50 am
by SofT MANiAC
Michael Vogel wrote:eddy wrote:I can't reproduce this bug ???
I pressed the following keys (no spaces) after creating a new source:
a <enter> a <anter> a <enter> <up> <up> <end> <enter> <alt-backspace>
That's it!
But it has only problems, if you have all options
but Format word-spacing on !
Michael
Not confirmed

Posted: Tue May 20, 2008 7:54 am
by SofT MANiAC
eddy wrote:[version v3.3]
ADDED : format word-spacing
FIXED : ProcedureC indent
Code: Select all
If TEST( 1,2,3 ) = 4
x =x+ 1/2:START () ;// result
EndIf

formatted code
Code: Select all
If TEST(1, 2, 3)=4
x=x+1/2 : START() ;// result
EndIf
[/code]
doesn't work with negative numbers:
Posted: Sun May 25, 2008 3:55 pm
by eddy
Posted: Sun May 25, 2008 8:33 pm
by Michael Vogel
When pressing the final <alt+backspace> combination, I'll get:
-----------------------------
PureEditorExtensionError
459676 : -1
-----------------------------
Posted: Sun May 25, 2008 9:21 pm
by eddy
[released v3.4]
- ADDED : indent and autocomplete Compiler directives
- ADDED : define spacing rules

I enabled PB debugger line, perhaps it will return a correct line number this time.
-----------------------------
PureEditorExtensionError
459676 : -1
-----------------------------
Posted: Sun May 25, 2008 9:27 pm
by SofT MANiAC
I love U

Posted: Sun May 25, 2008 9:53 pm
by eddy
I reuploaded something wrong in my previous file.
Posted: Mon May 26, 2008 8:24 am
by hallodri
Good tool. Can you add "ImportC" ?
Posted: Mon May 26, 2008 10:28 am
by eddy
hallodri wrote:Good tool. Can you add "ImportC" ?
yes
Posted: Mon May 26, 2008 1:00 pm
by Michael Vogel
eddy wrote:[released v3.4]
- ADDED : indent and autocomplete Compiler directives
- ADDED : define spacing rules

I enabled PB debugger line, perhaps it will return a correct line number this time.
-----------------------------
PureEditorExtensionError
459676 : -1
-----------------------------
Now I get the error box:
-----------------------------
PureEditorExtensionError
0 :
1361
-----------------------------
And then endless (until I kill the PureExtension process):
-----------------------------
PureEditorExtensionError
0 :
123
-----------------------------
After that I get the "An attempted read or write to/from..." message
Hmm... maybe it was just by accident, but with the new 3.4 version this happens also when the word spacing function is disabled...
If this can't reproduced on some machines, maybe it depends on the windows (or OS language) type?
Posted: Mon May 26, 2008 1:33 pm
by eddy
Code: Select all
"An attempted read or write to/from..." message
...maybe it depends on the windows (or OS language) type
I saw the same message but the bug was not related to any tool.

test to do :
1- Disable (uncheck) all plugin entries in your external tool configuration panel
2- Restart your IDE and try to reproduce your bug.
3- If you see the same message, it means this bug is from IDE :
http://www.purebasic.fr/english/viewtopic.php?t=32548
Posted: Mon May 26, 2008 8:51 pm
by Michael Vogel
No kidding, when the trigger option of the tool configuration for the PureEditorExtension has been set to "Editor Startup" (and so the tool is disabled after the start) I'll get no error, when I set this option to "Editor Startup" and restart the Purbasic IDE the crash is back again

Posted: Tue May 27, 2008 12:24 am
by eddy
I improved the debugger, I'll hope it will be usefull.
[released v3.5]
- ADDED : source formatting rules ( for manual and automatic formatting)
- CHANGED : option 'format whole source' controls the automatic formatting (has no effect on manual formatting)
- UPDATED : debugger returns dll error and error description
Posted: Tue May 27, 2008 6:35 am
by SofT MANiAC
Good work

Posted: Tue May 27, 2008 10:36 am
by Michael Vogel
With version 3.5 the following happens: Starting the PureBasic-IDE and pressing Alt-Backspace:
---------------------------------------------------
PureEditorExtensionDLL Error
An attempted read or write...
ErrorLine=1378
---------------------------------------------------
And endless...
---------------------------------------------------
PureEditorExtensionDLL Error
An attempted read or write...
ErrorLine=131
---------------------------------------------------
When using the "Stop"-button in the PureExtension Configuration dialog, there is no error...