Is there plugin support in JetBrains YouTrack? - plugins

Can I install some plugins to extend it's basic functionality? As I see on the official site (https://www.jetbrains.com/youtrack/features/issue_tracking.html) there is no such possibility :(

Unfortunately, there's no plugin functionality indeed.

Related

Latex and NetBeans

I have NetBeans 8.0.2 EE edition. I'm wondering if there is a latex plugin supported by Netbeans in the same way as Texlipse plugin in Eclipse. I've been searching online about that but unfortunately I couldn't find a good plugin.
Thank you.
I was looking for it
I found this
http://plugins.netbeans.org/plugin/5749/tex-language-support
you have to build de module, I did with the current code, but doesn't work, I will try to see what happened, you can try to do the same
good look
The best plugin I know of is https://kenai.com/projects/nblatex/downloads .
I have used it extensively in the past, however, I have not tried to use it with a version of NetBeans higher than 7 and so I can't say if it works with the latest NetBeans.

How to use doxygen with Netbeans

I installed "doxygen" for Win7-32bit but I could not integrate it with "Netbeans7.3.1" for Java. Would you please help me Thanks in advance
Enas, I did some research and I believe I know why you can't get Doxygen to work with Netbeans 7.3.1. The short answer it isn't supposed to work with that version.
The solution to the problem appears to be to update to Netbeans 7.4.
I must add that I haven't tried this myself but from the documentation that I read, installing Doxygen for Netbeans 7.4 is easy.
The documentation I found at http://plugins.netbeans.org/plugin/14326/doxygen-integration says " Use 'Tools > Plugins' action from the NetBeans IDE main menu for convenient installation of this plugin."
From what I can tell the only versions of Netbeans that support Doxygen are 6.2, 7.2 and 7.4.
In closing, I have not been able to test this myself. I use NB 8.0.2 and the instructions for 7.4 do not work in 8.0.2.
I hope my research helps you.

eclipse: add Chrome extension library

In Eclipse, static html project:
Developing Chrome extension, it would be nice to have IntelliSense om methods.
Is it possible to add a library to eclipse, so you would have IntelliSense when creating chrome extensions?
Thanks
Rregards
Christian
The only way I could think of doing this would to be install the Eclipse Aptana plug-in, then you would have to find a Rubble that supported the chrome* API. I don't think you will find anything though. The API is actually very small.
I would just use the online docs...

which eclipse package is for web development?

I'm looking at http://www.eclipse.org/downloads/ and http://www.eclipse.org/downloads/compare.php and I have no idea which package to download. I'm coding in php, html, css, javascript. Which one is the right one for me? I don't see any of these languages in the descriptions.
Thanks.
If you want standard Eclipsed (eg. not Aptana or something derived form eclipse) Then PDT (PHP Development Tools) is what you want.
You should probably download the Eclipse for JavaScript developers distribution, and then download the PHPEclipse plugin by following the following instructions: http://www.phpeclipse.com/wiki/General/PHPEclipseFAQ#InstallPHPEclipseinEclipsesince3.4M6

What's the best static analysis tool for NetBeans 6.1?

I'm finding a couple for Java in general but no plugins for netbeans that I can see.
Thanks
I've used the PMD NetBeans plugin, and here are the installation instructions (may be a little outdated, due to the speed of NetBeans development, but I got them to work).
Here's a list of tools for static analyisis. Maybe you can cross-check for others that offer NetBeans support.
EDIT: Those instruction are a little bit old, so I put a more up-to-date set here (links to my blog).
I found the SQE Plugin, it integrates FindBugs, CheckStyle and PMD into one convenient Plugin.
CheckStyle configuration was not complete yet, but the functionality is there in full.