[JAVA] Change the half-width space of STS (Spring Tool Suite) from "u" to "・"

I introduced STS to learn Spring Framework, but it is very difficult to see the half-width space with u, so I will make a note of the change procedure. The procedure is basically the same as for Eclipse.

STS version

Spring Tool Suite 4 Version: 4.6.0.RELEASE

procedure

STS installation path (depending on the person, but for reference) "C:\Applications\sts-4.6.0.RELEASE\dropins\MergeDoc\eclipse\plugins\jp.sourceforge.mergedoc.pleiades\conf\pleiades-config.xml"

			$3	= $3.equals("·" ) ? "ᴜ"	//Half-width space Example: ▫ᵁᐡᶸᓑᴜՍ
                <!--↓ ↓ Change to the following ↓ ↓-->
            $3	= $3.equals("" ) ? "ᴜ"	//Half-width space Example: ▫ᵁᐡᶸᓑᴜՍ

that's all. Let's have a good coding life. Thank you for your hard work.

Reference URL

Change the half-width space display of eclipse from u to ・

Recommended Posts

Change the half-width space of STS (Spring Tool Suite) from "u" to "・"
[Environment construction] Spring Tool Suite4 installation (Mac)
Spring Tool Suite installation and Japanese localization for Windows
Cancel STS (Spring Tool Suite) Japanese localization
Put Java 11 and spring tool suite on mac
JAVA + STS (Spring Tool Suite) environment construction procedure
I can't find Pivotal tc server Developer Edition in Spring Tool Suite
Change the half-width space of STS (Spring Tool Suite) from "u" to "・"
The story of raising Spring Boot from 1.5 series to 2.1 series part2
Cancel STS (Spring Tool Suite) Japanese localization
How to check the latest version of io.spring.platform to describe in pom.xml of Spring (STS)
The story of raising Spring Boot 1.5 series to 2.1 series
JAVA + STS (Spring Tool Suite) environment construction procedure
Change the timezone of the https-portal container to JST
From the introduction of devise to the creation of the users table
How to write Scala from the perspective of Java
The story of migrating from Paperclip to Active Storage
05. I tried to stub the source of Spring Boot
[Rails] How to change the column name of the table
A record of studying the Spring Framework from scratch
About the function of Spring Boot due to different versions
I want to change the log output settings of UtilLoggingJdbcLogger
How to get the longest information from Twitter as of 12/12/2016
How to change the setting value of Springboot Hikari CP
How to change the contents of the jar file without decompressing
Change only one character from the String type string to uppercase
When you want to change the MySQL password of docker-compose
I tried upgrading from CentOS 6.5 to CentOS 7 with the upgrade tool
Try Spring Boot from 0 to 100.
Change from SQLite3 to PostgreSQL
[Swift] How to dynamically change the height of the toolbar on the keyboard
I want to understand the flow of Spring processing request parameters
Change Spring Boot REST API request / response from CamelCase to SankeCase
docker (200) Misra Example Suite at docker The road to completion of compilation
What I did in the migration from Spring Boot 1.4 series to 2.0 series
[Rails] How to change the page title of the browser for each page
What I did in the migration from Spring Boot 1.5 series to 2.0 series
From fledgling Java (3 years) to Node.js (4 years). And the impression of returning to Java
I want to control the default error message of Spring Boot
[chown] How to change the owner of a file or directory
I made a tool to output the difference of CSV file
I want to change the value of Attribute in Selenium of Ruby