[JAVA] Considering a property editor to use with SpringToolSuite (STS)

Trigger

Boss "When you open a property file in Eclipse, it is translated into Japanese, but when you open it in STS, it is not translated into Japanese, so please consider a property editor that can be used in STS." Wai "Wiss"

I checked it ('ω')

In the first place, how is it translated into Japanese?

native2ascii --The JDK includes a code conversion tool called "native2ascii" --A tool that converts native code to Unicode

Why is it translated into Japanese with Eclipse (Pleiades)?

--Property editor " Limy "included in Eclipse (Pleiades) --This editor will be translated into Japanese because it ** automatically executes native2ascii ** when the property file is opened.

Why isn't it translated into Japanese in STS?

--The property editor included with STS is " Spring Properties Editor " --This editor does not automatically execute native2ascii ** when the property file is opened, so it is not translated into Japanese.

So, in order to translate it into Japanese

** Apply the property editor " Limy "included with Pleiades to STS! ** ** In that. (There are many even if you look it up on the net)

Procedure for applying Limy to STS

  1. Download the full package of Pleiades
  2. Unzip the download file
  3. Copy the folder " Limy "contained in the folder
  4. Paste [3] under STS / drops

How to use Limy with STS

  1. Start STS
  2. Right-click on the property file you want to open
  3. Select "Limy Property Editor" from "Open Next" --If "Limy Property Editor" is not displayed --Restart STS --Start with the clean option --Reboot the OS ――If it still doesn't work, I'm sorry

"Why doesn't Spring Properties Editor run native2ascii automatically?" "Is there a mechanism to automatically execute native2ascii in Spring Properties Editor?" I haven't investigated that area. Commentary. If anyone knows, please let me know.

that's all.

Recommended Posts

Considering a property editor to use with SpringToolSuite (STS)
How to use a foreign key with FactoryBot ~ Another solution
A tool to generate Retina images for iOS for use with Xcode
How to use mssql-tools with alpine
Make a C compiler to use with Rust x CLion with Docker
A memorandum on how to use Eclipse
How to use BootStrap with Play Framework
[Rails] How to use rails console with docker
I want to use DBViewer with Eclipse 2018-12! !!
Use FacesContext as a Mock with PowerMockito
Use a named format with Ruby's format method
When I tried to use a Wacom tablet with ubuntu 20.04, I didn't recognize it.
It's a pain to deal with old dates
How to use built-in h2db with spring boot
You use context to use MDC with Spring WebFlux
Add a tag function to Rails. Use acts-as-taggable-on
How to use Java framework with AWS Lambda! ??
Convert a string to a character-by-character array with swift
I want to use java8 forEach with index
How to use Java API with lambda expression
Transition to a view controller with Swift WebKit
Super easy way to use enum with JSP
Use CarrierWave to set a user's profile picture
Rip a CD to MP3 with Ubuntu 18.04 LTS
How to use nfs protocol version 2 with ubuntu 18.04
How to use docker compose with NVIDIA Jetson
How to use nginx-ingress-controller with Docker for Mac
I tried to break a block with java (1)
How to use a structure with variable length array or bit field in Ruby-FFI
A warning is displayed when trying to use a huge integer with the special variables $ 1, $ 2, $ 3 ...