brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

Quick Edit does not work on JS files #13053

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by yaronby Tuesday Feb 10, 2015 at 14:52 GMT Originally opened as https://github.com/adobe/brackets/issues/10565


I click on Quick-Edit and see nothing. Log error says: main.js:815 Uncaught TypeError: Cannot read property 'getCursor' of null

more log errors: Recursive tests with the same id are not supported. Timer id: INLINE_WIDGET_OPEN Recursive tests with the same id are not supported. Timer id: JAVASCRIPT_INLINE_CREATE

image

core-ai-bot commented 3 years ago

Comment by redmunds Tuesday Feb 10, 2015 at 15:52 GMT


@yaronby Try Debug > Reload Without Extensions to see if problem is being caused by an extension.

core-ai-bot commented 3 years ago

Comment by yaronby Wednesday Feb 11, 2015 at 05:17 GMT


Yes, The problem stays without extensions. Brackets version: Release 1.1 build 1.1.0-15558 Run on Windows 7.

core-ai-bot commented 3 years ago

Comment by Azema Sunday Mar 15, 2015 at 20:36 GMT


I have the same problem, with and without extensions.

Problem: JavaScriptQuickEdit call brackets._jsCodeHintsHelper and session is null.

Brackets version: Version 1.2 édition 1.2.0-15697 (release 8f82e2a97) OS: Windows 7 (x86)

Edit: The QuickEdit works well on a JS file, but when I use it with angularui.angularjs plugin, I have the problem again.

core-ai-bot commented 3 years ago

Comment by Azema Thursday Apr 02, 2015 at 10:01 GMT


OK, problem solved.

I was working on EJS files and this extension is not supported by JavaScriptCodeHints. That's why there was no session.