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.
The default regular expression of delimiter is '^\s##.', so pycharm-cellmode can recognize also '##' as the cell delimiter.
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.
The default regular expression of delimiter is '^\s##.', so pycharm-cellmode can recognize also '##' as the cell delimiter.