jaPBe 3.13.4 [IDE for PB 4 and PB 5]

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

Moderator: gnozal

Neil
Enthusiast
Enthusiast
Posts: 198
Joined: Wed Feb 29, 2012 8:04 am
Location: Melbourne, AUS

Autocomplete with enter

Post by Neil »

Hi,

Is it possible to configure jaPBe to Autocomplete with "Enter" instead of "tab"

Thanks,

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

Re: Autocomplete with enter

Post by gnozal »

Neil wrote:Is it possible to configure jaPBe to Autocomplete with "Enter" instead of "tab"
No, it isn't, sorry.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Neil
Enthusiast
Enthusiast
Posts: 198
Joined: Wed Feb 29, 2012 8:04 am
Location: Melbourne, AUS

Re: jaPBe 3.12.2 [IDE for PB 4.xx]

Post by Neil »

Ok thanks

I assume you are aware that it is possible in PB's IDE, and this is why I asked if in jaPBe

Another query:

What do you think of adding an icon to "save all files" ?

This is in a text editor I use and is very handy.

Thanks,

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

Re: jaPBe 3.12.2 [IDE for PB 4.xx]

Post by gnozal »

Neil wrote:I assume you are aware that it is possible in PB's IDE, and this is why I asked if in jaPBe
No, I only use jaPBe.
Neil wrote:What do you think of adding an icon to "save all files" ?
This is in a text editor I use and is very handy.
Imho it may also be dangerous (accidentally overwriting files) if you use the wrong shortcut / icon.

However, if you really need those features, the source is available at my homepage.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Neil
Enthusiast
Enthusiast
Posts: 198
Joined: Wed Feb 29, 2012 8:04 am
Location: Melbourne, AUS

Re: jaPBe 3.12.2 [IDE for PB 4.xx]

Post by Neil »

Hi gnozal

Thanks for replies

1. Yes I only use jaPBe - It's just that I have thought about requesting this feature and then I happened to notice someone ask on the forum if it was available in PB IDE.


2. ok I will have a look at source. I asked because you do have it as an option in the file menu "Save all".
Another options - Is it possible for the user to add keyboard shortcuts to menu options ??

Thanks,

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

Re: jaPBe 3.12.2 [IDE for PB 4.xx]

Post by gnozal »

Neil wrote:Another options - Is it possible for the user to add keyboard shortcuts to menu options ??
No, you may only add custom shortcuts to tools.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
le_magn
Enthusiast
Enthusiast
Posts: 133
Joined: Wed Aug 24, 2005 12:11 pm
Location: Italia
Contact:

Re: jaPBe 3.12.2 [IDE for PB 4.xx]

Post by le_magn »

Hi Gnozal, i'm new in jaPBe, is great alternative to pb ide, but i not find a usefull option for me, in pb ide - compiler option - constant i'm able to enable #PB_Editor_CompileCount, #PB_EditorBuildCount for automatic tracking the version or build number, is possible to add this to japbe?
Thank you :)
Image
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: jaPBe 3.12.2 [IDE for PB 4.xx]

Post by gnozal »

le_magn wrote:Hi Gnozal, i'm new in jaPBe, is great alternative to pb ide, but i not find a usefull option for me, in pb ide - compiler option - constant i'm able to enable #PB_Editor_CompileCount, #PB_EditorBuildCount for automatic tracking the version or build number, is possible to add this to japbe?
In jaPBe it's called #jaPBe_ExecuteBuild.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
le_magn
Enthusiast
Enthusiast
Posts: 133
Joined: Wed Aug 24, 2005 12:11 pm
Location: Italia
Contact:

Re: jaPBe 3.12.2 [IDE for PB 4.xx]

Post by le_magn »

gnozal wrote: In jaPBe it's called #jaPBe_ExecuteBuild.
Thank you Gnozal :oops:
Image
le_magn
Enthusiast
Enthusiast
Posts: 133
Joined: Wed Aug 24, 2005 12:11 pm
Location: Italia
Contact:

Re: jaPBe 3.12.2 [IDE for PB 4.xx]

Post by le_magn »

Hi, is normal if i type "str" the result is not str( but is strdup_( ?
Another question is possible with japbe to set breackpoint like "F9" on pb ide?
Is possible to add in main preference "create temp exe in source dir" to set it default for all project, without select it for every new project? thank you :)
Image
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: jaPBe 3.12.2 [IDE for PB 4.xx]

Post by gnozal »

le_magn wrote:Hi, is normal if i type "str" the result is not str( but is strdup_( ?
It doesn't happen here.
Maybe you have to change some settings, like :
- Load Purebasic API functions in 'Definitions' tab
- Autocompletion in 'Editor 2' tab
le_magn wrote:Another question is possible with japbe to set breackpoint like "F9" on pb ide?
As jaPBe uses the external debugger, this was not implemented.
It may be possible since PB4.5x (?), as the external debugger now accepts a command file.
Have a look at function CompileRun() in 'Compiler.pbi'.
le_magn wrote:Is possible to add in main preference "create temp exe in source dir" to set it default for all project, without select it for every new project? thank you :)
It is possible...
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Le Soldat Inconnu
Enthusiast
Enthusiast
Posts: 306
Joined: Wed Jul 09, 2003 11:33 am
Location: France

Re: jaPBe 3.12.2 [IDE for PB 4.xx]

Post by Le Soldat Inconnu »

Hi

why jaPBe don't set current directory correctly, it's set temp directory, i need directory of my *.pb file.

I try to set directory in compiler option, no effect.

Thanks to look at this

++

(I use program with compiler option : ThreadSafe, XP, Unicode, User on vista)
LSI
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: jaPBe 3.12.2 [IDE for PB 4.xx]

Post by gnozal »

Le Soldat Inconnu wrote:... i need directory of my *.pb file.
What about #jaPBe_SourcePath (compiled EXE) or %PATH (for a tool) ?

Another possibility (plugins) : jaPBe_GetjaPBeExeName() -> jaPBe.Pref -> DefaultDirectory
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Le Soldat Inconnu
Enthusiast
Enthusiast
Posts: 306
Joined: Wed Jul 09, 2003 11:33 am
Location: France

Re: jaPBe 3.12.2 [IDE for PB 4.xx]

Post by Le Soldat Inconnu »

not for tool :), for compiled program :)

En français pour être clair.
Mon programme compilé n'a pas le bon dossier d'exécution. il me met en CurrentDirrectory le dossier temp, au lieu du dossier du fichier *.pb
C'est assez pénible je trouve. Est-ce du au option de compilation, je ne sais pas.
J'ai un peu tous tripoté, y compris mis un dossier de travail dans les options de compilation, mais rien ne se passe, j'ai toujours en dossier de travail le dossier temp.
LSI
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: jaPBe 3.12.2 [IDE for PB 4.xx]

Post by gnozal »

Le Soldat Inconnu wrote:Mon programme compilé n'a pas le bon dossier d'exécution. il me met en CurrentDirrectory le dossier temp, au lieu du dossier du fichier *.pb
Are you looking for the executable path ? In this case, you have to use ProgramFilename() instead of GetCurrentDirectory().
[french]Ce que je n'ai pas compris, c'est quel répertoire tu recherches ? Le répertoire d'exécution ? Dans ce cas, il ne faut pas utiliser GetCurrentDirectory() mais ProgramFilename().[/french]
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Post Reply