- CodeMirror update to 5.65.16
- dependency: module is namespaced, only for PW version 3
- dependancy: PHP 7.1
- CodeMirror update to 5.65.13
- CodeMirror update to 5.62.0
- add config setting to control line wrapping in CodeMirror (suggested by adrian)
- added ability to open editor at specific line number (suggested by adrian)
- fixed bug with InputfieldTextarea where empty lines at the beginning of the file are discarded (reported by adrian)
- removed dotfiles whitelist option (suggested by adrian)
- add option to ignore files with dot as first character, like .gitignore, .editorconfig etc. (suggested by adrian)
- CodeMirror update to 5.32.0
- added codefolding addon for CodeMirror
- minor code cleanup
- support for AdminThemeUikit (add save button to head)
- CodeMirror update to 5.31.0
- prepend a '.' to the backup extension, if needed (suggested by Netcarver)
- prevent notices on file-save if backups enabled (suggested by Netcarver)
- option to backup edited file (suggested by Netcarver)
- control for line endings (Windows, Mac or Linux) (suggested by Netcarver)
- cxtend directory start list with a scan of the templates subfolder (suggested by Netcarver)
- change icon to pencil-square-o (suggested by Netcarver)
- CodeMirror update to 5.30.0
- support for AdminThemeUikit
- CodeMirror update to 5.24.2
- add link to CodeMirror theme demo (suggested by fbg13)
- fix when installing the module would not create a page under setup branch (reported by adrian and fbg13)
- add none as an encoding option
- add more encoding options
- bug fix (reported by tpr)
- display directory path on hover (implemented by tpr)
- enable url change on directory change (implemented by tpr)
- changes under the hood
- bug fix with displaying images (reported by tpr)
- add link to template edit (suggested by tpr)
- add caption to images in modal
- open images (jpg, gif, png, bmp) in modal
- fix to adapt to changes in modal windows
- more CodeMirror language modes (suggested by tpr)
- warning about unsaved changes (suggested by tpr)
- better wording about include/exclude filter (suggested by tpr)
- better visual feedback on Save (suggested by tpr)
- CodeMirror theme selection (suggested by tpr)
- small speed improvement on directory tree generation
- small enhancements and fixes
- CodeMirror update to 5.20.2
- bug fixes
- remove ProcessWire namespace
- editor auto height
- code cleanup
- editing in modal
- support for non ascii filenames
- add changelog, readme, license
- minor fixes
- code cleanup
- initial release