Not confirmedMichael Vogel wrote:I pressed the following keys (no spaces) after creating a new source:eddy wrote:I can't reproduce this bug ???
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
PB IDE plugin : smart indent, remove spaces, autocompletions
-
SofT MANiAC
- Enthusiast

- Posts: 142
- Joined: Mon Sep 17, 2007 10:28 am
- Location: P.O.P
- Contact:
POiNT.OF.PRESENCE group
-
SofT MANiAC
- Enthusiast

- Posts: 142
- Joined: Mon Sep 17, 2007 10:28 am
- Location: P.O.P
- Contact:
doesn't work with negative numbers: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 EndIfformatted code
[/code]Code: Select all
If TEST(1, 2, 3)=4 x=x+1/2 : START() ;// result EndIf
Code: Select all
min_box_x= -10POiNT.OF.PRESENCE group
Perhaps a bug from IDE : http://www.purebasic.fr/english/viewtopic.php?t=32548<enter><alt><backspace>
win10 x64 5.72 | IDE | PB plugin | Tools | Sprite | JSON | visual tool- Michael Vogel
- Addict

- Posts: 2820
- Joined: Thu Feb 09, 2006 11:27 pm
- Contact:
When pressing the final <alt+backspace> combination, I'll get:eddy wrote:Perhaps a bug from IDE : http://www.purebasic.fr/english/viewtopic.php?t=32548<enter><alt><backspace>
-----------------------------
PureEditorExtensionError
459676 : -1
-----------------------------
[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.
- ADDED : indent and autocomplete Compiler directives
- ADDED : define spacing rules
-----------------------------
PureEditorExtensionError
459676 : -1
-----------------------------
Last edited by eddy on Sun May 25, 2008 9:28 pm, edited 2 times in total.
win10 x64 5.72 | IDE | PB plugin | Tools | Sprite | JSON | visual tool-
SofT MANiAC
- Enthusiast

- Posts: 142
- Joined: Mon Sep 17, 2007 10:28 am
- Location: P.O.P
- Contact:
- Michael Vogel
- Addict

- Posts: 2820
- Joined: Thu Feb 09, 2006 11:27 pm
- Contact:
Now I get the error box: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
-----------------------------
-----------------------------
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?
Code: Select all
"An attempted read or write to/from..." message
...maybe it depends on the windows (or OS language) type
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
win10 x64 5.72 | IDE | PB plugin | Tools | Sprite | JSON | visual tool- Michael Vogel
- Addict

- Posts: 2820
- Joined: Thu Feb 09, 2006 11:27 pm
- Contact:
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
[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
win10 x64 5.72 | IDE | PB plugin | Tools | Sprite | JSON | visual tool-
SofT MANiAC
- Enthusiast

- Posts: 142
- Joined: Mon Sep 17, 2007 10:28 am
- Location: P.O.P
- Contact:
- Michael Vogel
- Addict

- Posts: 2820
- Joined: Thu Feb 09, 2006 11:27 pm
- Contact:
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...
---------------------------------------------------
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...