It is currently Sat May 18, 2013 1:12 pm

All times are UTC + 1 hour




Post new topic Reply to topic  [ 1514 posts ]  Go to page Previous  1 ... 92, 93, 94, 95, 96, 97, 98 ... 101  Next
Author Message
 Post subject: Re: jaPBe 3.11.6 [IDE for PB 4.xx]
PostPosted: Mon Jun 13, 2011 5:45 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Jul 09, 2003 11:33 am
Posts: 283
Location: France
Another bug :

in option, in "project" tab
i check option "request user mode on Vista"
i press OK
close jaPBe
launch jaPBe
look in option and "request user mode on Vista" is not checked.

I think you don't save this value in preferences.

Thanks

_________________
LSI


Top
 Profile  
 
 Post subject: Re: jaPBe 3.11.6 [IDE for PB 4.xx]
PostPosted: Wed Jun 15, 2011 9:41 am 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
Le Soldat Inconnu wrote:
Another bug :
...
I think you don't save this value in preferences.

Should be fixed in build 856

_________________
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).


Top
 Profile  
 
 Post subject: Re: jaPBe 3.11.6 [IDE for PB 4.xx]
PostPosted: Thu Jun 16, 2011 7:50 pm 
Offline
Addict
Addict
User avatar

Joined: Mon Jul 25, 2005 3:51 pm
Posts: 2393
Location: Utah, USA
jaPBe provides a menu option for 'Compiler/Purifier' and a shortcut key to use it. However it can only be activated with the shortcut key and not by selecting the menu option.

Here is a short 2 line code that contains an obvious problem that can be used to demonstrate this:
Code:
a = AllocateMemory(1)
PokeS(a, "bbbbbbbbbbbbb")


The purifier only activates when pressing Shift+F6 and not from the menu option.

_________________
Image


Top
 Profile  
 
 Post subject: Re: jaPBe 3.11.6 [IDE for PB 4.xx]
PostPosted: Fri Jun 17, 2011 10:12 am 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
Demivec wrote:
jaPBe provides a menu option for 'Compiler/Purifier' and a shortcut key to use it. However it can only be activated with the shortcut key and not by selecting the menu option.

Should be fixed in build 857.

_________________
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).


Top
 Profile  
 
 Post subject: Re: jaPBe 3.11.6 [IDE for PB 4.xx]
PostPosted: Sun Jun 19, 2011 11:57 am 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Sun Jun 01, 2003 10:55 pm
Posts: 211
Location: Austria, Vienna
Feature :wink: : Sometimes the search function ignore "exclude comments" option, especialy in folded parts which are unfolded for first time after loading, by the search function itself. On second rerun anything works fine.
Another Feature I found is that search does not expand foldings if the found string is in the first line (and so protected from changing).

_________________
Current project: Retro-X (available from my homepage), BorIDE, BMP2SCR EXP Plus
My PC: Bulldozer FX 6100 3.3 GHz, 8 GB DDR3 1600 RAM, Radeon 5750 1 GB GDDR5, Win7 x64 (My other PC with Athlon X2 4850e died recently)


Top
 Profile  
 
 Post subject: Re: jaPBe 3.11.6 [IDE for PB 4.xx]
PostPosted: Thu Jun 23, 2011 12:05 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Apr 30, 2003 8:15 am
Posts: 710
Location: Germany
Click on button "Select Source" (top right corner):

Quote:
Fatal error !

An attemped read or write to/from an address to which that process isn't allowed
Address: 0
Line: 28366
Module : C:\PureBasic394\Program\jaPBeForPB400\CUT.jaPBe.pb
ErrorNumber : -1073741819

I will try to save the sourcecode.


Another problem is that jaPBe after every code change, reloads all panel items like "proc", "book", etc.
This results in longer codes to significant delays.
Maybe you can restrict the update to only necessary things? Or is it possible to prevent (disable/enable)
the update by pressing a specified key...

_________________
"Daddy, I'll run faster, then it is not so far..."


Top
 Profile  
 
 Post subject: Re: jaPBe 3.11.6 [IDE for PB 4.xx]
PostPosted: Sat Jun 25, 2011 12:29 pm 
Offline
Enthusiast
Enthusiast

Joined: Sun Apr 06, 2008 12:54 pm
Posts: 217
Location: Brisbane, Qld, Australia
Don't know if this is possible, or if I'm missing something and the feature's already available, but one thing I miss from using VB6 is the ability to find/replace within the current procedure - much easier than having to select all the lines in the procedure and then 'replace in selection'. Also, in VB6 I could navigate through procedures using Ctrl/UpArrow and Ctrl/DownArrow. Very handy. Any chance of implementing these features in jaPBe?

_________________
Mike


Top
 Profile  
 
 Post subject: Line spacing & speed
PostPosted: Wed Jun 29, 2011 11:33 pm 
Offline
Enthusiast
Enthusiast

Joined: Tue Nov 09, 2010 10:15 pm
Posts: 791
I'm trying out jaPBe again, so I have a couple questions...

I have both the PB IDE and jaPBe set to Courier, 10 point. However, when I set the window heights to match, the PB IDE fits 75 lines but jaPBe only fits 61. Is there a Line Spacing setting so the lines have less space between them?

