C Dorn

Results 54 comments of C Dorn

Hope to give FirePHP some love soon. Until then I can merge pull requests :)

This flag has been going back and forth over the years. There is some kind of tradeoff I cannot remember. I need to revisit and test this again and see...

PHP has some config options to populate the $_POST variable. See: `track_vars` at http://php.net/manual/en/ini.core.php which must be `on`. Maybe this is turned off on your zend server install. Also see...

Not by me. I will eventually get there but not likely this year. This project was a proof of concept for a system I am building. When complete next year...

When I started this component I did not know much about ExtJS :) Feel free to patch or I'll get to it after Issue #4.

Anything is possible ;) To implement: 1. Figure out how to set the line number in ACE. Currently this fork is being pulled in: https://github.com/cadorn/ace (will be updating to the...

I would not create more than one editor component but rather create it once and swap the underlying document for the editor when different tabs are selected. This should be...

Had a quick look. It looks like the `setValue()` function does it all for you already. The only part missing for a clean implementation is _session_ re-use but that should...

Right. That is my point. This needs to be fixed. Keep in mind that this project imports an older version of ACE which may/does not have some of the new...

This sound good to me and I am in need of it.