Vicky Agravat
Forum Replies Created
-
Forum: Plugins
In reply to: [CodeMirror Blocks] Getting net::ERR_TOO_MANY_REDIRECTSHello @ravi923615,
Actually the plugin doesn’t do anything with redirection.
Because, it just do simple things, that if current post has code block it will just highlight it.If you have more details about error, please share it.
Or
You can try disabling all the plugins one by one and test the result.
Hope you will find actual problem.
Thank you.Forum: Plugins
In reply to: [CodeMirror Blocks] Code FoldingHello @alimnette
I wish to do it as soon as possible,
But, as you know developer day life cycle.
I couldn’t get enough time to develop new functionality.But, i will try my best to release next feature update soon.
Hope you understand.
Thank you.Forum: Plugins
In reply to: [CodeMirror Blocks] Source code of the pluginHello, @bc2018
Thank you for your support.
But, actually i have already planed to add select with filter functionality. in next updates.
Thank you.
Forum: Plugins
In reply to: [CodeMirror Blocks] Registered with an invalid categoryHello @dogdark
Do you want asm as language syntax highlighter?
Currently, you can use CMake language to highlight your asm code.
- This reply was modified 3 years, 3 months ago by Vicky Agravat.
Forum: Plugins
In reply to: [CodeMirror Blocks] Registered with an invalid categoryHello @ecomturbo
Thank you for addressing the issue.
I have noted this, and it will solved this in the next update.
Thank you.
Forum: Plugins
In reply to: [CodeMirror Blocks] Did’nt work mutipe in one SiteHello @undev
Sorry for your inconvenience.
Actually, i will try to fix those issue asap.
Till then you can disable the Control Panel on CodeMirror Blocks Options page. it will temporarily solve your problem.Thank you.
Forum: Plugins
In reply to: [CodeMirror Blocks] Website errorHello @silina
Please note that, the error you have mensioned is not related to this plugin.
So, i can’t help you about that.Thank you.
Forum: Plugins
In reply to: [CodeMirror Blocks] Code FoldingForum: Plugins
In reply to: [CodeMirror Blocks] Deprecated: block_categoriesHello @psodfj
Marked as deprecated, is not an issue. It is just warning that, in next feature update that function will be removed.
It will display only if you have
define( 'WP_DEBUG', true );
if you don’t want show this warning just turn it off.
define( 'WP_DEBUG', false );
in your wp-config.phpAlso, I will fix that in next plugin update.
Thank you.
Hello @pcskull
Good to know that you have resolved the problem.
If you like the plugin, you can leave review with good rating.
Thank you.
Hey @pcskull
I have checked your site.
You are using local storage to copy code data at: https://www.csestack.org/for-loop-else-empty-django-template/ from code block, when Execute Code button is clicked. and new page will open with copied code in the IDE at: https://www.csestack.org/ide/
This is perfectly fine.Case 1
But, I have find one problem here, The language select dropdown is not pre selected with Python, by default it is selected with C language.
That may be a problem.
Before changing the language selector i click Execute button, i got encoding error in response of the request.But, after change the language selector dropdown to Python 3 or Python 2 and click Execute button, I will get expected output.
Case 2
If you still get error after Python 3 or Python 2 is as selected language, There may be problem when you are convert the code string into base64 encoding.
It may get any extra whitespace or other non printable character at the beginning of the string.
What you should do?
You can check decoded string result at: https://executecode.csestack.org/submissions?base64_encoded=true on your server side. you can check is there any unexpected character in the string, before compilation.
I think this should work.Please Note: This forum is not for this type of question. Because, it is totally custom work.
If you want to get any extra help from me, Skype Me: live:vicky.agravat
Thank you.Forum: Plugins
In reply to: [CodeMirror Blocks] Cannot show the last 1~2 lines in full screen viewOk.
Thank you for link.I got the problem, it will be fix in next future update.
Thank you.
Forum: Plugins
In reply to: [CodeMirror Blocks] Cannot show the last 1~2 lines in full screen viewHello @powercliff
Sorry to say i can’t access what you have share.
Forum: Plugins
In reply to: [CodeMirror Blocks] Cannot show the last 1~2 lines in full screen viewHello @powercliff
Thank you for your given effort and time.
can you share link of your web page.
So, i will check what cause the problem. and find possible solution.Thank you.
Forum: Plugins
In reply to: [CodeMirror Blocks] Background color of active line and selected textHi @gregosz
Good to know that you find suitable class for give style.