Skip to main content
  • Log in
  • Manage Cookies
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
    • Search

  1. Home
  2. Marketplace
  3. Tools
  4. MultiProperties

Please be aware that some listings have been temporarily delisted from our marketplace in order to improve the security of the platform. We apologize for any inconvenience this may caused.

For more information on this matter, please visit #1.

If you are a listing owner and would like to have your listing(s) reinstated, please open a ticket at https://gitlab.eclipse.org/eclipsefdn/it/websites/marketplace.eclipse.org/-/issues.

Thank you for your understanding and cooperation.

MultiProperties

MultiProperties
47
12
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.

2020-03 (4.15)
2019-12 (4.14)
2019-09 (4.13)
2019-06 (4.12)
2019-03 (4.11)
2018-12 (4.10)
2018-09 (4.9)
Photon (4.8)
Oxygen (4.7)
Neon (4.6)
Mars (4.5)
Luna (4.4)
Kepler (4.3)
Juno (4.2, 3.8)
Previous to Juno (<=4.1)
2020-06 (4.16)
2020-09 (4.17)
2020-12 (4.18)
2021-03 (4.19)

https://raw.githubusercontent.com/skazsi/multiproperties/master/hu.skzs.multiproperties.updatesite/site.xml

Learn more...

Screenshot 0

Screenshot 1

Screenshot 2

Details Group Tabs

Details

MultiProperties Editor is an Eclipse plugin for editing multiple key-value based files with similar content. This kind of file format can be Properties for example in Java programming language, which is frequently used for backing a ResourceBundle.

However, the plugin is not limited to support only Properties files. Instead, it stores everything in one XML file, including the list of keys, all of the values, descriptions and meta information. When the editor saves its content into the XML file, it also saves a different kind of output files with help of handlers.

Since the handlers are used through a standard Eclipse extension point, not just the already available handlers can be used. You can also implement your own handler which produces your own output format, for example, you can produce SQL files instead of Properties files.

Categories:
  • Application Management,
  • Build and Deploy,
  • Editor,
  • IDE,
  • Other
Tags:
  • java,
  • editor,
  • properties file,
  • properties,
  • i18n,
  • localization
Additional Details
Eclipse Versions: 
2020-03 (4.15), 2019-12 (4.14), 2019-09 (4.13), 2019-06 (4.12), 2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), Oxygen (4.7), Neon (4.6), Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1), 2020-06 (4.16), 2020-09 (4.17), 2020-12 (4.18), 2021-03 (4.19)
Platform Support: 
Windows, Mac, Linux/GTK
Organization Name: 
skzs
Development Status: 
Production/Stable
Date Created: 
Tue, 2011-12-13 07:36
License: 
EPL
Date Updated: 
Fri, 2021-01-15 10:13
Submitted by: 
Krisztián Zsolt Sallai
Screenshots
Screenshot 0
Screenshot 1
Screenshot 2
Metrics
DateRankingInstallsClickthroughs
March 2023209/66386 (0.03%)10
February 2023231/66894 (0.03%)22
January 2023218/677110 (0.03%)18
December 2022268/80579 (0.02%)18
November 2022306/80856 (0.01%)16
October 2022300/81163 (0.02%)21
September 2022327/81250 (0.01%)17
August 2022253/80881 (0.02%)24
July 2022277/81674 (0.02%)27
June 2022283/81074 (0.02%)23
May 2022282/81079 (0.02%)28
April 2022268/81789 (0.02%)29
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 MultiProperties.

HTML Code:


Markdown Syntax:



Output: Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client
Wednesday, March 22, 2023 - 03:02

Reviews Sign in to post reviews

gmanevbp8's picture

Eclipse 2019-06

Submitted by Georgi Manev on Fri, 2019-06-21 04:35

Could you please make this plugin compatible with Eclipse 2019-06 :)

This is very useful plugin.

kjoung's picture

Re: Eclipse 2019-06

Submitted by Kunok Joung on Wed, 2022-07-13 00:10

https://marketplace.eclipse.org/content/dazzle
Try the plugin above.
Better support for similar features.

mmisingnameioc's picture

Re: Eclipse 2019-06

Submitted by Krisztián Zsolt Sallai on Fri, 2019-06-28 16:42

The update site URL was invalid. Sorry for the inconvenience. Please try to install again.

mboskovicor1's picture

Please fix plugin

Submitted by Marko Boskovic on Tue, 2019-04-23 13:07

Please fix the plugin for Eclipse 2018-12, Eclipse Oxygen.2 and Eclipse 2018-09.

