yabIDE
#6
OK, I got it... I added at 475
OpenProjectDir$ = getprojectdir$()
snd changed
system("open " + globalProjectDir$)
to
system("open " + OpenProjectDir$)

and added this subroutine:

sub getprojectdir$()
local CurrentSelection, CurrentSelection$, i,OpenProjectDir$
CurrentSelection = columnbox get "FileBox"
CurrentSelection$ = columnbox get$ "FileBox", 2, CurrentSelection
for i=1 to COLUMNBOX COUNT "FileBox"
if (GetFileName$(globalAllNames$(i)) = CurrentSelection$) OpenProjectDir$ = GetDirectory$(globalAllNames$(i)):break
next
return OpenProjectDir$
end sub

It seems to work ok.
Reply


Messages In This Thread
yabIDE - by lelldorin - 01-08-2017, 04:11 PM
RE: yabIDE - by bbjimmy - 01-08-2017, 11:02 PM
RE: yabIDE - by bbjimmy - 01-09-2017, 12:49 PM
RE: yabIDE - by lelldorin - 01-11-2017, 01:35 PM
RE: yabIDE - by bbjimmy - 01-12-2017, 11:37 AM
RE: yabIDE - by bbjimmy - 01-12-2017, 03:36 PM
RE: yabIDE - by bbjimmy - 01-13-2017, 11:40 AM
RE: yabIDE - by lelldorin - 01-13-2017, 01:17 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)
Free Web Hosting