Entries by Yutaka Emura

EmEditor v16.0.0 beta 1

Today, we are releasing EmEditor v16.0.0 beta 1. Notes: Beta versions are updated frequently. In order to update automatically to future beta versions, please select Select Update Channel on the Help menu, and select Betas. Updates from v15.9.0 include: New General Features The new Find dialog box allows you to extract searched strings from the […]

EmEditor v15.9.0 supports JSON

EmEditor v15.9.0 now supports JScript Version 5.8 as a macro language including the JSON object. For example, you can write a macro using JSON: var text = ‘{ “employees” : [‘ + ‘{ “firstName”:”Noah” , “lastName”:”Smith” },’ + ‘{ “firstName”:”Emma” , “lastName”:”Johnson” },’ + ‘{ “firstName”:”Liam” , “lastName”:”Williams” } ]}’; var obj = JSON.parse(text); alert( […]

EmEditor v15.9.0 released!

Today, we are releasing EmEditor v15.9.0. Notes: Indonesian is not supported anymore as the UI language. Updates from v15.8.4 include: New General Features The new CSV Converter was added. CSV conversion command optimization. Another separator is added to the right side of CSV documents. The Cut Column(s), Copy Column(s), Paste, Delete Column(s), Insert Column Left, […]

EmEditor v15.9.0 beta 6

Today, we are releasing EmEditor v15.9.0 beta 6 Notes: Beta versions are updated frequently. In order to update automatically to future beta versions, please select Select Update Channel on the Help menu, and select Betas. Notes: Indonesian is not supported anymore as the UI language. Updates from v15.9.0 beta 5 include: Bug Fixes Fixed a […]

EmEditor v15.9.0 beta 5

Today, we are releasing EmEditor v15.9.0 beta 5 Notes: Beta versions are updated frequently. In order to update automatically to future beta versions, please select Select Update Channel on the Help menu, and select Betas. Notes: Indonesian is not supported anymore as the UI language. Updates from v15.9.0 beta 4 include: Bug Fixes Fixed a […]

EmEditor v15.9.0 beta 4

Today, we are releasing EmEditor v15.9.0 beta 4 Notes: Beta versions are updated frequently. In order to update automatically to future beta versions, please select Select Update Channel on the Help menu, and select Betas. Notes: Indonesian is not supported anymore as the UI language. Updates from v15.9.0 beta 3 include: New General Features The […]

EmEditor v15.9.0 beta 3

Today, we are releasing EmEditor v15.9.0 beta 3 Notes: Beta versions are updated frequently. In order to update automatically to future beta versions, please select Select Update Channel on the Help menu, and select Betas. Notes: Indonesian is not supported anymore as the UI language. Updates from v15.9.0 beta 2 include: New General Features The […]

EmEditor v15.9.0 beta 2

Today, we are releasing EmEditor v15.9.0 beta 2 Notes: Beta versions are updated frequently. In order to update automatically to future beta versions, please select Select Update Channel on the Help menu, and select Betas. Notes: Indonesian is not supported anymore as the UI language. Updates from v15.9.0 beta 1 include: New General Features The […]

EmEditor v15.9.0 beta 1

Today, we are releasing EmEditor v15.9.0 beta 1. Notes: Beta versions are updated frequently. In order to update automatically to future beta versions, please select Select Update Channel on the Help menu, and select Betas. Updates from v15.8.4 include: New General Features The Cut Column(s), Copy Column(s), Paste, Delete Column(s), Insert Column Left, and Insert […]

EmEditor v15.8.4 released!

Today, we are releasing EmEditor v15.8.4. Updates from v15.8.3 include: Bug Fixes Fixed the bug where EmEditor might have crashed when selecting the Open and Close command while opening a very large file. Fixed the bug where EmEditor did not show inserted characters after sorting an empty document. Fixed certain bugs related to the CSV […]