[Gambas-devel] two minor ++ IDE-Bugs
    Charlie Reinl 
    Karl.Reinl at ...16...
       
    Sun Nov 15 11:46:02 CET 2009
    
    
  
Am Sonntag, den 15.11.2009, 02:40 +0100 schrieb Benoît Minisini:
> > Salut,
> > 
> > two minor ++ IDE-Bugs (seen in gambas2-IDE).
> > 
> > 1. in the IDE, make an Executable (Ctrl+Alt+M) which is a component.
> >    Then load a "normal" project and make an Executable (Ctrl+Alt+M).
> >    The component dialog is still there "Install in the user component
> >    directory"
> > 
> 
> OK, I will fix that in the next commit.
> 
> > 2. gambas2 user-components
> > 
> >    If your project (which is a component) moves, you have to delete
> >    the 4 links concerned, 
> 
> I don't understand the following sentences:
> 
> >    because and bad MakeLink procedure in the IDE.
> > 
> > 'PRIVATE SUB MakeLink_OLD(sSrc AS String, sDst AS String)
> > '  IF NOT Exist(sDst) THEN LINK sSrc TO sDst
> > 'END
> > '
> > 
> 
> Can you explain again?
Salut,
the shown MakeLink out of gambas IDE does not create a link if the
link (file) exists.
Sometimes for testing matters, I make a copy of the project.
Then the <executable>.gambas2  is no more the one who's pointed by the
link (which exists), but the link is not created, because the link
exists.
Attached a test project. 
-- 
Amicalment
Charlie
[OperatingSystem]
OperatingSystem=Linux
KernelRelease=2.6.24-25-generic
DistributionVendor=ubuntu
DistributionRelease="Ubuntu 8.04.3 LTS"
[System]
CPUArchitecture=i686
TotalRam=506932 kB
[Gambas]
Gambas1=gbx-1.0.17
Gambas1Path=/usr/bin/gbx
Gambas2=2.17.0
Gambas2Path=/usr/local/bin/gbx2
Gambas3=2.99.0
Gambas3Path=/usr/local/bin/gbx3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: firstTry-0.0.1.MakeLink.tar.gz
Type: application/x-compressed-tar
Size: 8575 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/devel/attachments/20091115/00485fa2/attachment.bin>
    
    
More information about the Devel
mailing list