[JBoss JIRA] (JBIDE-22749) Improve the automatic finishing of FreeMarker constructs
by Daniel Dekany (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22749?page=com.atlassian.jira.plugi... ]
Daniel Dekany updated JBIDE-22749:
----------------------------------
Description:
Currently, when I type {{<#}} or {{<@}}, the editor automatically adds the closing {{>}}. It should also close {{</#}}, {{</@}}, {{${}}, and {{#{}} and {{<#--}}. Furthermore the way it auto-closes what it does is technically awkward, as it only inserts the {{>}} after the inserted {{#}} was shown and the resulting syntax highlighting was done, instead of inserting both characters in a single step.
was:
Currently, when I type {{<#}} or {{<@}}, the editor automatically adds the closing {{>}}. It should also close {{</#}}, {{</@}}, {{${}}, and {{#{}} and {{<#--}}. Furthermore the way it auto-closes what it does is technically award, as it only inserts the {{>}} after the inserted {{#}} was shown and the resulting syntax highlighting was done, instead of inserting both characters in a single step.
> Improve the automatic finishing of FreeMarker constructs
> --------------------------------------------------------
>
> Key: JBIDE-22749
> URL: https://issues.jboss.org/browse/JBIDE-22749
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: freemarker
> Reporter: Daniel Dekany
>
> Currently, when I type {{<#}} or {{<@}}, the editor automatically adds the closing {{>}}. It should also close {{</#}}, {{</@}}, {{${}}, and {{#{}} and {{<#--}}. Furthermore the way it auto-closes what it does is technically awkward, as it only inserts the {{>}} after the inserted {{#}} was shown and the resulting syntax highlighting was done, instead of inserting both characters in a single step.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBDS-3961) CDK installation failed with progress bar stuck in 99%
by Budh Ram Gurung (JIRA)
[ https://issues.jboss.org/browse/JBDS-3961?page=com.atlassian.jira.plugin.... ]
Budh Ram Gurung commented on JBDS-3961:
---------------------------------------
[~dgolovin] the "d:\pat"h was logical partitioning of the disk (another drive with letter D:) rather than mapped network drive.
As I mentioned, with "C:\path" it is working fine. If that is the case, we need to document that other than system drive, it may not work.
> CDK installation failed with progress bar stuck in 99%
> ------------------------------------------------------
>
> Key: JBDS-3961
> URL: https://issues.jboss.org/browse/JBDS-3961
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Environment: h3. Operating System:
> Windows 10 Pro 64 Bit
> h3. Devstudio version
> Devstudio 1.0 GA
> Reporter: Budh Ram Gurung
> Assignee: Denis Golovin
> Labels: cdk
> Fix For: 10.1.0.AM2
>
> Attachments: dev_studio_installation.PNG, install.log
>
>
> I was trying the "devstudio 1.0 GA build" ("development-suite-1.0.0-GA-bundle-installer.exe") and unable to get CDK installation after gone through the steps of authentication, vagrant, cygwin, jboss dev studio installations.
> Observations:
> CDK installation stuck in 99% with "failed" mark.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-20512) Hitting enter next to an FTL constructs doesn't indent the line
by Daniel Dekany (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20512?page=com.atlassian.jira.plugi... ]
Daniel Dekany commented on JBIDE-20512:
---------------------------------------
Can someone merge this? Sending the PR for JBIDE-22749 requires this (also there's an approaching code freeze).
> Hitting enter next to an FTL constructs doesn't indent the line
> ---------------------------------------------------------------
>
> Key: JBIDE-20512
> URL: https://issues.jboss.org/browse/JBIDE-20512
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: freemarker
> Affects Versions: 4.3.0.Beta2
> Reporter: Daniel Dekany
> Assignee: Denis Golovin
> Fix For: 4.4.x
>
>
> When hitting enter when the cursor only has plain text next to it, the newly started line copies its indentation as expected. But if the cursor is directly before or after an FTL construct ({{$\{x\}}}, {{<#assign x = 1>}}, etc.) then after hitting enter the indentation will be 0. The most common case of running into this is hitting enter after an indented newly entered FTL construct, as then you will have to indent manually before you start typing the next line.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBDS-3961) CDK installation failed with progress bar stuck in 99%
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3961?page=com.atlassian.jira.plugin.... ]
Denis Golovin commented on JBDS-3961:
-------------------------------------
Mapped network drive is not supported by electron, so please ignore my previous question.
> CDK installation failed with progress bar stuck in 99%
> ------------------------------------------------------
>
> Key: JBDS-3961
> URL: https://issues.jboss.org/browse/JBDS-3961
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Environment: h3. Operating System:
> Windows 10 Pro 64 Bit
> h3. Devstudio version
> Devstudio 1.0 GA
> Reporter: Budh Ram Gurung
> Assignee: Denis Golovin
> Labels: cdk
> Fix For: 10.1.0.AM2
>
> Attachments: dev_studio_installation.PNG, install.log
>
>
> I was trying the "devstudio 1.0 GA build" ("development-suite-1.0.0-GA-bundle-installer.exe") and unable to get CDK installation after gone through the steps of authentication, vagrant, cygwin, jboss dev studio installations.
> Observations:
> CDK installation stuck in 99% with "failed" mark.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBDS-3961) CDK installation failed with progress bar stuck in 99%
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3961?page=com.atlassian.jira.plugin.... ]
Denis Golovin commented on JBDS-3961:
-------------------------------------
I suspect vagrant just does not understand d:\path, treat it as /path and that leads to c:/path mapping. I can try to it right and convert path with cygpath before passing to vagrant box add command.
> CDK installation failed with progress bar stuck in 99%
> ------------------------------------------------------
>
> Key: JBDS-3961
> URL: https://issues.jboss.org/browse/JBDS-3961
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Environment: h3. Operating System:
> Windows 10 Pro 64 Bit
> h3. Devstudio version
> Devstudio 1.0 GA
> Reporter: Budh Ram Gurung
> Assignee: Denis Golovin
> Labels: cdk
> Fix For: 10.1.0.AM2
>
> Attachments: dev_studio_installation.PNG, install.log
>
>
> I was trying the "devstudio 1.0 GA build" ("development-suite-1.0.0-GA-bundle-installer.exe") and unable to get CDK installation after gone through the steps of authentication, vagrant, cygwin, jboss dev studio installations.
> Observations:
> CDK installation stuck in 99% with "failed" mark.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBDS-3961) CDK installation failed with progress bar stuck in 99%
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3961?page=com.atlassian.jira.plugin.... ]
Denis Golovin commented on JBDS-3961:
-------------------------------------
Still having a hard time to replicate, what kind of this D:\ disk is? It is not a network drive, is it?
> CDK installation failed with progress bar stuck in 99%
> ------------------------------------------------------
>
> Key: JBDS-3961
> URL: https://issues.jboss.org/browse/JBDS-3961
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Environment: h3. Operating System:
> Windows 10 Pro 64 Bit
> h3. Devstudio version
> Devstudio 1.0 GA
> Reporter: Budh Ram Gurung
> Assignee: Denis Golovin
> Labels: cdk
> Fix For: 10.1.0.AM2
>
> Attachments: dev_studio_installation.PNG, install.log
>
>
> I was trying the "devstudio 1.0 GA build" ("development-suite-1.0.0-GA-bundle-installer.exe") and unable to get CDK installation after gone through the steps of authentication, vagrant, cygwin, jboss dev studio installations.
> Observations:
> CDK installation stuck in 99% with "failed" mark.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBDS-3914) Build zip distribution for Mac OS X and Linux
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3914?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-3914:
--------------------------------
Sprint: (was: devex #117 July 2016)
> Build zip distribution for Mac OS X and Linux
> ---------------------------------------------
>
> Key: JBDS-3914
> URL: https://issues.jboss.org/browse/JBDS-3914
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Feature Request
> Components: platform-installer
> Affects Versions: 10.0.0.GA
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Fix For: 10.1.0.AM2
>
> Attachments: zip in exe fails.png
>
>
> We need to check if self extracting 7zip understands zip format and instead of creating .7z archive use zip archve for bundled installer. that would let us release the same zip as Linux and Mac OS X distribution. The only change is creating readme.md in the archive root with link to installation guide (see trelo card for details).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBDS-3853) Installer: use node-rcedit instead of resourceHacker
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3853?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-3853:
--------------------------------
> Installer: use node-rcedit instead of resourceHacker
> ----------------------------------------------------
>
> Key: JBDS-3853
> URL: https://issues.jboss.org/browse/JBDS-3853
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: platform-installer
> Affects Versions: 9.1.0.CR1
> Reporter: Pavol Pitonak
> Assignee: Jan Richter
> Labels: havoc
> Fix For: 10.1.0.AM2
>
>
> Installer's metadata and icon are changed by Gulp using Resource Hacker which requires that we manually pre-compile its configuration on every change in metadata (e.g. project version).
> Change it to node-rcedit module (already used by electron-packager to do the same thing for binary inside self-extracting zip)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months