All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by rsyntaxtextarea with all dependencies


rsyntaxtextarea-antlr4-extension from group de.tisoft.rsyntaxtextarea (version 0.0.3)

Group: de.tisoft.rsyntaxtextarea Artifact: rsyntaxtextarea-antlr4-extension
Show all versions Show documentation Show source 
Download rsyntaxtextarea-antlr4-extension.jar (0.0.3)
 

0 downloads

rsyntaxtextarea-modules from group com.fifesoft (version 3)

Group: com.fifesoft Artifact: rsyntaxtextarea-modules
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact rsyntaxtextarea-modules
Group com.fifesoft
Version 3


tokenmakermaker from group com.fifesoft (version 3.1.1)

An application to easily create syntax highlighting for custom languages in RSyntaxTextArea.

Group: com.fifesoft Artifact: tokenmakermaker
Show all versions Show documentation Show source 
Download tokenmakermaker.jar (3.1.1)
 

0 downloads
Artifact tokenmakermaker
Group com.fifesoft
Version 3.1.1
Last update 12. June 2021
Organization not specified
URL http://www.fifesoft.com/rsyntaxtextarea/
License BSD-3-Clause
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jtstand-editor from group org.codehaus.jtstand (version 1.5.13)

Group: org.codehaus.jtstand Artifact: jtstand-editor
Show all versions Show documentation Show source 
Download jtstand-editor.jar (1.5.13)
 

1 downloads
Artifact jtstand-editor
Group org.codehaus.jtstand
Version 1.5.13


rstaui from group com.fifesoft (version 3.3.1)

RSTAUI is an add-on library for RSyntaxTextArea that provides pre-build dialog boxes commonly needed in text editing applications.

Group: com.fifesoft Artifact: rstaui
Show all versions Show documentation Show source 
Download rstaui.jar (3.3.1)
 

10 downloads
Artifact rstaui
Group com.fifesoft
Version 3.3.1
Last update 14. January 2023
Organization not specified
URL http://www.fifesoft.com/rsyntaxtextarea/
License Modified BSD License
Dependencies amount 2
Dependencies rsyntaxtextarea, autocomplete,
There are maybe transitive dependencies!

languagesupport from group com.fifesoft (version 3.3.0)

A library adding code completion and other advanced features for Java, JavaScript, Perl, and other languages to RSyntaxTextArea.

Group: com.fifesoft Artifact: languagesupport
Show all versions Show documentation Show source 
Download languagesupport.jar (3.3.0)
 

7 downloads
Artifact languagesupport
Group com.fifesoft
Version 3.3.0
Last update 03. October 2022
Organization not specified
URL https://github.com/bobbylight/RSTALanguageSupport
License BSD-3-Clause
Dependencies amount 2
Dependencies rsyntaxtextarea, autocomplete,
There are maybe transitive dependencies!

rsyntaxtextarea from group com.fifesoft (version 3.5.3)

RSyntaxTextArea is the syntax highlighting text editor for Swing applications. Features include syntax highlighting for 40+ languages, code folding, code completion, regex find and replace, macros, code templates, undo/redo, line numbering and bracket matching.

Group: com.fifesoft Artifact: rsyntaxtextarea
Show all versions Show documentation Show source 
Download rsyntaxtextarea.jar (3.5.3)
 

161 downloads
Artifact rsyntaxtextarea
Group com.fifesoft
Version 3.5.3
Last update 08. December 2024
Organization not specified
URL https://github.com/bobbylight/rsyntaxtextarea
License BSD-3-Clause
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

spellchecker from group com.fifesoft (version 3.3.1)

A simple spell checker add-on for RSyntaxTextArea. It will spell-check comments in source code, or the entire file if you are editing plain text. Spelling errors are squiggle-underlined with the color of your choice, and tooltips are available offering any spelling suggestions.

Group: com.fifesoft Artifact: spellchecker
Show all versions Show documentation Show source 
Download spellchecker.jar (3.3.1)
 

17 downloads
Artifact spellchecker
Group com.fifesoft
Version 3.3.1
Last update 18. December 2022
Organization not specified
URL http://www.fifesoft.com/rsyntaxtextarea/
License Modified BSD License
Dependencies amount 1
Dependencies rsyntaxtextarea,
There are maybe transitive dependencies!

autocomplete from group com.fifesoft (version 3.3.1)

