You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Justin Mclean (JIRA)" <ji...@apache.org> on 2014/03/03 00:43:20 UTC

[jira] [Resolved] (FLEX-34049) Allow the ouput symbols to be escaped when called from an IDE

     [ https://issues.apache.org/jira/browse/FLEX-34049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Mclean resolved FLEX-34049.
----------------------------------

    Resolution: Fixed

reopen if this has not ben fixed

> Allow the ouput symbols to be escaped when called from an IDE
> -------------------------------------------------------------
>
>                 Key: FLEX-34049
>                 URL: https://issues.apache.org/jira/browse/FLEX-34049
>             Project: Apache Flex
>          Issue Type: Improvement
>          Components: FDB - Debugger
>    Affects Versions: Apache Flex 4.11.0
>            Reporter: Frédéric THOMAS
>            Assignee: Frédéric THOMAS
>            Priority: Trivial
>             Fix For: Apache Flex 4.12.0
>
>         Attachments: ExpressionCache.java, StringUtil.java, fdb.jar
>
>
> Currently, in IntelliiJ, there is this fix:
> "The fix escapes special symbols and surrounds result with 
> "IDEA-ESCAPE-START" and "IDEA-ESCAPE-END", so that's not something that 
> can go to Apache repo.
> The problem that is solves is to distinguish line break in fdb output 
> that means 'fdb message finished' from line breaks that are inside 
> printed string var value.
> For example (using Java string syntax) "myString = a \n b" (with real 
> line break char) becomes "myString = IDEA-ESCAPE-STARTa \\n 
> bIDEA-ESCAPE-END" (without real line break char).
> This is not a problem for command line fdb usage, but may be a big 
> problem for IDE." Alexander Doroshko from JetBrains
> So, it could be integrated into FDB with minor changes.



--
This message was sent by Atlassian JIRA
(v6.2#6252)