RingZer0
Forum Replies Created
-
Forum: Plugins
In reply to: Menu description html coderemove_filter('nav_menu_description', 'strip_tags');functions.php or added as action to working hook of your choice.
Forum: Plugins
In reply to: [WP Code Editor Plus] [Plugin: WP Code Editor Plus] active window managmentSorry to the community and to the users of this plugin, I have not had a lot of time to develop due to taking on paid-for projects. Ideally I would like to work on open source projects only, however, with a grand total of 0 … well, I must feed the family :).
As far as window management of active window, you can double click titlebar of inactive to “bring to front”, window will also activate on resize or click of maximize button.
Forum: Plugins
In reply to: [WP Code Editor Plus] [Plugin: WP Code Editor Plus] Great alternative to FTPI am still trying to find a light weight way to do this. Keypress detection I do not feel is accurate enough, ajax file-comparison would slow down the simple task of closing a window (though would be great for a diff-view)…
Actually I may store an checksum (md5 or whatever) of the file contents to a variable (or hidden input) for all open windows.
This is a good suggestion and I will have to think a bit more on the best way to do this.
Forum: Plugins
In reply to: [WP Code Editor Plus] [Plugin: WP Code Editor Plus] feature requestI added the quick open with auto-complete of file name above the theme/plugin file list box. Just start typing in the file name, it will auto suggest, and double-tap enter, use the arrow keys or tab/enter…
I just posted v.3.2.2 — It may take a bit for the repository to update (usually around 20-30 minutes).
@kurotsuto: thanks for the update and watching my back.
@aurimas: love the out of the box thinkingI have updated this in the plugin as well as made it “windowized” — sorry about the issues guys.
This has been fixed. Please read the 3.2 release notes in the 3.2 readme.txt
Forum: Plugins
In reply to: [AE Syntax] [Plugin: AE Syntax] Looks great. One question.Updated to 1.1 — Should hit the site soon. Editor was inheriting a 190px margin right. My monitor size is 24” so I did not notice this, thank you for the screenshot :). I Credited you in the 1.1 changelog.
Forum: Plugins
In reply to: [AE Syntax] [Plugin: AE Syntax] Looks great. One question.I will get to work on that and hopefully have a new release by 10PM Pacific Time. Thanks for your feedback.
Known bugs as of right now:
* Editor box size
* When you first click on the theme to edit, it does not detect the css file, you have to click on sytle.css to get the highlighting.Thanks for the assistance in testing 😀