jaPBe 3.13.4 [IDE for PB 4 and PB 5]
Moderator: gnozal
@gnozal
first thanks for this big update and the stuff with the error handler!!!!!
Now i have one more wish if it is posible to add it into jaPBe.
Can you add a functions so that if i click with the right mouse button over a procedure name or a variable name or stuf like that, it shows in the context menu a item like "go to declaration"?
In Visual Studio you have this to and it is a very nice and easy short way to go to a procedure or so and change this. So i dont must scroll or select the right source file tab.
I hope you know what i mean.
Thanks,
Nico
first thanks for this big update and the stuff with the error handler!!!!!
Now i have one more wish if it is posible to add it into jaPBe.
Can you add a functions so that if i click with the right mouse button over a procedure name or a variable name or stuf like that, it shows in the context menu a item like "go to declaration"?
In Visual Studio you have this to and it is a very nice and easy short way to go to a procedure or so and change this. So i dont must scroll or select the right source file tab.
I hope you know what i mean.
Thanks,
Nico
my live space
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Goto procedure declaration : CTRL + DOUBLE CLICK on procedure [F4 to go back]nicolaus wrote:Can you add a functions so that if i click with the right mouse button over a procedure name or a variable name or stuf like that, it shows in the context menu a item like "go to declaration"?
Variable : try F1 with carret on variable.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
It's not necessary to select the keyword (I never used it this way) ; having the carret on the keyword while pressing F1 is enough.klaver wrote:When I selected a PB command (GadgetID(), SetGadgetFont() etc.) and pressed F1 for help, the manual was opened with the selected function's description.
Should work again in build 805.klaver wrote:Was removing this feature necessary? Do I have to downgrade to 3.8.8 for this?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
- NoahPhense
- Addict
- Posts: 1999
- Joined: Thu Oct 16, 2003 8:30 pm
- Location: North Florida
Color Scheme
What color scheme is used in the DEBUG window? I don't seem to find it in the list of schemes.
- np
- np
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: Color Scheme
I assume you are referring to the external debugger when started from jaPBe ?NoahPhense wrote:What color scheme is used in the DEBUG window? I don't seem to find it in the list of schemes.
The (external) debugger colors are defined in Purebasic.prefs (PB IDE prefs). In jaPBe, you may use the 'Copy colors to PB IDE' button in Preferences -> Style/Editor.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
- NoahPhense
- Addict
- Posts: 1999
- Joined: Thu Oct 16, 2003 8:30 pm
- Location: North Florida
Re: Color Scheme
Thanks.
Yeah, I'm getting old, damn..
- np
Yeah, I'm getting old, damn..
- np
- captain_skank
- Enthusiast
- Posts: 639
- Joined: Fri Oct 06, 2006 3:57 pm
- Location: England
Re: jaPBe 3.9.9 [IDE for PB 4.xx]
Got to say - this app is just great and a real godsend.
I've got a whole heap of screens to do and this is cutting the development time considerably so thumbs up to you.
A couple of things that I think would be usefull are :
Being able to clone diffrent gadgets or groups of gadgets e.g : a text gadget and a string gadget.
layers would be dead handy - I have gagdets that are only become visible in place of other gadgets so the layout screen gets a bit busy.
Cheers
I've got a whole heap of screens to do and this is cutting the development time considerably so thumbs up to you.

A couple of things that I think would be usefull are :
Being able to clone diffrent gadgets or groups of gadgets e.g : a text gadget and a string gadget.
layers would be dead handy - I have gagdets that are only become visible in place of other gadgets so the layout screen gets a bit busy.
Cheers
Re: jaPBe 3.9.9 [IDE for PB 4.xx]
With the latest version of jaPBe, if I used Unicode-UTF-8 (65001) in project Option\Code page. I have a syntax error line : 1. To test it a sample source like:
line 1>
line 2> end
If I changed in Unicode-UTF-7 (65001) It's Ok, and with Unicode-UTF-8 (65001) I have the syntax error line 1.
Could you confirm this trouble?
line 1>
line 2> end
If I changed in Unicode-UTF-7 (65001) It's Ok, and with Unicode-UTF-8 (65001) I have the syntax error line 1.
Could you confirm this trouble?
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: jaPBe 3.9.9 [IDE for PB 4.xx]
Confirmed.JJ wrote:With the latest version of jaPBe, if I used Unicode-UTF-8 (65001) in project Option\Code page. I have a syntax error line : 1.
It's because of the BOM header in UTF-8 mode. jaPBe is inserting code before it. I didn't think of that when I changed jaPBe to report the correct file with OnError.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: jaPBe 3.9.9 [IDE for PB 4.xx]
Update (build 806)
Changes :
- JJ's UTF-8 issue should be fixed
Changes :
- JJ's UTF-8 issue should be fixed
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Re: jaPBe 3.9.9 [IDE for PB 4.xx]
Thanks Gnozal,
(build 806) works fine.
(build 806) works fine.
Re: jaPBe 3.9.9 [IDE for PB 4.xx]
Latest version of Spanish Translation.
Get Spanish File here.
Get Spanish File here.
[:: PB Registered ::]
Win10 Intel core i5-3330 8GB RAM Nvidia GTX 1050Ti
Win10 Intel core i5-3330 8GB RAM Nvidia GTX 1050Ti
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: jaPBe 3.9.9 [IDE for PB 4.xx]
Thanks !Saboteur wrote:Latest version of Spanish Translation.
Get Spanish File here.
I have updated the jaPBe installer.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Re: jaPBe 3.9.10 [IDE for PB 4.xx]
I found a bug with 'Book' tab in jaPBe.
Here's how to recreate it:
Here's how to recreate it:
- - create a new file
- enter the following code- Select all of the codeCode: Select all
Procedure test() EndProcedure
- Press Ctrl + C to copy selected code
- Press Ctrl + V to paste
- Press Ctrl + Z to undo, then press Ctrl + Y to redo
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: jaPBe 3.9.10 [IDE for PB 4.xx]
Yes, it's the same if you write manually 'Procedure Test()' twice. The 'Procedure' keyword adds a bookmark. jaPBe does not check for duplicate bookmark names (it does for procedure names : there are not duplicates in the 'Proc' list).Demivec wrote:Each time the last step is performed there will be a new entry under the 'Book' tab for procedure test() and there won't be any way to remove them without closing the file and reopening it.
If you delete the 2nd 'Procedure Test()', jaPBe will remove the duplicated bookmark. This doesn't happen with CTRL+Z as it simply calls Scintilla's undo function SCI_Undo(), and I don't get a SCN_MODIFIED notification in the callback after the undo despite #SC_MOD_PERFORMED_UNDO flag being set with SCI_SetModEventMask().