I tried to install on 3 eclipse versions from above and for all I got the same error.
Error:
Unable to read repository at "github.com/skazsi/multiproperties/tree/master/hu.skzs.multiproperties.updatesite."
"github.com/skazsi/multiproperties/tree/master/hu.skzs.multiproperties.updatesite" is not a valid repository location.

mmisingnameioc's picture

Re: Please fix plugin

Submitted by Krisztián Zsolt Sallai on Wed, 2019-04-24 15:48

I assume you are trying to install the plugin manually by using the update site instead of the Marketplace. If so, then the correct update site URL is the following:

https://raw.githubusercontent.com/skazsi/multiproperties/master/hu.skzs....

If you have seen somewhere else mentioned any other location as update site, please let me know, I would like to get rid of.

mmisingnameioc's picture

1.4.0 is released with encoding support of properties files

Submitted by Krisztián Zsolt Sallai on Fri, 2019-04-12 17:33

Some other minor fixes and improvements are also included.

kzer's picture

Fix for new versions of eclipse.

Submitted by Kürşat Özer on Sat, 2019-03-30 07:31

Could you please make this plugin compatible with Eclipses 2018-12 and 2019-03 :)

Thanks

mmisingnameioc's picture

Re: Fix for new versions of eclipse.

Submitted by Krisztián Zsolt Sallai on Sat, 2019-04-06 14:42

I'm working on it.

mmisingnameioc's picture

Re: Re: Fix for new versions of eclipse.

Submitted by Krisztián Zsolt Sallai on Wed, 2019-04-10 04:03

Should be installable for the 2019-03 version too.

bmenot's picture

Please fix

Submitted by John Minetta on Thu, 2019-03-14 10:07

Please fix the plugin for Eclipse 2018-12 :)

mmisingnameioc's picture

Re: Please fix

Submitted by Krisztián Zsolt Sallai on Sat, 2019-04-06 14:42

I'm working on it.

mmisingnameioc's picture

Re: Re: Please fix

Submitted by Krisztián Zsolt Sallai on Wed, 2019-04-10 04:03

Should be installable for the 2019-03 version too.

Markets

  • Eclipse Project (4)
  • Tools (1342)
    • Application Development Frameworks (171)
    • Application Management (32)
    • Application Server (31)
    • BIRT (10)
    • Build and Deploy (104)
    • Business Intelligence, Reporting and Charting (14)
    • Code Management (117)
    • Collaboration (37)
    • Database (44)
    • Database Development (34)
    • Database Persistence (17)
    • Documentation (60)
    • Eclipse Kura (122)
    • Eclipse SmartHome (46)
    • EclipseRT Target Platform Components (10)
    • Editor (339)
    • Entertainment (14)
    • General Purpose Tools (124)
    • Graphics (34)
    • IDE (344)
    • Internet of Things (IoT) (35)
    • J2EE Development Platform (44)
    • J2ME (5)
    • Languages (155)
    • Linux Tools (19)
    • Logging (22)
    • Mobile and Device Development (49)
    • Modeling (90)
    • Modeling Tools (146)
    • Mylyn Connectors (20)
    • Network (14)
    • Other (74)
    • Process (18)
    • Profiling (22)
    • Programming Languages (100)
    • Reporting (32)
    • Rich Client Applications (39)
    • Science (4)
    • SCM (20)
    • Search (42)
    • SOA Development (15)
    • Source Code Analyzer (99)
    • Systems Development (59)
    • Team Development (54)
    • Testing (90)
    • Tools (568)
    • UI (97)
    • UML (40)
    • Web (90)
    • Web Services (31)
    • Web, XML, Java EE and OSGi Enterprise Development (32)
    • XML (29)
  • IoT (172)
    • Eclipse Kura (122)
    • Eclipse SmartHome (46)
  • RCP Applications (79)
  • Training & Consulting (53)
  • Long Term Support (11)

Search

Advanced Search

More like this

  • Properties Editor 3 STANDALONE (Java i18n tool)
  • Polyglot Maven with Atom, Groovy, YAML IDE Pack (bleeding edge)
  • Gradle IDE Pack
  • LiClipseText
  • Eclipse Enterprise Java and Web Developer Tools

Favorited by

Eclipse Foundation

  • About Us
  • Contact Us
  • Sponsor
  • Members
  • Governance
  • Code of Conduct
  • Logo and Artwork
  • Board of Directors
  • Careers

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
  • Projects
  • Working Groups
  • Research@Eclipse
  • Report a Vulnerability
  • Service Status

Copyright © Eclipse Foundation. All Rights Reserved.

Back to the top