AutoComplete is a library allowing you to add IDE-like auto-completion (aka "code completion" or "Intellisense") to any Swing JTextComponent. Special integration is added for RSyntaxTextArea, since this feature is commonly needed when editing source code. Features include: Drop-down completion choice list. Optional companion "description" window, complete with full HTML support and navigable with hyperlinks. Optional parameter completion assistance for functions and methods, ala Eclipse and NetBeans. Completion information is typically specified in an XML file, but can even be dynamic.

Group: com.fifesoft Artifact: autocomplete
Show all versions Show documentation Show source 
Download autocomplete.jar (3.3.1)
 

115 downloads
Artifact autocomplete
Group com.fifesoft
Version 3.3.1
Last update 14. January 2023
Organization not specified
URL https://github.com/bobbylight/AutoComplete
License BSD-3-Clause
Dependencies amount 1
Dependencies rsyntaxtextarea,
There are maybe transitive dependencies!

tagmycode-netbeans from group com.tagmycode (version 2.3.0)

Provides the support for <a href="https://tagmycode.com">TagMyCode</a>. This plugin allows you to manage your own snippets.<br/> <br/> Features:<br/> * Add snippets: you can save your code snippets including description, language, and tags<br/> * List snippets (CRUD): snippets are stored locally and you can filter, sort, create, modify, edit or delete them directly from the IDE<br/> * Quick search: you can search your snippets and insert them directly into the document<br/> <br/> CHANGELOG:<br/> <br/> 2.3.0 (released 2020-07-26)<br/> * published plugin into Apache NetBeans Plugin Portal<br/> * filter snippets by languages<br/> <br/> 2.2.1 (released 2018-01-10)<br/> * Quick Search dialog is now resizable</br> * fixed syntax highlight for PHP and HTML</br> * if refresh token is not valid user will be automatically logged out</br> </br> 2.2.0 (released 2017-11-06)<br/> * snippets management works in offline mode<br/> * autodetect language on new snippet<br/> * added settings dialog with editor theme and font size option<br/> * added title and description to snippet view<br/> * changed open browser class<br/> * text can be dragged into table to create a new snippet<br/> * snippets can be dragged directly into editor and the code are copied<br/> * added "save as file" feature<br/> * added "clone snippet" feature<br/> * added "snippet properties" dialog<br/> * detect binary file<br/> <br/> 2.1.0 (released 2017-04-24)<br/> * moved error messages from dialog to Netbeans Notification Log<br/> * added welcome panel<br/> * about dialog shows plugin version and framework version<br/> * moved storage from JSON to SQL<br/> <br/> 2.0 (released 2016-07-11)<br/> * new user interface<br/> * list of snippets stored locally<br/> * syntax highlight powered by <a href="http://bobbylight.github.io/RSyntaxTextArea/">RSyntaxTextArea</a><br/> * snippets are synchronized with server<br/> * filter snippets<br/> * quick search feature<br/> * insert selected snippet at cursor in document<br/> <br/> 1.1.3 (released 2015-12-18)<br/> * Fix for NetBeans 8.1<br/> <br/> 1.1.2 (released 2014-10-03)<br/> * Switched authentication from OAuth 1.0a to OAuth 2<br/> * Console write also snippet title when new snippet is created (thanks to bejoy)<br/> <br/> 1.1 (released 2014-08-19)<br/> * Added "Search snippets" feature<br/> * Fixed some minor bugs<br/> <br/> 1.0 (released 2014-04-14)<br/> * First release with feature "Create snippet"<br/>

Group: com.tagmycode Artifact: tagmycode-netbeans
Show documentation Show source 
Download tagmycode-netbeans.jar (2.3.0)
 

0 downloads
Artifact tagmycode-netbeans
Group com.tagmycode
Version 2.3.0
Last update 06. September 2020
Organization not specified
URL https://tagmycode.com
License Apache License 2.0
Dependencies amount 18
Dependencies commons-lang3, rsyntaxtextarea, guava, org-netbeans-api-annotations-common, org-openide-awt, org-netbeans-modules-settings, org-openide-dialogs, org-netbeans-modules-editor, org-netbeans-modules-keyring, org-openide-nodes, org-openide-util, org-openide-loaders, org-openide-windows, org-openide-util-ui, org-openide-text, org-netbeans-api-progress, log4j, tagmycode-plugin-framework,
There are maybe transitive dependencies!



Page 1 from 1 (items total 10)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy