[jbosstools-issues] [JBoss JIRA] (JBIDE-16689) Crash after CTRL + rightclick + find implementation

Victor Rubezhny (JIRA) issues at jboss.org
Thu Mar 6 12:32:33 EST 2014


    [ https://issues.jboss.org/browse/JBIDE-16689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12950818#comment-12950818 ] 

Victor Rubezhny commented on JBIDE-16689:
-----------------------------------------

Edoardo, could you please out your functions' code into the \{code\} tag. You can (probably) edit your message.

An example:

{noformat}
{code}
function checkDateAfter(dataDa, dataA){
// ... 
}

function checkOraMinuti(ore, minuti){
return (parseInt(ore)>=0 && parseInt(ore)<=24) && (parseInt(minuti)>=0 && parseInt(ore)<=60);
}
{code}
{noformat}

JIRA breaks some special characters so you should use tag \{code\} around your code in order to show it properly.
                
> Crash after CTRL + rightclick + find implementation
> ---------------------------------------------------
>
>                 Key: JBIDE-16689
>                 URL: https://issues.jboss.org/browse/JBIDE-16689
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: upstream
>            Reporter: Edoardo Barolo
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list