Showing 977 open source projects for "notepad++ java plugin"

View related business solutions
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Strongly-Typed Javascript is a translator from Java its very similar Javascript counterpart. Unlike GWT, STJS doesn’t impose you any library on the client side and any special tool during development apart from a Maven plugin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Eclipse Jetty Plugin
    An Eclipse plugin for running/debugging Java web applications with Jetty (successor of JettyLauncher) Features: - Support for Jetty 6, 7, 8 and 9 - Included Jetty8 - M2Eclipse Support - JSP Support - JNDI Support
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    ep2svg Maven Plugin

    Plugin Maven para convertir mockups en imagenes formato SVG

    Plugin de Maven para convertir mockups creados con Pencil en imagenes con formato SVG. De gran ayuda cuando se esta documentando una aplicacion y disponemos de los mockups y queremos incluirlos a la documentacion como imagen. Combinado con Docbook es una herramienta complementaria muy util.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    di-date-dimension-plugin

    Pentaho Data Integration plugin to supply to resolve date dimension

    Pentaho Data Integration plugin to supply a function to resolve, and insert if it doesn't exist, the date dimension. It calculates all calendar data and you must supply the table info used to save the information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • 5

    di-history-join-plugin

    Plugin for Pentaho Data Integration used to supply a method to join tw

    This plugin supply a method to join two tables using the date-from and date-to history. It use the two dates that indicate the life of the record and join using a query (like the database join plugin) to resolve the record's story of the two entities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Form4G
    Development of applications in java Swing with the tools and methodologies of the applications web (Plugin, javascript, html, servlet and JSP). Without the necessity of carrying with an application server
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This is a reserarch im making for my college, and its about model transformations. The code must contain a custom GMF edictor and model transformations that will be compiled as an eclipse plugin
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Asterix IDE
    Asterix IDE (Integrated Development Environment) is especially designed to provide many languages supports in one IDE. Asterix IDE offers superior support for JAVA, C/C++(mingw32-g++) and HTML developers to write, compile and run their code at one place. Asterix IDE lets you quickly and easily make program with multiple programming language support. With its constantly improving Java Editor, many rich features and an extensive range of tools are provided. An IDE is much more than...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9

    ESQL Sonar Plugin [Move to GitHub]

    Sonar plugin to analyze Broker ESQL-code

    A Sonar plugin to analyze ESQL-Code written for IBM Websphere Message Broker
    Downloads: 0 This Week
    Last Update:
    See Project
  • Test your software product anywhere in the world Icon
    Test your software product anywhere in the world

    Get feedback from real people across 190+ countries with the devices, environments, and payment instruments you need for your perfect test.

    Global App Testing is a managed pool of freelancers used by Google, Meta, Microsoft, and other world-beating software companies.
    Try us today.
  • 10

    CATS Generation Quickfixes

    Automatically generates Unit Tests and provides feedback in eclipse.

    ...-quickfixes/tests. Using the eclipse preferences, you can enable uncovered lines and deleted lines. Uncovered lines shows lines that EvoSuite couldn't test so they might not be reachable under any circumstance. Possibly deleted lines are lines that the Java compiler may be removing as they are not needed. Notice: This plugin attaches 2 JAR files to projects.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 11
    PHDL

    PHDL

    An HDL alternative to PCB graphical schematic capture tools.

    PHDL is an HDL that functions as an alternative to mainstream graphical schematic capture tools. The language is compiled into a pcb netlist which can then be imported into a layout tool. We are currently on version 2.1 of the tool. We have created an eclipse plugin version of the tool as well as a standalone command-line based version. Both function identically and output a netlist that can be imported into a pcb layout tool. VHDL revolutionized how FPGA designs and digital logic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    TODOs

    TODOs

    Search TODO, FIXME and similar comments in project files.

    TODOs is a small command-line utility to search TODO, FIXME and similar comments in project files. It is written in Python 3 and licensed under the terms of GNU GPL 3 license. Supported output formats are TXT, HTML and XML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    ProtectedRegionImport Eclipse Plugin

    Eclipse Plugin for placing import statements in protected regions

    When generating code via templates sometimes so called protected regions are used. These protected region sections will not be overwritten by the generator. A protected region contains the specific import statements. This plugin adds quick fixes to place missing imports in this special protected region (concrete before the ending tag of the protected region).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Texlipse is a plugin that adds Latex editing support for the popular Eclipse Java IDE. Key features include: syntax highlight, command completion, bibliography completion, outline navigation and automatic building.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15

    phpMD / PHP CodeSniffer Netbeans Plugin

    Netbeans Plugin for phpmd, phpcs, checkstyle and phpcpd.

    Netbeans PHP Plugin which provides violations detected by PHP Mess Detector (phpmd.org by Manuel Pichler) and warnings / infos from PHP CodeSniffer (http://pear.php.net/package/PHP_CodeSniffer/) also displayes dublicated php code detected by PHP Copy & Paste Detector (phpcpd by Sebastian Bergmann https://github.com/sebastianbergmann/phpcpd) and even supports PHP Checkstyle (http://code.google.com/p/phpcheckstyle/) Plugin by http://www.fin-sn.de
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    JinnIde is a plugin that allows using Jinni Prolog, now also hosted here on this site (with open source license!), within the confines of an IDE integrated in JEdit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Maven plugin for continuous integration of Adobe Flex applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    robotide

    Eclipse plugin for writing RobotFramework tests

    Downloads: 40 This Week
    Last Update:
    See Project
  • 19
    Groovy Monkey is a Utility for Eclipse that enables you to create scripts in Groovy, Beanshell, Python or Ruby to run directly in Eclipse. This tool can be used to Eclipse API exploration, automation scripts, and rapid plugin prototyping.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    K-Surfer

    K-Surfer

    A KNIME extension for the management and analysis of FreeSurfer Data

    K-Surfer is a novel and unique software plugin for KNIME for the management and analysis of FreeSurfer brain dMRI data. K-Surfer consists of a suite of KNIME nodes that perform several tasks, such as importing diffusion data generated from TRACULA, importing morphological measures obtained from the segmentation and reconstruction of neuroimages and visualising the probability distribution of white matter pathways. For installation guide read the pdf inside the zip. References: Sarica...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    egap

    Eclipse plugin for the Guice Dependency-Injection-Framework

    This site is outdated. Please visit http://www.jaculon.de/egap for the latest releases. Egap is an Eclipse plugin for the Guice Dependency-Injection-Framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Geeklog Plugins, Static Pages and Blocks

    Multilingual FAQ and other addons for the Geeklog CMS

    This is a plugin project for the Geeklog CMS, providing plugins, static pages and blocks. The main project is MultiFAQ - a multilingual FAQ that lets each user see the FAQ in their chosen language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Generates files using an XSL transformation. Supports transforming XML files 1:1, M:1 and generation of output files dynamically by the template. Supports retrieving XSL templates and XML source files from Maven dependencies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Colorer Library
    Colorer provides source text syntax highlighting services. It colorizes source codes in editor systems (more than 200 syntaxes). Uses powerful HRC format(XML, RE, context free grammas), allowing to support any language. Available as Eclipse plugin.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 25
    Please go to the project's website to learn more about it. You can get to it from the Project menu above or go directly to http://eclipsewiki.sourceforge.net/ Please note that the plugin requires that you run Eclipse under Java 5
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.