julienr / pycharm-cellmode

PyCharm cell mode
Other
26 stars 6 forks source link

Make delimiter customizable #2

Closed blyoa closed 8 years ago

blyoa commented 8 years ago

If the cell delimiter of pycharm-cellmode is customizable, pycharm-cellmode can recognize the following cell delimiters.

This commit add an option in setting page as shown in the following picture and search for user defined regular expression instead of '##' as the cell delimiter.

setting

The default regular expression of delimiter is '^\s##.', so pycharm-cellmode can recognize also '##' as the cell delimiter.

julienr commented 8 years ago

Looks great ! I'll test it and merge it in 2016.

julienr commented 8 years ago

Thanks !