It is currently Sat May 25, 2013 10:34 pm

All times are UTC + 1 hour




Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: [Done] The Procedure Help line comment not shown
PostPosted: Fri Feb 15, 2013 1:38 pm 
Offline
Enthusiast
Enthusiast

Joined: Tue Oct 09, 2007 2:15 am
Posts: 237
Hi.

If I made a comment like
Code:
ProcedureDll MyProc(var) ; This is my proc

It's not displayed in IDE-Statusbar anymore...
Only
Code:
MyProc(var)

after "tailbiting" it.

Is this a tailbite issue or IDE issue ?

_________________
English is not my native language...
ImageImageImage


Top
 Profile  
 
 Post subject: Re: The Procedure Help line comment not shown
PostPosted: Sat Feb 16, 2013 12:29 pm 
Offline
Addict
Addict

Joined: Sat Apr 10, 2004 1:20 pm
Posts: 1069
Location: Germany
Hello Bisonte,

its a compiler issue in PB5.10.

@Fred : can this be reenabled with a Compiler Switch ?

PB5.00 code :
Code:
;
; CompilerIf Defined(PurePDF_Include,#PB_Constant)
;#######################
;# TailBite / DLL-code #
;#######################
; ProcedureDLL.l pdf_AcceptPageBreak() ;Accept automatic page break or not
macro MP330{
_Procedure330:
  PS330=4
  CALL  _SYS_CheckStringBuffer@0                                                                                                                                                                                                                   
; ProcedureReturn ipdf_AcceptPageBreak()
  CALL  _Procedure228
  JMP   _EndProcedure331
; EndProcedure
  XOR    eax,eax
_EndProcedure331:
  RET
}
;
; ProcedureDLL.l pdf_Addlink() ;Creates a new internal link and returns its identifier.


PB5.10 code :
Code:
;
; CompilerIf Defined(PurePDF_Include,#PB_Constant)
;
;
;
; ProcedureDLL.l pdf_AcceptPageBreak()
macro MP330{
_Procedure330:
  PS330=4
  CALL  _SYS_CheckStringBuffer@0                                                                                                                                                                                                                   
; ProcedureReturn ipdf_AcceptPageBreak()
  CALL  _Procedure228
  JMP   _EndProcedure331
; EndProcedure
  XOR    eax,eax
_EndProcedure331:
  RET
}
;
; ProcedureDLL.l pdf_Addlink()

_________________
http://www.PureBasicPower.de


Top
 Profile  
 
 Post subject: Re: The Procedure Help line comment not shown
PostPosted: Mon Feb 18, 2013 1:55 pm 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
I have uploaded a quick and dirty fix : http://gnozal.ucoz.com/Tailbite_PB510.rar (compile with PB < 5.10)

Tailbite is searching for the 'Quick help' in the PB source file... works on a few examples.

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


Top
 Profile  
 
 Post subject: Re: The Procedure Help line comment not shown
PostPosted: Mon Feb 18, 2013 3:38 pm 
Offline
Enthusiast
Enthusiast

Joined: Tue Oct 09, 2007 2:15 am
Posts: 237
thx I will check it out...

Edit:
Thanks. That works.

_________________
English is not my native language...
ImageImageImage


Top
 Profile  
 
 Post subject: Re: The Procedure Help line comment not shown
PostPosted: Wed Mar 06, 2013 6:19 pm 
Offline
Addict
Addict

Joined: Sat Apr 10, 2004 1:20 pm
Posts: 1069
Location: Germany
Thanks gnozal, i fixed that issue too.

Please have a look at the sources, its a bit different than yours :P

http://www.tailbite.com/downloads/TailBiteV1.4.9.zip

BR Klaus

_________________
http://www.PureBasicPower.de


Top
 Profile  
 
 Post subject: Re: [Done] The Procedure Help line comment not shown
PostPosted: Mon Mar 11, 2013 10:57 am 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
Many thanks, Klaus.

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


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 1 guest


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