I have two questions:
Is there an option to save code snippets ?
IS there a support for code complete to php for example ?
Thanks
No option for that right now. You could do a feature request through support.
Yes, there is partial code completion support, see for example https://c9.io/site/blog/2014/07/announcing-the-all-new-cloud9-development-environment/. This should be extended with further support in the near future.
1.If you now have support for saving Snippets, you should follow the
official documentation
2. Cloud9 -> Preferences -> Project Settings -> PHP Support -> Enable PHP code completationSettings in UI
Related
For example, the one created on this WebAuthn demo page: https://webauthnworks.github.io/FIDO2WebAuthnSeries/WebAuthnIntro/UsernamelessExample.html
I found the similar question without answer on apple forum: https://developer.apple.com/forums/thread/681638
You cannot currently remove them in the UI. A future release will bring this functionality.
Clearing browser data will remove them but, while it can be time-bounded, may also remove other data:
Three dots -> More Tools -> Clear Browsing Data... -> Advanced -> ensure that "Passwords and other sign-in data" is checked.
A UI for this is planned for Chrome 108
Sorry if the grammar is wrong as I am using a machine translation.
I can't get the externally created source code to work when pasted into the source tab.
https://ckeditor.com/docs/ckeditor5/latest/features/source-editing.html
I would like to use the Editor in the Demo on the above page, what plugin should I use?
The Editor on this page works fine.
I used CKEditor 5 online builder and enabled all features except Premium, but it was not the same as the Demo.
Thank you in advance for your help.
I am developing an extension using the Addon-SDK. I want to show a preference page in order to get some users' configuration.
simple-prefs is too simple to use as its supported data type is so limited.
In a XUL app, I can use the following
<em:optionsType>3</em:optionsType>
<em:optionsURL>chrome://myaddon/content/options.html</em:optionsURL>
to set my preference page.
I found
the XUL migration guide
which says:
This is provided only as a migration aid, and it's still a good idea to port XUL windows to HTML.
How then can I make an HTML preference page ?
Many thanks!
I solved it in the following way:
Use simple-prefs with the preference type set to control. On its click event, open a page using the tab module, then use simple-storage to store data.
That's it!
I have upgraded my Joomla site from 2.5.7 to 2.5.17. Then I installed Attachments package.
When I click article manager or category manager in order to edit an article or category, I see a page with no textarea, no buttons, no menus.
All the page content is this.
I have tried to install new text editors: nothing changes.
I have tried to select "No editor" for text editing: nothing changes.
Try these different steps to solve your issue:
1) First, check to see if the editor plugin is enabled:
Tools -> Plugin Manager. Locate your Editor and ensure it's enabled.
Also check Global Config and make sure default editor is set.
You could also try disabling the package you installed and see if it works afterwards. If not try to disable all the editors only leaving the default of Joomla and check again.
2) Change back to one of Joomla's installed templates and see if the problem remains.
If not, then it is a problem with your new template. There is a possibility of javascript problems.
Sometimes enabling the system plugin 'System - Mootools Upgrade' will help.
Otherwise check with your template provider for possible help.
3) Also turn php error reporting on as it may be this problem:
http://whatisgon.wordpress.com/2012/05/04/fixing-call-to-undefined-method-stdclassondisplay-error-in-joomla/
4) Lastly, I like to replace Joomla!'s editor with the JCE editor which has solved many issues like these before.
http://www.joomlacontenteditor.net/
You get a page like that when you have a fatal error. You can try disabling the attachments plugin and see if it solves the issue. If not, turn error reporting to maximum or development and see what messages you get.
I disabled PLG_EDITORS-XTD_TOOLTIPS plugin and it my problem solved.
Im using Joomfish with two different languages. I have translated all the categorys and etc with joomfish. Everything works fine in site, but url-s are also in main language ( won´t be translated).
Do I have to translate them in sh404sef also?
or somebody can tell me what might be the problem?
thx
You may want to check the settings in sh404sef - you can view settings by component:
Components -> sh404SEF -> Configuration Tab -> sh404sef configuration -> By Component tab
That will give you access to the ability to change things depending upon language files and stuff.
Not sure if that helps - but it's where I would start. Also the dev's are very active on their forums and are a great help in situations like this. I can't remember how nicely Joomfish & sh404SEF play together.