Sublime Forum

SublimeCodeIntel + Windows + Linux Remote Repo

#1

I’d like to use the SublimeCodeIntel plugin but I can’t seem to get the settings working correctly. ST2 is installed on a Win7x64 machine that has a Samba mounted network drive as Z:/ . Here is my /Packages/SublimeCodeIntel/.codeintel/config:

{ "Perl": { "perlExtraPaths": "/C/Program Files/Perl/bin/perl.exe", "/Z/myrepo" ] } }

And the logs C:/Users/nick/.codeintel/codeintel.log :

[code]Starting logging SublimeCodeIntel rev GIT-unknown (1327030516) on Wed Feb 22 10:45:12 2012
==========================================================================================Starting logging SublimeCodeIntel rev GIT-unknown (1327030516) on Wed Feb 22 10:45:12 2012

  • Info: Invalid language: Plain text. Available: JavaScript, Mason, XBL, XUL, RHTML, SCSS, Python, HTML, Ruby, Python3, XML, XSLT, Django, HTML5, Perl, CSS, Less, Smarty, Node.js, Tcl, TemplateToolkit, PHP
  • Info: processing `Perl’: please wait…
    Updating indexes for ‘Perl’… The first time this can take a while.
    Doing CodeIntel for ‘Perl’ (hold on)…
  • Info: Doing CodeIntel for ‘Perl’ (hold on)…
    evaluating ‘FUNCTION’ at MODULE.pm: could not resolve ‘FUNCTION’
  • Warning: evaluating ‘FUNCTION’ at MODULE.pm: could not resolve 'FUNCTION’codeintel:evaluating ‘FUNCTION’ at MODULE.pm: could not resolve ‘FUNCTION’[/code]

Has anyone been able to get this plugin working under Windows?

0 Likes