fidley / ABAPQuickFix

ABAP Quick Fix
https://abapblog.com
MIT License
42 stars 9 forks source link

Split doesn't work with line comments #50

Closed AlexandreHT closed 1 year ago

AlexandreHT commented 1 year ago

Hi, When I split the following instruction:

constants: foo type c value '0',  "foo
           bar type c value '1'.  "bar

I get the following result:

constants foo type c value '0'.
constants   "foobar type c value '1'.  "bar

Tested on Eclipse 2022-12 with Quick fix installed from Eclipse Marketplace. Not sure about the version since I got the release notes from 1.3 but when I look at the Eclipse MArketplace in the tab Installed, it's 1.0.16.

fidley commented 1 year ago

@AlexandreHT could you please test with the version from the BETA update site? https://fidley.github.io/ADTPluginsUpdateSiteBeta/UpdateSite/

AlexandreHT commented 1 year ago

It works.

fidley commented 1 year ago

Relased to prod update site