martomo / SublimeTextXdebug

Xdebug debugger client for Sublime Text
MIT License
564 stars 89 forks source link

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

Open jmm opened 9 years ago

jmm commented 9 years ago

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.

ryanpcmcquen commented 5 years ago

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