Acebug icon indicating copy to clipboard operation
Acebug copied to clipboard

<ctrl><f> triggers find dialog but the title of the dialog is [JavaScript Application]

Open MikeRatcliffe opened this issue 14 years ago • 3 comments

<ctrl><f> triggers find dialog but the title of the dialog is [JavaScript Application]

MikeRatcliffe avatar Feb 02 '11 12:02 MikeRatcliffe

thats is default behaviour from ace we should implement better find, like in cloud9

nightwing avatar Feb 02 '11 13:02 nightwing

Exactly, this is just a todo really. I don't think there is a way to trigger the replace dialog either.

MikeRatcliffe avatar Feb 02 '11 13:02 MikeRatcliffe

We should go through the following and make sure that each prompt is handled properly: https://github.com/ajaxorg/ace/blob/master/lib/ace/commands/default_commands.js

Normal prompt windows cannot have titles but we can use the nsiPromptService from XUL: https://developer.mozilla.org/en/XPCOM_Interface_Reference/nsIPromptService

MikeRatcliffe avatar Mar 02 '11 23:03 MikeRatcliffe