Page 61 of 104
Re: jaPBe + PB 4.20 beta 2
Posted: Fri Feb 22, 2008 8:47 am
by gnozal
storck wrote:I have tried to use jaBPe with PB 4.20 beta 2. It complains about not being able to load the compiler. Does this make any sense?
1. Is the Purebasic path correct (check in preferences) ?
2. Does it work with the official IDE ?
Known issues :
- PB 4.20 beta 2 has some MS VC++ 2005 dependencies (is the runtime installed on your PC ?)
- PB 4.20 beta 2 does not run on NT4.
Posted: Fri Feb 22, 2008 10:23 am
by storck
I am running windows xp. The VC++ 2005 runtime is installed. The path is ok. Beta 2 works with the official IDE. jaPBe works with 4.10. It is just that when I add the Beta 2 jaPBe won't load the compiler.
I will keep using 4.10 or maybe just the official IDE. Just wanted to find out if it is my system that's the mess or if it was a known issue.
/ Storck
Posted: Fri Feb 22, 2008 10:47 am
by gnozal
storck wrote:Just wanted to find out ... if it was a known issue.
Not that I know of.
Could you post the exact error message (if any) ?
Posted: Sat Feb 23, 2008 7:10 pm
by storck
Sorry, my fault.
I though my 4.20 beta 2 worked with the PB IDE, but I must have used 4.10. The compiler won't load using the PB 4.20 beta 2 IDE either. Nothing wrong with jaPBe. Since people are using 4.20 beta 2 it must be something I messed up.
Regards,
Storck
Posted: Mon Feb 25, 2008 11:41 am
by gnozal
Update
Changes :
- added 'Use real tabs' option in preferences (based on RX14 code from french forum) ; if checked, jaPBe will use real tabs [Chr(9)] instead of spaces.
jaPBe Plugin - Delete 2 EOL
Posted: Fri Feb 29, 2008 11:27 am
by Hurga
Hi together
Im not sure if it is allowed to post here (exept gnozal and beriko)
If it is so, please move this entry.
Ok, I made a small plugin for jaPBe (and maybe for the IDE, too. Have not testet it)
It deletes in a selection from a given character till the end of the line.
How to "install"

Put the plugin in the plugin-folder
How to use
1. Make a selection in jaBPe
2. start the plugin
3. input the char from whicht the deletion should start
4. Klick the OK-Button
Code: Select all
Structure
a.l ; a test
b.l ; another test
c.l ; the next one
d.l ; oooh - just one more
EndStructure
will become (used ";" as char)
Code: Select all
Structure
a.l
b.l
c.l
d.l
EndStructure
Maybe it is useful for somebody.
Download
http://www.stdojedmahr.de/Upload/Del2EOL.zip
Custom gadget bug?...
Posted: Sat Mar 01, 2008 8:12 pm
by DoMi
Adding and using scintilla example in "custom gadget" tab of Pureform,
double-quotation marks (") are allways changed to single quotes (')
when entering text in the custom gadget properties
Even \" doesn't works
Any suggestion?
Thanks in advance
Re: Custom gadget bug?...
Posted: Mon Mar 03, 2008 9:00 am
by gnozal
DoMi wrote:Adding and using scintilla example in "custom gadget" tab of Pureform, double-quotation marks (") are allways changed to single quotes (') when entering text in the custom gadget properties
Oops, you are right ...
I will fix it in the next PureFORM release.
Posted: Tue Mar 11, 2008 8:50 pm
by Num3
Bug
Open Project Options, then select XP Skin Support and after that select Request Admin or user Mode on Vista....
The Check boxes are grouped all 3 of them!
JaPBE running on Wine
Posted: Wed Mar 12, 2008 10:35 am
by Niffo
Hi,
Is there any chance for JaBPE to work under Wine ? Do you know what causes problem ? (while Scite or PB Ide works)
See
http://www.purebasic.fr/english/viewtop ... japbe+wine
Since about 6 month, i only work under Linux, but it is impossible for me to switch to Official PB IDE. Too many function like theese are missing :
- Indent/Unindent a single line with shift-tab (like in VS, VB, Scite, jaPBE ...)
- Procedures sortable by name
- File list management (project) : The major one !
- Jump to a procedure definition : Very important too
- Case of known words is not respected
- After compiling : Current path != Main file path
- ...
Posted: Wed Mar 12, 2008 11:47 am
by gnozal
Num3 wrote:Bug
Open Project Options, then select XP Skin Support and after that select Request Admin or user Mode on Vista....
The Check boxes are grouped all 3 of them!
For your information :
Code: Select all
Option enabled Manifest used (download jaPBe sources)
-----------------------------------------------------------
XPSkin XP_Themes.manifest
Request Admin Vista_RequireAdministrator.manifest
Request User Vista_RequireUser.manifest
These options are mutually exclusive, as you can't use 2 manifests.
If I am wrong, please correct me.
Re: JaPBE running on Wine
Posted: Wed Mar 12, 2008 11:49 am
by gnozal
Niffo wrote:Hi,
Is there any chance for JaBPE to work under Wine ? Do you know what causes problem ? (while Scite or PB Ide works)
I am very sorry, but I don't use Linux.
Posted: Wed Mar 12, 2008 12:13 pm
by Niffo
Ok, thank you for your answer.
As the sources are public, i will try to find some time to isolate the problem by myself

Posted: Wed Mar 12, 2008 12:35 pm
by Num3
Hmmm... Gonna test this at home with vista, but AFAIK if i select any of the vista options, they don't apply skins on vista...
Posted: Wed Mar 12, 2008 1:09 pm
by gnozal
Num3 wrote:Hmmm... Gonna test this at home with vista, but AFAIK if i select any of the vista options, they don't apply skins on vista...
Sorry, you are right

(I don't have Vista, and I don't use skins on XP)
I just read some M$ stuff and will try to fix this in the next release.
Thanks.