Codeeditor_XH

Third Party Plugins to CMSimple - how to install, use and create plugins

Moderator: Tata

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Codeeditor_XH

Post by cmb » Tue Dec 23, 2014 1:58 am

Hello Community,

I have just released Codeeditor_XH 1rc2.

The new release fixes the compatibility issues with CMSimple_XH 1.6+ (thereby dropping support for older versions) and brings an upgrade to CodeMirror 4.28, which is supposed to solve the long standing off-by-one cursor bug.

There is an open issue regarding IE 11 -- I hope to be able to resolve it soon.

Enjoy,
Christoph
Christoph M. Becker – Plugins for CMSimple_XH

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Codeeditor_XH

Post by cmb » Thu Dec 25, 2014 1:47 pm

Hello Community,

I have just released Codeeditor_XH 1rc3.

This release fixes some bugs, and adds tag matching and completion. Details are listed in the changelog.

Merry Christmas,
Christoph
Christoph M. Becker – Plugins for CMSimple_XH

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Codeeditor_XH

Post by cmb » Sat Dec 27, 2014 1:17 pm

Hello Community,

I have just released Codeeditor_XH 1rc4.

This release fixes a regression bug of 1rc3, where saving with the keyboard shortcut didn't work anymore. Furthermore it is supposed to finally fix a problem with multiple editors on the same form (e.g. in Realblog_XH's article editor).

Enjoy,
Christoph
Christoph M. Becker – Plugins for CMSimple_XH

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Codeeditor_XH

Post by cmb » Thu Jan 08, 2015 1:44 pm

Hello Community,

I have just released Codeeditor 1.0.

Just some minor changes -- see the changelog for details.

Enjoy,
Christoph
Christoph M. Becker – Plugins for CMSimple_XH

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Codeeditor_XH

Post by cmb » Sun Apr 26, 2015 11:52 pm

Hi everybody!

I have just released Codeeditor_XH 1.1.

I have upgraded to CodeMirror 5.2. An easy-update patch is available.

Enjoy!
Christoph M. Becker – Plugins for CMSimple_XH

astafar22
Posts: 2
Joined: Sat May 02, 2015 5:21 am

Re: Codeeditor_XH

Post by astafar22 » Fri May 08, 2015 4:05 am

Hi
Nice post :P

wsim123
Posts: 63
Joined: Thu Feb 19, 2015 4:44 pm

Re: Codeeditor_XH

Post by wsim123 » Wed Jun 03, 2015 7:07 pm

cmb wrote:Hi everybody!

I have just released Codeeditor_XH 1.1.

I have upgraded to CodeMirror 5.2. An easy-update patch is available.

Enjoy!

A codeeditor which doesnt change the code and doesnt outcomment <php to <!php is a big progress.
But in the codemirror behind are more functions . Is it possible to activate these by a configuration menu or why are they let out?

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Codeeditor_XH

Post by cmb » Wed Jun 03, 2015 8:09 pm

wsim123 wrote:But in the codemirror behind are more functions . Is it possible to activate these by a configuration menu or why are they let out?
Indeed, I have reduced the delivered functionality considerably. That's mainly due to the fact, that I don't like huge JS libraries for performance reasons, and a full Codemirror is really huge. You can see the available modes and addons in codemirror-compressed.js. To only deliver these few modes seems rather obvious (we don't need highlighting of Java, Pascal etc. for CMSimple_XH) The delivered addons have been chosen by what I deem reasonable – that doesn't mean this is a perfect selection.

If you have concrete suggestions for additional functionality, please tell me.
Christoph M. Becker – Plugins for CMSimple_XH

mhz
Posts: 676
Joined: Tue Jun 25, 2013 8:46 pm
Location: Heusenstamm, Hessen
Contact:

Re: Codeeditor_XH

Post by mhz » Tue Feb 09, 2016 1:45 pm

Hallo zusammen,
ein paar Infos zum Plugin v1.1 :
Ist das Plugin installiert und das Häkchen bei enabled gesetzt, wird der Code-Text farbig dargestellt. Eine Sache ist dann allerdings nicht möglich: Die Suche im Browser (Firefox) nach Worten funktioniert nicht mehr. Schaltet man das Plugin aus (Häkchen bei enabled entfernen), klappt die Suche wieder.
Es wäre doch eine Aufgabe, beides zu ermöglichen - eingeschaltetes Plugin und funktionierende Browser-Suche.

Gruß
Michael
Michael Zajusch (mhz)-- Mein Tutorial für CMSimple_XH. Früher

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Codeeditor_XH

Post by cmb » Tue Feb 09, 2016 3:38 pm

mhz wrote:st das Plugin installiert und das Häkchen bei enabled gesetzt, wird der Code-Text farbig dargestellt. Eine Sache ist dann allerdings nicht möglich: Die Suche im Browser (Firefox) nach Worten funktioniert nicht mehr.
Der Codeeditor_XH hat eine eigene Suchfunktion, die mächtiger ist als diejenige mir bekannter Browser, da sie auch die Suche per regulären Ausdrücken unterstützt. Diese wird mit STRG-F (kann allerdings geändert werden) aufgerufen. Das funktioniert aber nur, wenn der Texteditor fokussiert ist (also dessen Cursor angezeigt wird). Ist der Texteditor nicht fokussiert, dann sollte die browserinterne Suchfunktion funktionieren.
Christoph M. Becker – Plugins for CMSimple_XH

Post Reply