Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CLOSED] HTML code complete blocks (a bit) adding comments #1562

Open
core-ai-bot opened this issue Aug 29, 2021 · 16 comments
Open

[CLOSED] HTML code complete blocks (a bit) adding comments #1562

core-ai-bot opened this issue Aug 29, 2021 · 16 comments

Comments

@core-ai-bot
Copy link
Member

Issue by cfjedimaster
Saturday Sep 08, 2012 at 14:44 GMT
Originally opened as adobe/brackets#1600


I noticed lately that I keep screwing up my HTML comments. So instead of doing

@core-ai-bot
Copy link
Member Author

Comment by RaymondLim
Saturday Sep 08, 2012 at 17:05 GMT


If we're going to add !, then we should have it as "!--" so that you don't need to type two dashes after you select.

@core-ai-bot
Copy link
Member Author

Comment by cfjedimaster
Saturday Sep 08, 2012 at 17:40 GMT


Sounds smart. To be clear, even if you don't add !, it should at least
allow me to type it in. If I do <z, it works, even though there is no html
tag that begins with z.

On Sat, Sep 8, 2012 at 12:05 PM, Raymond Lim notifications@github.comwrote:

If we're going to add !, then we should have it as "!--" so that you don't
need to type two dashes after you select.


Reply to this email directly or view it on GitHubhttps://github.com/adobe/brackets/issues/1600#issuecomment-8391477.

Raymond Camden, Adobe Developer Evangelist

Email : raymondcamden@gmail.com
Blog : www.raymondcamden.com
Twitter: cfjedimaster

@core-ai-bot
Copy link
Member Author

Comment by RaymondLim
Saturday Sep 08, 2012 at 23:16 GMT


