I just installed the latest version of Eclipse Kepler which is RC3 (found at http://www.eclipse.org/downloads/index-developer.php). I had been using this "smartyPDT" (found at https://code.google.com/p/smartypdt/ ) plugin for all previous versions but i cant seem to install this plugin anymore. I get the error
Cannot complete the install because one or more required items could not be found.
Software being installed: Smarty Feature 0.91.0
(org.eclipse.php.smarty_feature.feature.group 0.91.0)
Missing requirement: Smarty Feature 0.91.0 (org.eclipse.php.smarty_feature.feature.group 0.91.0) requires 'org.eclipse.php 0.0.0' but it could not be found
I tried with the old version of smartyPdt which is 0.9.0 and also the 0.9.1. Any idea how to solve this issue or better yet how to get the SmartyPDT to work wih Kepler?
Here's a quick fix -> Just use the juno update site to install a compatible version of PDT with the smarty plugin:
(1) Start eclipse.
(2) Under the help menu, click on install new software.
(3) Click Add.
(4) Input any name, then http://download.eclipse.org/releases/juno/ in the location field, then press ok.
(5) Select the newly added update site from the drop down list, then select Eclipse PDT and install.
(6) After eclipse restarts, installing smartypdt will work now.
* * * If you've already installed PDT via the Kepler update site: * * *
just go to your eclipse installation,
open the features folder,
DELETE the entire folder named org.eclipse.php_3.2.0.201306051924,
Restart eclipse, then follow then install PDT via the juno update site.
smartyeclipse-4.3keplerpdtpluginsfeatures
These steps just worked for me on Eclipse Kepler:
Install Juno version of PDT
Install Smarty PDT
Remove Juno version of PDT
Install Kepler version of PDT
You have latest versions of PDT and Smarty plugins.
To install Smarty PDT to latest PDT use http://p2-dev.pdt-extensions.org/ update site. Feature is under "Text Editors / Productivity tools" category.
There is hope to solve this issue
One way I have been told to solve this issue is this
Download the Smarty PDT
Unpack its content.jar to edit the content.xml file inside
Delete both lines 36 and 134 containing the org.eclipse.php dependencies listed and save the changes
Re-pack (compress) the content.xml into content.jar and re-pack the content.jar into its original location/folder.
Install the plugin as usual
I tried this method and the installation worked without any glitch.
Thanks a million to a user stanisla...#gmail.com on directing me through all this. Take a look at https://code.google.com/p/smartypdt/issues/detail?id=71 for further details on this issue
NB: After installing I dont get any syntax highlighting at all. I cannot even locate any smarty related stuffs in the eclipse preference modal window.
At least there is a progress...
I have prepared an archived update site compatible with Eclipse Kepler and the latest PDT release.
Find the download and further information at http://www.bar54.de/blog/2013/02/phpeclipse-and-smarty/
For those which want to try the badfish331 answer, it works, but only the unistall process part is wrong.
To unistall your current PDT software, go to "help"=>"about eclipse"=>"installation details" and unistall PDT.
Then install the Juno's PDT, smartyPDT and everything should be working well.
Click "install new software" under "help" menu
click "add"
give it a name (ie. PDT Extensions)
add http://p2-dev.pdt-extensions.org/ in the location field
press "ok"
type in "smarty" in the filter bar.
click the checkbox and click the "next" button and continue through saying "yes" or "ok".
File Association
- General -> Editors -> File Associations
- "Add" new file association "*.tpl" (for example).
If this is a known file extension for Smarty, it will automatically get associated to the right program and you can just click "ok" at the bottom.
Related
In Netbeans 12.2 on Ubuntu 18.04 (using that snap install), for my C++ plugin I have that first image. When I try to create a new project I get that second image. That is some kind of a lightweight version that does not do your makefiles for you. If I try to open an existing C++ project it just never IDs any project file or folder as the right one. And notice that this version does not include a "Create from source code".
Does anyone know how I can install the "real" c++ plugin? I've looked in a lot of tutorials but they all say it should be there under Available Plugins, but it is not there.
This comes very late but it seems that Netbeans 12 lacks some components for this.
Therefore you must enable Netbeans 8.2 Plugin Portal from Plugins Settings.
Then deactivate the C/C++ and then force updates from Updates -> Check for Updates. Restart IDE and install 8.2 C/C++ plugin.
Note: I have lead into this problem now because unpack2000 is no more present.
The validation of downloaded plugins cannot be completed, cause: NBM ../.netbeans/12.4/update/download/org-netbeans-modules-cnd-kit.nbm needs unpack200 to process following entries:
netbeans/modules/locale/org-netbeans-modules-cnd-kit_ja.jar.pack.gz
netbeans/modules/locale/org-netbeans-modules-cnd-kit_pt_BR.jar.pack.gz
netbeans/modules/locale/org-netbeans-modules-cnd-kit_ru.jar.pack.gz
netbeans/modules/locale/org-netbeans-modules-cnd-kit_zh_CN.jar.pack.gz
netbeans/modules/org-netbeans-modules-cnd-kit.jar.pack.gz
This can be resolved by installing jre-11 (if it is not present already. I have it on Opensuse Thubleweed amogst with jre-16).
So then you just start netbeans from terminal with:
$ netbeans --jdkhome "/usr/lib64/jvm/jre-11"
...and then install blugin, and when it is ready close netbeans and start it normally again.
Just wanted to report that the answer from Devspain also works with Netbeans 14, in Ubuntu 22.04.
After upgrade to MacOS Catalina (or maybe unrelated) show intent actions command stopped working in Flutter.
If I run some error - show intent action is working just fine. https://take.ms/Jr7VY
If I just try to show intent actions for regular Widget - it isn't showing anything. In the past it was suggesting something like "Center Widget", "Add Widget", "Add Padding" and so on..
UPD: Updating to Android Studio 3.6 preview helped the problem (I didn't move any profiles). But still no idea what lead to the problem and how to fix on 3.5 stable.
Does visual studio code works fine with showing intent action?
Maybe you should run fluter doctor to find if there are any issues with the flutter installation.
Also you can find more details in the official wiki on Catalina Support:
https://github.com/flutter/flutter/wiki/State-of-Catalina-Support
Are IntelliJ plugins up to date? Especially flutter and dart? After reset all settings IntelliJ, reinstall plugins again its not flutter side problem, I think it’s IntelliJ problem
Try updating to Android Studio 3.6 (currently in RC1 Preview).
You might want to check the Keymap.
I found that in 3.6 with the default Keymap option-return worked but when I switched to Eclipse (macOs) Keymap, it stopped working again.
Search for "intention". When using the Eclipse (macOS) Keymap I found that the intentions command was not setup to use option-return so I added it and it works.
The solution is to download another Android Studio version (doesn't matter which) and install it. Helped two times.
Using the marketplace I installed a plugin (additional axis 2 tools) on a new Luna EE install.
I uninstalled it via the market place, and after a reboot it was still there. Tried this many times.
So I deleted the file manually from the plugins folder and the option was gone.
However, I want to reinstall it (I originally uninstalled it because the dialog kept containing the wrong information and stopping me from building aar file), but when I go to the marketplace it only gives me an option to 'uninstall'.
Ignoring how this is a bit crap, how do I remove this plugin so I can install it again?
I tried downloading the 1.6.2 jar direct from apache but it just gives me an error saying invalid jar repository.
(I know I can generate the service file/aar manually, but I want to do it this way).
thanks.
Go to Help, Instillation Details and try to remove it from installed software and then try to install it again.This works for me whenever I've to uninstall any software.
I recently upgraded to Windows 8.1, and am now having issues with the Force.com IDE.
When I select Force.com->Add/remove metadata components, I'm not able to see any custom field child component in the Objects-Custom component. Does anyone have any ideas on what is causing the issue?
Maybe you should refresh metadata from server? For this just click "Refresh from Server" button in top right corner of the screen.
As of April 2015, I had the same problem and the issue was the current incompatibility of Java 8, Eclipse Kepler (or Juno) and the current Force.com IDE. I had to (1) uninstall Java 8 completely; (2) re-install Eclipse Kepler--basically unzip the *.gz to a new folder; (3) find an archive download for Java 7 and install it; and (4) re-install the Force.com IDE. This was the only series of steps that completely fixed the problem. All components of custom objects are now available to me in the components tree. My computer's OS is Windows 7 64-bit.
When looking at the update.php I get this error.
date module can not be updated. Its schema version is 5104. Updates up to and including 5210 have been removed in this release. In order to update date module, you will first need to upgrade to the last version in which these updates were available.
how can I fix this?
You should download and install version 6.x.2.4 of the module, run update.php and then install the latest version of the module, and run again update.php.
Previous versions are available by clicking at the "View all releases" link at the bottom of the project page.