Page 1 of 1

[IDE 5.10b7] Save Setting to: Don't save anything works not

Posted: Fri Feb 08, 2013 9:16 pm
by IceSoft
I seems the 'Save Setting to:' "Don't save anything" works not correct.
IDE saves always lines like this example:

Code: Select all

; IDE Options = PureBasic 5.10 Beta 7 (Windows - x86)
; CursorPosition = 8
; CursorColumn = 23

Re: [IDE 5.10b7] Save Setting to: Don't save anything works

Posted: Mon Feb 11, 2013 1:06 pm
by IceSoft
Maybe me fisrt entry here was a little bit unclear:

It is not the original source file which has this information on it:
It is the PB_EditorOutput.pb.
It should also not have some info about IDE etc...

Re: [IDE 5.10b7] Save Setting to: Don't save anything works

Posted: Mon Feb 11, 2013 8:54 pm
by freak
This is on purpose, so tools can read the information.

Re: [IDE 5.10b7] Save Setting to: Don't save anything works

Posted: Tue Feb 12, 2013 2:15 pm
by IceSoft
freak wrote:This is on purpose, so tools can read the information.
Ok. But which tool should do that?
Behavior like the settings for the 'original' source is more understandable as it is at the moment.