Entries by Yutaka Emura

EmEditor v16.0.0 released!

Today, we are releasing EmEditor v16.0.0. Notes: Indonesian is not supported anymore as the UI language. Updates from v15.9.0 include: New General Features The new Find dialog box allows you to extract searched strings from the current document or all opened documents. New document titles are now suffixed with sequential numbers, such as Untitled-1, Untitled-2, […]

EmEditor v16.0.0 beta 5

Today, we are releasing EmEditor v16.0.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. Updates from v16.0.0 beta 4 include: Bug Fixes Improved the “Do you want to terminate the current tool job?” message […]

EmEditor v16.0.0 beta 4

Today, we are releasing EmEditor v16.0.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. Updates from v16.0.0 beta 3 include: Bug Fixes Fixed a certain bug related to external tools. Fixed a certain bug […]

EmEditor v16.0.0 beta 3

Today, we are releasing EmEditor v16.0.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. Updates from v16.0.0 beta 2 include: New Options The Column text box was added under the Tag Format in the […]

EmEditor v16.0.0 beta 2

Today, we are releasing EmEditor v16.0.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. Updates from v16.0.0 beta 1 include: New General Features The new version does not include line numbers when only file […]

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 […]