Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 12 of 12

A build-o-matic (http://sf.net/projects/build-o-matic) plugin for IntelliJ. It has red & green in the status bar depending on whether the build is failing or successful. You can 'login' to build-o-matic and get a pop-up if you break the build. Great for encouraging Continuous Integration.

0
 
  0 reviews  |  0 users  |  2,192 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

Right click on any symbol in the editor to search Google Code Search or a custom service. Search results show up in a tree within the IDE, grouped by language, project and file Double-click a result to download it and open it in IntelliJ. Install it now! Open the Settings window in IntelliJ 6. ... [More] Open the Plugins settings. Select the Available tab to list available plugins. Right click on Code Search and select Download and Install. The plugin will be available next time IntelliJ is started. Using the Code Search Plugin Right click any term in the editor and select Code Search to search for it. The shortcut for this is CTRL+SHIFT+G. A preflight dialog allows you to tweak your search. All fields are regular expressions. Each search opens a results panel. Double-click a result to open it. If you have a copy of a result in your project, that result will be green. Double-click the result to open your local file. To open the remote file, right click on it. Combine search results with the Intersect and Union buttons. [Less]

0
 
  0 reviews  |  0 users  |  9,312 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

iBATIS plugin is aimed to accelerate iBATIS development in IntelliJ IDEA. Features:Code completion and navigation Goto symbol Code inspetion Find usage and rename refactor Database integration Code generation Abator support Road Map:SQL dynamic preview (draft) SQL Query plugin integration How to ... [More] implement table field navigation to datasource tool window? attachment 1 How to implement code completion for iBATIS parameters in SQL sentence? attachment 2 How to implement SQL code completion with inline style? attachment 3 Can I access SQL PSI structure, and I want to get SQL structure information for some inspections? and how to do? The above problem are very important for me, and these features can make the plugin to 1.0 :) Who are using this plugin:Larry (author of <>, developer of iBATIS framework) me, plugin author :) you, iBATIS developer Sponsors:JavaRebel IntelliJ IDEA [Less]

0
 
  0 reviews  |  0 users  |  10,512 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

This plugin enables Google Android support in IntelliJ IDEA. Important NoteThe Android plugin has been promoted to an official JetBrains project, and is no longer developed at Google Code. The latest version of the source code can be found in the JetBrains Subversion repository at: ... [More] http://svn.jetbrains.org/idea/Trunk/bundled/android/ Bugs should be reported in the JetBrains JIRA: http://www.jetbrains.net/jira/ (project IDEA: Feedback, component Android) Getting StartedA step-by-step GettingStarted tutorial is available. FeaturesAutodetection of Android facet when project is created or opened Option to add Android support in new project wizard Action to create a new activity Android build support (R.java generation, AIDL compilation, classes.dex generation, final packaging) Android run support (starting emulator, installing application, starting activity) File type for Android IDL files Code insight supportAndroid Manifest.xmlNavigation, completion, validation, find usages and rename support for activity, intent, service, receiver and instrumentation classes Completion for action and category names in intent filters Completion of permission IDs in uses-permission tags Navigation, validation and completion of resource references from android:label and android:icon values. DevelopmentNotes [Less]

0
 
  0 reviews  |  0 users  |  5,113 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

Mercurial Plugin for IdeaStatusThe plugin provides a subset of the functionality that you need for working with Mercurial in Idea. What WorksCurrently the plugin has the following functionality: Add Delete Commit Revert History Tag Pull Merge- with an external tool Push Move Rename Functionality ... [More] to come: Copy Clone Integrated merging Implementation InformationThe plugin is implemented by creating an external process executing the hg executable, and then screen scraping the result. You can use the hg command line tool in conjunction with Idea. If things look like they are out of sync, then the Refresh File Status function on the Version Control menu will refresh the file status of all files. Currently merge will call out to an external merge program. I use kdiff3 at this stage. Integrated merging for the plugin is coming... To InstallFirstly, you must have Mercurial installed. The plugin is tested with Mercurial version 0.9.5 on Windows Vista, built with JDK 1.5.0. You can install the plugin from the Plugin Manager in Idea. The plugin is developed on IntelliJ IDEA 7.0.3 #7718(It should work as far back as 7065). It will not work on IntelliJ IDEA 6. Source CodeIn the interested of eating our own dog food, the source code has been moved to a Mercurial repository at FreeHg. To provide a patch, clone this repository, post your issue in the issues database here and include the URL to your repository. Let me know when your changes are ready and I will pull your changes from there and review them. If you do not have a repository that you can expose on the internet, then you can use FreeHg to create one. [Less]

0
 
  0 reviews  |  0 users  |  2,872 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

Tiles 2.0 plugin is for IntelliJ IDEA to make Tiles2 development easy. Roadmap: 1. Auto detected according to xml 2. Tiles definition xml editting 3. Tiles taglib code completion

0
 
  0 reviews  |  0 users  |  1,819 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

To make Tiles 2.0 development easy in IntelliJ IDEA. Roadmap:Auto detected according to xml Tiles definition xml editting Tiles taglib code completion

0
 
  0 reviews  |  0 users  |  2,185 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

Please see the project web site for more details.

0
 
  0 reviews  |  0 users  |  2,998 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

IntelliJ Plugin home page: http://plugins.intellij.net/plugin/?id=3271 Paste multiple contents at onceEnhance the default paste from history action. By allowing you to select multiple content and paste all of them at once. Features: Filter you clipboard, to quickly find what to paste Choose ... [More] in which order you want to paste (older first or recent first) Optionnaly, apply a live template to pasted items Warning: only $SELECTION$ variable of Live templates is evaluated. This action is available under Edit Menu, or via the shortcut "alt shift V". Other actionsPaste all the clipboard (older items first) Paste all the clipboard (recent items first) Paste all the clipboard and apply a live template before pasting (older items first) Paste all the clipboard and apply a live template before pasting (recent items first) Warning: that only $SELECTION$ variable of Live templates is evaluated. All actions are available under Edit menu -> "Paste multiple". Advanced actions: MarkIf you don't want to paste all the clipboard with the previous actions, you can use mark actions. When you set the mark, only contents copied after that will be pasted. This apply to all actions. Mark actions are available under Edit menu -> "Paste multiple". [Less]

0
 
  0 reviews  |  0 users  |  2,081 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.