Oh, I didn't realize that you're having the issue of unable to type ! (#1394). This has been fixed about 3 weeks ago. If you have Sprint 13, then you won't have this issue.

@core-ai-bot
Copy link
Member Author

Comment by cfjedimaster
Saturday Sep 08, 2012 at 23:34 GMT


I'm seeing it with 13. To be clear, if I wait or dismiss the autocomplete I
can type it. I'm not totally blocked. But it definitively stops my initial
typing.
On Sep 8, 2012 6:16 PM, "Raymond Lim" notifications@github.com wrote:

Oh, I didn't realize that you're having the issue of unable to type ! (
#1394 adobe/brackets#1394). This has been
fixed about 3 weeks ago. If you have Sprint 13, then you won't have this
issue.


Reply to this email directly or view it on GitHubhttps://github.com/adobe/brackets/issues/1600#issuecomment-8398999.

@core-ai-bot
Copy link
Member Author

Comment by njx
Tuesday Sep 11, 2012 at 19:47 GMT


FWIW, I can't reproduce this in the Sprint 13 build on Mac (just did a clean install).@cfjedimaster, does it only happen in certain files, or does it happen all the time? Also, are you using an installed build of Sprint 13, and are you sure it's loading the installed app source instead of a development repo? (To verify that, you can choose Help > Show Extensions Folder, and make sure that it's inside Program Files and not your github clone of brackets.)

@core-ai-bot
Copy link
Member Author

Comment by cfjedimaster
Wednesday Sep 12, 2012 at 03:01 GMT


I've only tested it with HTML files.
As for Help->Show Extensions Folder.... maybe I'm dumb but I don't see a
Help menu at all.

On Tue, Sep 11, 2012 at 2:48 PM, Narciso Jaramillo <notifications@github.com

wrote:

FWIW, I can't reproduce this in the Sprint 13 build on Mac (just did a
clean install).@cfjedimaster https://github.com/cfjedimaster, does it
only happen in certain files, or does it happen all the time? Also, are you
using an installed build of Sprint 13, and are you sure it's loading the
installed app source instead of a development repo? (To verify that, you
can choose Help > Show Extensions Folder, and make sure that it's inside
Program Files and not your github clone of brackets.)


Reply to this email directly or view it on GitHubhttps://github.com/adobe/brackets/issues/1600#issuecomment-8470272.

Raymond Camden, Adobe Developer Evangelist

Email : raymondcamden@gmail.com
Blog : www.raymondcamden.com
Twitter: cfjedimaster

@core-ai-bot
Copy link
Member Author

Comment by RaymondLim
Wednesday Sep 12, 2012 at 05:30 GMT


@cfjedimaster

Actually, nj meant to say Debug > Show Extensions Folder. We did make some changes in Sprint 14 and he was referring to the Help menu only available in Sprint 14.

Also, in case your Sprint 13 is using your github clone of brackets, you can relaunch Brackets with holding down Shift key. If you launch with Shift key, then Brackets will prompt you to select index.html file from your sprint 13 installed folder. Default installed folder is C:\Program Files (x86)\Brackets Sprint 13\www.

@core-ai-bot
Copy link
Member Author

Comment by cfjedimaster
Wednesday Sep 12, 2012 at 11:14 GMT


I'm using the DMG install - so no source folder at all. (afaik)

On Wed, Sep 12, 2012 at 12:31 AM, Raymond Lim notifications@github.comwrote:

@cfjedimaster https://github.com/cfjedimaster

Actually, nj meant to say Debug > Show Extensions Folder. We did make some
changes in Sprint 14 and he was referring to the Help menu only available
in Sprint 14.

Also, in case your Sprint 13 is using your github clone of brackets, you
can relaunch Brackets with holding down Shift key. If you launch with Shift
key, then you can select index.html file from your sprint 13 installed
folder. Default installed folder is C:\Program Files (x86)\Brackets Sprint
13\www.


Reply to this email directly or view it on GitHubhttps://github.com/adobe/brackets/issues/1600#issuecomment-8482569.

Raymond Camden, Adobe Developer Evangelist

Email : raymondcamden@gmail.com
Blog : www.raymondcamden.com
Twitter: cfjedimaster

@core-ai-bot
Copy link
Member Author

Comment by pthiess
Wednesday Sep 12, 2012 at 16:33 GMT


Reviewed -@gruehle

@core-ai-bot
Copy link
Member Author

Comment by peterflynn
Wednesday Sep 12, 2012 at 17:17 GMT


@cfjedimaster: Hold down Alt while launching Brackets. This will ensure it's launching the copy of the source bundled inside the .app package.

You can also use Raymond's trick -- choose Debug > Show Extensions Folder -- and double check that the folder you see is inside the .app (rather than pointing at some other copy of the Brackets src that you have on your system).

@core-ai-bot
Copy link
Member Author

Comment by cfjedimaster
Wednesday Sep 12, 2012 at 17:45 GMT


Boom - that did it. So this was all a non-issue, right? Sorry if so - and
thanks for helping me get past it. :)

On Wed, Sep 12, 2012 at 12:18 PM, Peter Flynn notifications@github.comwrote:

@cfjedimaster https://github.com/cfjedimaster: Hold down Alt while
launching Brackets. This will ensure it's launching the copy of the source
bundled inside the .app package.

You can also use Raymond's trick -- choose Debug > Show Extensions Folder
-- and double check that the folder you see is inside the .app (rather than
pointing at some other copy of the Brackets src that you have on your
system).


Reply to this email directly or view it on GitHubhttps://github.com/adobe/brackets/issues/1600#issuecomment-8502380.

Raymond Camden, Adobe Developer Evangelist

Email : raymondcamden@gmail.com
Blog : www.raymondcamden.com
Twitter: cfjedimaster

@core-ai-bot
Copy link
Member Author

Comment by njx
Wednesday Sep 12, 2012 at 17:51 GMT


Not your fault--the transition to the new shell has been a little rocky because of the way we manage which folder it's pointed at. We've changed things now to remove the keyboard shortcuts--now the installed build will always just run off its installed content unless you run a shell script that points it explicitly at your dev folder (and there's another shell script that points it back at the installed content), so it should be more obvious when you're doing which. (We should also add something in the UI that shows when you're running off a dev folder, but that might be next sprint :))

@core-ai-bot
Copy link
Member Author

Comment by peterflynn
Wednesday Sep 12, 2012 at 17:51 GMT


Well, the issue was really a developer-level usability problem: #1536. Will be fixed in the next build.

@core-ai-bot
Copy link
Member Author

Comment by njx
Wednesday Sep 12, 2012 at 17:51 GMT


Closing as UTR

@core-ai-bot
Copy link
Member Author

Comment by njx
Wednesday Sep 12, 2012 at 17:52 GMT


Hey@peterflynn -- you're on vacation. Go away.

@core-ai-bot
Copy link
Member Author

Comment by peterflynn
Wednesday Sep 12, 2012 at 17:56 GMT


Not for another 4 minutes :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant