Skip to main content
  • Create account
  • Log in
Eclipse Plugins, Bundles and Products - Eclipse Marketplace
  • My Marketplace
  • Add Content
  • More
      • Community

      • Marketplace
      • Events
      • Planet Eclipse
      • Newsletter
      • Videos
      • Blogs
      • Participate

      • Report a Bug
      • Forums
      • Mailing Lists
      • Wiki
      • IRC
      • Research
      • Eclipse IDE

      • Download
      • Learn More
      • Documentation
      • Getting Started / Support
      • How to Contribute
      • IDE and Tools
      • Newcomer Forum
  1. Home
  2. Marketplace
  3. Tools (1600)
  4. VisualCode

VisualCode

VisualCode
2
0
Install

Drag to Install!

Drag to your running Eclipse* workspace.
*Requires Eclipse Marketplace Client

Add this URL to your Eclipse Installation to reach this solution's update site.

Oxygen (4.7)
Neon (4.6)
Photon (4.8)
2018-09 (4.9)
2018-12 (4.10)
2019-03 (4.11)
2019-06 (4.12)
2019-09 (4.13)
2019-12 (4.14)

http://raw.githubusercontent.com/ToivoAdams/VisualCode_Site/master/site.xml

Learn more...

Details Group Tabs

Details

VisualCode is a developer tool which help to visually compose java code.
Tool converts Java methods to visual blocks which can have multiple input and multiple output ports.
Using Visual Flow editor you connect blocks output and input ports.
Resulting visual flow will be converted to executable Java method.
Resulting method is like any other java method and can be called from ordinary java code.

Java 8 is minimum version.

To allow input ports have names from method argument names you must set:

* Store information about method parameters (usable via reflection)

or in your maven pom.xml file:

<properties>
  <maven.compiler.source>1.8</maven.compiler.source>
  <maven.compiler.target>1.8</maven.compiler.target>
  <compilerArgument>-parameters</compilerArgument>
  <testCompilerArgument>-parameters</testCompilerArgument>
</properties>

VisualCode uses JavaFX and for this reason you must add following line to your eclipse.ini file.
-Dorg.osgi.framework.bundle.parent=ext

So your eclipse.ini file tail should look something like this:
...
-vmargs
-Dosgi.requiredJavaVersion=1.8
-Dorg.osgi.framework.bundle.parent=ext
-XX:+UseG1GC
-XX:+UseStringDeduplication
-Xms256m
-Xmx1024m

VisualCode is under development and currently in alpha phase.
So please be patient and forgive possible problems.

more information, please visit

https://github.com/ToivoAdams/VisualCode_Site

 

Categories:
  • Tools
Additional Details
Eclipse Versions: 
Oxygen (4.7), Neon (4.6), Photon (4.8), 2018-09 (4.9), 2018-12 (4.10), 2019-03 (4.11), 2019-06 (4.12), 2019-09 (4.13), 2019-12 (4.14)
Platform Support: 
Windows, Linux/GTK
Date Created: 
Wed, 2017-07-12 13:32
Development Status: 
Alpha
Date Updated: 
Tue, 2019-10-22 11:32
Submitted by: 
Toivo Adams
Screenshots
Metrics
DateRankingInstallsClickthroughs
December 2019755/8242 (0%)2
November 2019772/9003 (0%)3
October 2019748/8884 (0%)6
September 2019659/8789 (0%)8
August 2019785/9002 (0%)6
July 2019894/9111 (0%)5
June 2019778/9193 (0%)8
May 2019905/9131 (0%)7
April 2019850/9232 (0%)4
March 2019NA0 (0%)5
February 2019851/9242 (0%)7
January 2019879/9302 (0%)6
December 2018NA20
View Data for all Listings
Errors

Unsuccessful Installs in the last 7 Days: 0

Download last 500 errors (CSV)
External Install Button

Marketplace Drag to Install button

By adding the following code below to your website you will be able to add an install button for VisualCode.

HTML Code:


Markdown Syntax:



Output: Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client
Thursday, December 12, 2019 - 21:17
  • Sign in to post reviews.

Markets

  • Eclipse Project (31)
  • Tools (1600)
    • Application Development Frameworks (205)
    • Application Management (37)
    • Application Server (42)
    • BIRT (10)
    • Build and Deploy (125)
    • Business Intelligence, Reporting and Charting (25)
    • Code Management (152)
    • Collaboration (47)
    • Database (57)
    • Database Development (42)
    • Database Persistence (23)
    • Documentation (80)
    • Eclipse Kura (83)
    • Eclipse SmartHome (65)
    • EclipseRT Target Platform Components (8)
    • Editor (386)
    • Entertainment (18)
    • General Purpose Tools (135)
    • Graphics (38)
    • IDE (400)
    • Internet of Things (IoT) (35)
    • J2EE Development Platform (60)
    • J2ME (6)
    • Languages (181)
    • Linux Tools (20)
    • Logging (26)
    • Mobile and Device Development (57)
    • Modeling (108)
    • Modeling Tools (181)
    • Mylyn Connectors (24)
    • Network (18)
    • Other (86)
    • Process (22)
    • Profiling (25)
    • Programming Languages (126)
    • Reporting (40)
    • Rich Client Applications (57)
    • Science (5)
    • SCM (25)
    • Search (45)
    • SOA Development (20)
    • Source Code Analyzer (122)
    • Systems Development (67)
    • Team Development (66)
    • Testing (115)
    • Tools (685)
    • UI (103)
    • UML (46)
    • Web (117)
    • Web Services (40)
    • Web, XML, Java EE and OSGi Enterprise Development (39)
    • XML (35)
  • IoT (152)
    • Eclipse Kura (83)
    • Eclipse SmartHome (65)
  • RCP Applications (95)
  • Training & Consulting (58)
  • Long Term Support (11)

Search

Advanced Search

More like this

  • Team Explorer Everywhere
  • Project Usus
  • Data Hierarchy
  • Bytecode Visualizer
  • Ant Visualization

Favorited by

Eclipse IDE 2019-09

Get the latest version of the Eclipse IDE.

Download Now Learn More

Eclipse Foundation

  • About Us
  • Contact Us
  • Donate
  • Governance
  • Logo and Artwork
  • Board of Directors

Legal

  • Publishing Guidelines
  • Privacy Policy
  • Terms of Use
  • Copyright Agent
  • Eclipse Public License
  • Legal Resources

Useful Links

  • Welcome to Marketplace
  • Report a Bug
  • Documentation
  • How to Contribute
  • Mailing Lists
  • Forums
  • Marketplace

Other

  • IDE and Tools
  • Community of Projects
  • Working Groups
  • Research@Eclipse
  • Report a Vulnerability
  • Service Status

Copyright © Eclipse Foundation, Inc. All Rights Reserved.

Back to the top