Custom label editor

Issue #174 new
Jonathan Toland created an issue

It'd be nice for the Java properties editor to work for Salesforce custom labels. I would even interpret underscore as hierarchical (like dot in properties) to encourage faux namespacing.

Comments (4)

  1. Vivek M. Chawla

    Hmmm...this is a really interesting idea. I think you'd have to make the interpreted hierarchy character something configurable on a module-by-module basis, though.

    Agree that this is a minor enhancement (priority wise), but it's pretty damn cool. :-)

  2. Scott Wells repo owner

    Yeah, it wouldn't be very hard. It wouldn't use the Java properties editor, but interestingly JetBrains' example for a custom language plugin is for properties support, so it would be pretty simple and quick to take that and adapt it for custom labels. I have some more significant things to address before I'd get to this one (as the two of you know very well!), but I do like this idea.

  3. Log in to comment