On Tue, 2006-01-24 at 22:59 +1100, Neil Hodgson wrote: > rth: > > > I recompiled version 1.67 SciTE and installed the extman.lua extension > > in a .SciTEUser.properties file as discussed in the WIKI. I am running > > Ubuntu "Breezy" with a dual core X2 AMD Athlon64 cpu. I fixed the line > > 266 assigning null error (p = '') > > Which file is this? Sorry - it is line 250, function scite_Files(mask) in extman.lua. Reference was this link:
http://mailman.lyra.org/pipermail/scite-interest/2005-August/006226.html which stated: I think we had this problem before....the basic problem is that path isn't initialized: function scite_Files(mask) local f,path if scite_GetProp('PLAT_GTK') then f = io.popen('ls -1 '..mask) >>> path = '' else mask = string.gsub(mask,'/','\\') .... The '>>>' shows the line that needs to be inserted! steve d. > > > since I have PLAT_GTK. I am receiving > > initial program load aborts (intermittantly). Quickly restarting the > > program yields about 1 in 5 good startups. When it does not abort, the > > ctags operation is working correctly. > > I would guess the most likely cause is using some feature before it > is set up. > > Neil > > _______________________________________________ > Scite-interest mailing list > [email protected] > http://mailman.lyra.org/mailman/listinfo/scite-interest _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
