Skip to content

Style for property files #1425

Open
Open
@Neverbirth

Description

@Neverbirth

I think the style for property files is a bit far from the one used for normal languages. Current one:

image

The thing is that by default identifiers in AS3/Haxe are not colored, and here they are blue. I would switch colors:

image

Another option would be for values to use the same color as strings in other syntaxes, I saw other IDEs use this scheme:

image

The "problem" with this swap is that Scintilla doesn't set a key as a key until the equal sign is type, and we can see things like this, which is not very nice IMHO:

image

I know the equal sign is also not colored in other syntaxes, but in this case I think this is OK.

I didn't check not default custom themes yet. Maybe this is not a very important discussion, but I'm working on something related and would like to standardize this stuff, so please, @elsassph reply ASAP.

PS: I also think XML coloring is quite far from any style, but right now I don't care heh.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions