Notes |
|
|
|
|
|
Show a more clear error message. Add empty lines after or something like that. |
|
|
(0087321)
|
hgbot
|
2016-06-16 07:26
|
|
Repository: erp/devel/pi
Changeset: 7e172d861766253ac2dfa001d226b064cab5f58c
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Jun 16 07:25:32 2016 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/7e172d861766253ac2dfa001d226b064cab5f58c [^]
Related to issue Related to issue 0033267: Add JSBeautifier script
- Show a more clear error message
---
M modules/org.openbravo.client.kernel/jsbeautify/jsbeautify
M modules/org.openbravo.client.kernel/jsbeautify/jsbeautify-module
M modules/org.openbravo.client.kernel/jsbeautify/jscheck-btfy
M modules/org.openbravo.client.kernel/jsbeautify/jscheck-btfy-module
---
|
|
|
|
- Try to show the cause of the error.
- A empty comment line with one space is not beautified in Eclipse plugin but it is in the script:
/*
* Comment example
*
*/ |
|
|
|
|
|
(0087839)
|
hgbot
|
2016-06-23 07:38
|
|
Repository: erp/devel/pi
Changeset: aff0703918852f20f3a5e628d8dfba99210b3485
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Wed Jun 22 15:50:58 2016 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/aff0703918852f20f3a5e628d8dfba99210b3485 [^]
Related to issue 0033267: Add JSBeautifier script
- Show a description of JSBeautifier
---
M modules/org.openbravo.client.kernel/jsbeautify/jsbeautify
M modules/org.openbravo.client.kernel/jsbeautify/jsbeautify-module
---
|
|
|
(0087840)
|
hgbot
|
2016-06-23 07:38
|
|
Repository: erp/devel/pi
Changeset: 1f60535ebd42000961648fa5ffd195f302c465a9
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Wed Jun 22 17:39:21 2016 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/1f60535ebd42000961648fa5ffd195f302c465a9 [^]
Fixed issue 0033267: Add JSBeautifier script
- Add in description "JS Beautifier Eclipse plugin doesn't remove white spaces at the end of the line in block comments. You have to do it manually"
---
M modules/org.openbravo.client.kernel/jsbeautify/jsbeautify
M modules/org.openbravo.client.kernel/jsbeautify/jsbeautify-module
---
|
|
|
(0087842)
|
hgbot
|
2016-06-23 07:47
|
|
Repository: erp/devel/pi
Changeset: 6a6ba4787b0797727b1b2697f6f996d65604b60a
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Jun 23 07:46:49 2016 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/6a6ba4787b0797727b1b2697f6f996d65604b60a [^]
Fixed issue 0033267: Add JSBeautifier script
- Show a more clear description.
---
M modules/org.openbravo.client.kernel/jsbeautify/jsbeautify
M modules/org.openbravo.client.kernel/jsbeautify/jsbeautify-module
---
|
|
|
|
|
|
|
|
|
|
|
|
(0087869)
|
hgbot
|
2016-06-24 08:40
|
|
Repository: erp/devel/pi
Changeset: 78f44c4885a3dad042bd06d44f562fee419a8c71
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Fri Jun 24 08:40:02 2016 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/78f44c4885a3dad042bd06d44f562fee419a8c71 [^]
Fixed issue 0033267: Add JSBeautifier script
- Replacing we were doing perl -pe 'chop if eof' 2 times. Use cat instead to do not remove last character
---
M modules/org.openbravo.client.kernel/jsbeautify/jsbeautify
M modules/org.openbravo.client.kernel/jsbeautify/jsbeautify-module
---
|
|
|
|
|