SublimeTextXdebug icon indicating copy to clipboard operation
SublimeTextXdebug copied to clipboard

Modify drive_pattern regex to recognize UNC paths (leading "\\").

Open jmm opened this issue 11 years ago • 1 comments

This fixes issue #118 -- do you foresee any unwanted side effects?

I think technically it's unnecessary to include the ^ (and stemming from that the parens) in the regex if you only end up calling match() on it (?), but I left it and added the parens.

There's also a commit here that eliminates some trailing whitespace that was already present.

jmm avatar Nov 14 '14 16:11 jmm

I've merged your fixes into my fork: https://github.com/ryanpcmcquen/SublimeTextXdebugPlus

Which I am attempting to get into Package Control: https://github.com/wbond/package_control_channel/pull/7658

ryanpcmcquen avatar Aug 14 '19 23:08 ryanpcmcquen