jaPBe 3.13.4 [IDE for PB 4 and PB 5]

All PureFORM, JaPBe, Libs and useful code maintained by gnozal

Moderator: gnozal

gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: jaPBe + PB 4.20 beta 2

Post 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.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
storck
User
User
Posts: 83
Joined: Sat Oct 18, 2003 4:56 pm
Location: Sweden

Post 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
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post 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) ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
storck
User
User
Posts: 83
Joined: Sat Oct 18, 2003 4:56 pm
Location: Sweden

Post 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
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post 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.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Hurga
Enthusiast
Enthusiast
Posts: 148
Joined: Thu Jul 17, 2003 2:53 pm
Contact:

jaPBe Plugin - Delete 2 EOL

Post 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
DoMi
User
User
Posts: 67
Joined: Sat Jan 10, 2004 5:41 pm
Location: France

Custom gadget bug?...

Post 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
DoMi
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: Custom gadget bug?...

Post 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.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

Bug :D

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!
Niffo
Enthusiast
Enthusiast
Posts: 504
Joined: Tue Jan 31, 2006 9:43 am
Location: France

JaPBE running on Wine

Post 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
- ...
Niffo
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Num3 wrote:Bug :D

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.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: JaPBE running on Wine

Post 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.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Niffo
Enthusiast
Enthusiast
Posts: 504
Joined: Tue Jan 31, 2006 9:43 am
Location: France

Post 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 :-|
Niffo
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post 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...
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post 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 :oops: (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.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Post Reply