Page 8 of 10
Posted: Mon Jun 23, 2008 5:48 pm
by Foz
I don't suppose it would be possible to make all operators (+, -, *, /) and comparisons (<, >, <>, <=, >=, =) formatted, or at least disable the auto formatting for them.
For instance, I currently get:
Code: Select all
If (StarField(i)\X>=-1 And StarField(i)\X<640)
x + ((i-1)*#LetterSpacing)
personally I prefer:
Code: Select all
If (StarField(i)\X >= -1 And StarField(i)\X < 640)
x + ((i - 1) * #LetterSpacing)
Of course this throws up issues with "=", when do you add spaces around it, and of course the "-" which may or may not require a space dependent on if it's being preceeded by a comparison operator.
I don't know if this is possible to implement, but if not, what would be best options for disabling it?
Posted: Mon Jun 23, 2008 6:12 pm
by Foz
One more thing: I've just tried to install it on a new install of PureBasic, but there was a previous version, and it isn't picking up the install location correctly.
Could you add an override location please

Posted: Sat Jul 26, 2008 11:30 am
by Michael Vogel
Hi, will there be anything new in the next time?
Otherwise I'll be able to make a short holiday trip with my new car
Michael
Posted: Mon Aug 04, 2008 4:33 pm
by rw
Hello,
Great tool!
I have the same problem like Foz above.
When i try to install the tool on a new install of Pure Basic, it picks
the install path of a previous an old Pure Basic installation.
Fine if you could fix this one.
rw
Posted: Tue Aug 05, 2008 12:36 am
by inc.
A really good tool!
Could you add the option that assignments via "=" will be on the same horizontal pos on following lines.
like
Code: Select all
Enumeration
#dejehhej = 2
#djduejj = 1
#sjeidjjjdj = 5
#oehdbnbdz = 3
EndEnumeration
will become ...
Code: Select all
Enumeration
#dejehhej = 2
#djduejj = 1
#sjeidjjjdj = 5
#oehdbnbdz = 3
EndEnumeration
maybe thats already on the list and I didn't catch it ...
PureEditorExtension: Installation problems
Posted: Wed Aug 27, 2008 10:55 pm
by somic
Eddy,
I've just downloaded your PureEditorExtension.exe (v 3.

but I've problems installing it.
I get a form report with 5 messages: "ERROR: failed to write file!"
I don't know how too change the PureEditorExtension installation directory that for me is different from the default (c:\program files\purebasic).
Any suggestion?
Many thanks in advance.
Carlo
Posted: Sat Aug 30, 2008 5:22 pm
by thyphoon
I have the same problem
Posted: Thu Sep 04, 2008 9:15 am
by eddy
I'll take a look.
I don't know exactly how PB configuration works.
I used a snippet to code this part. :roll:
For the moment, it uses a windows registry entry.
I can add a path browser to fix this issue.
Posted: Tue Sep 09, 2008 5:57 pm
by wmorton
Hi, I installed it from my desktop to test it out (it's great!) but now when I try to install from another location (tidier), when I load PB it complains it can't find the icons that were on the desktop... can I change the location it is looking for manually? Or is there a way to do a clean uninstall and reinstall of the formatter? Thanks!
Posted: Thu Sep 25, 2008 7:46 am
by Pforzheimer
Hi eddy, you programed the tool i always wanted to do on my own

Keep on working on it!
eddy wrote:I don't know exactly how PB configuration works.
I used a snippet to code this part. :roll:
For the moment, it uses a windows registry entry.
I can add a path browser to fix this issue.
Let's see if i can help you...
Your installer looks for the path in
HKCU\Software\Classes\Applications\PureBasic.exe\shell\open\command
and
HKCR\Applications\PureBasic.exe\shell\open\command
But when they both will be
"NOT FOUND" you must give the user the chance to choose the path.
I don`t know the official registry-positions for the PB-path (aks the developers),
but the two that you check are not always present
(is it possible that your program deletes one or both of them?).
I had the same problem, installing your tool a second time
(first time was okay, but i wanted to move the position on my hardisk)
and so i tried to find the error - succesfull

I deinstalled ALL of PB and reinstalled it, to find the error,
but still couldnt install your tool.
There is another registry-key you could use, this one seems to be always present
HKCR\PureBasic.exe\shell\open\command
But, as i said - better ask the programers...
Greetings from
Pforzheimer
P.S. This was my first post in this forum
----------------------------------
forget about my typos and mistakes 
smart indent eddy
Posted: Fri Oct 03, 2008 2:34 pm
by sospel
Hello !
after having downloaded PureBasic DEMO V4.2, I've also downloaded this morning Pure Editor Extension, V3.8 and placed it in PureBasic directory. But I've same diag. as
somic : "5 messages: "ERROR: failed to write file!" ( I work under Windows XP)

(
So, can you write a little "README" to explain how install it ?
Thanks for answer !
Cordially
SosPel
Posted: Fri Oct 03, 2008 3:27 pm
by Tomi
Hello
How can do remove plugin as full and install again?
Edit:
it solved now
by uninstall and install again of PB

Posted: Tue Oct 07, 2008 12:52 pm
by eddy
I'll post some screenshots if you want to install it manually.
Posted: Tue Oct 21, 2008 2:24 pm
by bembulak
Hi,
great tool! I love it, but the latest download does not work for me!
When I try to install, the pb-programm-directory-path in your tool is empty.
Then the tool crashes.
Any recommendations to fix this? Thanks.
Posted: Fri Oct 24, 2008 8:27 pm
by kawasaki
*Bumping the Installation Error for latest version of Purebasic*