Secondly, if I page-down through my 6k-line file in the PB IDE, it takes about one second to make it. However, with japbe, it can take 10, up to 30 seconds or more. It is especially slow the first time, and after that randomly stops scrolling here and there. Am I missing a setting? I've got a "modern" low-power laptop with dual core (not Atom) and 4GB RAM. Can I speed up the IDE?

Thanks.


Top
 Profile  
 
 Post subject: Re: Line spacing & speed
PostPosted: Mon Jul 04, 2011 4:36 pm 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
Tenaja wrote:
I have both the PB IDE and jaPBe set to Courier, 10 point. However, when I set the window heights to match, the PB IDE fits 75 lines but jaPBe only fits 61. Is there a Line Spacing setting so the lines have less space between them?
There isn't, sorry.
Tenaja wrote:
Secondly, if I page-down through my 6k-line file in the PB IDE, it takes about one second to make it. However, with japbe, it can take 10, up to 30 seconds or more. It is especially slow the first time, and after that randomly stops scrolling here and there. Am I missing a setting? I've got a "modern" low-power laptop with dual core (not Atom) and 4GB RAM. Can I speed up the IDE?
JaPBe scans the whole file the first time it loads.
I have no problems myself with a 1.71 Mb source file.
Try deactivating some syntax coloring options.

_________________
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).


Top
 Profile  
 
 Post subject: Re: jaPBe 3.11.6 [IDE for PB 4.xx]
PostPosted: Tue Jul 05, 2011 7:13 pm 
Offline
Enthusiast
Enthusiast

Joined: Tue Apr 04, 2006 6:27 am
Posts: 308
I like the check to make sure the compiler is 32bit :) Shame though, I was hoping for a nice editor for 64bit compiler. No plans, right?


Top
 Profile  
 
 Post subject: Re: jaPBe 3.11.6 [IDE for PB 4.xx]
PostPosted: Wed Jul 06, 2011 9:37 am 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
X wrote:
I like the check to make sure the compiler is 32bit :) Shame though, I was hoping for a nice editor for 64bit compiler. No plans, right?
Nope.
However, the source code is available ...

_________________
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).


Top
 Profile  
 
 Post subject: Re: jaPBe 3.11.8 [IDE for PB 4.xx]
PostPosted: Thu Aug 11, 2011 12:59 pm 
Offline
New User
New User
User avatar

Joined: Thu Aug 11, 2011 12:41 pm
Posts: 2
Location: Cologne, Germany
Hi PB-friends, i need your help:

I have two probs with " joystick.pbi "...

1. in structure joy_old_status there are 2x axisz.l declared (I commented one; right?)

2. i get the error "joy_status_() is not declared." (asm off) or the error "can't use an asm keyword for an affectation." (asm on) in procedure examine_joy(JoyID). (...and yes, i restarted the compiler ;-)

I'm using jaPBe V3 (3.11.6.856 - G P I/gnozal) - PB4.51 (original version) at Win7HomePremium64bit, but in this case PB 32bit version.

Thanks for help! :)

_________________
PureBasic 4.51 (original version) / JaPBe V3 (3.11.8.856 - G P I/gnozal) / Win7 Home Premium 64bit
Image


Top
 Profile  
 
 Post subject: Re: jaPBe 3.11.8 [IDE for PB 4.xx]
PostPosted: Thu Aug 11, 2011 1:27 pm 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
DirkJes wrote:
1. in structure joy_old_status there are 2x axisz.l declared (I commented one; right?)
2. i get the error "joy_status_() is not declared." (asm off) or the error "can't use an asm keyword for an affectation." (asm on) in procedure examine_joy(JoyID). (...and yes, i restarted the compiler ;-)
Hi DirkJes,
I made some changes in 'joystick.pbi' and updated the jaPBe package.
However, I am not the author of the include (from 2004?) and I have no joystick, so I do not know if it will run as intended.
At least there is no compiler error anymore...

_________________
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).


Top
 Profile  
 
 Post subject: Re: jaPBe 3.11.8 [IDE for PB 4.xx]
PostPosted: Thu Aug 11, 2011 1:42 pm 
Offline
New User
New User
User avatar

Joined: Thu Aug 11, 2011 12:41 pm
Posts: 2
Location: Cologne, Germany
It works. Great. Thanks. :D

_________________
PureBasic 4.51 (original version) / JaPBe V3 (3.11.8.856 - G P I/gnozal) / Win7 Home Premium 64bit
Image


Top
 Profile  
 
 Post subject: Re: jaPBe 3.11.8 [IDE for PB 4.xx]
PostPosted: Mon Aug 22, 2011 4:45 am 
Offline
Enthusiast
Enthusiast

Joined: Sun Apr 06, 2008 12:54 pm
Posts: 217
Location: Brisbane, Qld, Australia
Whenever I install a new version of jaPBe I lose my indentation preferences and have to restore Syntax\jaPBe_Indentation.pref from my backup drive. Can you change the instaler so that the file is only created if needed, thereby preserving any existing changes to the indentation preferences?

_________________
Mike


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1514 posts ]  Go to page Previous  1 ... 92, 93, 94, 95, 96, 97, 98 ... 101  Next

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  

 


Powered by phpBB © 2008 phpBB Group
subSilver+ theme by Canver Software, sponsor Sanal Modifiye