=== Synchi === Contributors: mdjekic Tags: admin, development, syntax, code License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html Requires at least: 2.7 Tested up to: 3.3.2 Stable tag: 3.2 Synchi empowers you with syntax highlighting and usefull IDE features within WP plugin editor, themes editor and article HTML editor. == Description == Synchi empowers you with syntax highlighting and usefull IDE features within WP plugin editor, themes editor and article HTML editor.. Plugin is based on CodeMirror library (info and licence are available at http://www.codemirror.net). = New in version 3 = Activate the very convenient full screen editing by using Synchi controls in the right bottom corner of the editor. You can also jump to a certain line of code and easily navigate to those errors that pop out and you have to search for the faulty line of code... Now you can enjoy syntax highlight in HTML article editor without conflict with TinyMCE. Full screen is enabled also. Enjoy! = Features = * syntax highlight in articles editor (full screen editing also) * syntax highlight in themes editor * syntax highlight in plugins editor * editor themes for comfortable coding experience * full screen editing for themes and plugins editor = IDE feature = * line numbers * line wrapping * brackets matching * jump to line * search code (with regex search) * search & replace code (with regex search) The code is well documented and understandable. Please refer all questions or requests for improvements to: mdjekic@gmail.com = Future features = Here is a small list of features to expect in future updates: * code auto-completion * using syntax highlight in posts (code examples) == Installation == Before you begin, please make sure jQuery is included (should be WP default). If you are by chance using Internet Explorer 6, please do not install this plugin, even better - stop using Internet. = Installation steps = 1. Upload 'synchi' to the '/wp-content/plugins/' directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Go to Settings -> Synchi to open the settings 1. Customize your code editing experience 1. That's it. Enjoy code editing! == Screenshots == 1. Synchi powered by Codemirror editing PHP code (xq-dark theme, line numbers) 2. Synchi powered by Codemirror editing JavaScript code (default theme, line numbers) 3. Synchi powered by Codemirror editing CSS code (eclipse theme) == Changelog == = 3.2 = * Added search and search/replace feature * Added font size setting = 3.1 = * Added code auto-formating and indenting * Added keyboard shortcuts for new features = 3.0 = * Added syntax highlight in article editor * Added line numbers option in editor * Added brackets matching option in editor * Added line wrapping option in editor * Added undo,redo,jump to line controlls * Added fullscreen editing for themes and plugins = 2.2 = * Resolved a small issue when initializing syntax highlight in themes = 2.1 = * Added syntax highlight in themes editor. = 2.0 = * Added themes for syntax highlight in editor. = 1.0 = * First version - syntax highlight on. == Upgrade Notice == Upgrade to get syntax highlight in article editor and bunch of new really cool features == Credits == * Fantastic Syntax Highlight CodeMirror library by [Marijn Haverbeke](http://codemirror.net/) * Plugin brought to you by [Miloš Đekić](http://www.linkedin.com/in/mdjekic)