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

When using hotkey inside comment program stopping respond #5

Open
irvnriir opened this issue Aug 29, 2017 · 8 comments
Open

When using hotkey inside comment program stopping respond #5

irvnriir opened this issue Aug 29, 2017 · 8 comments

Comments

@irvnriir
Copy link

Any additional info i can provide ?

@UltCombo
Copy link
Owner

Yes, please provide as much info as you can.

  • Are you using the latest Atom version?
  • Does it freeze only temporarily or is it permanent and you have to restart Atom?
  • Does the issue trigger every time or just for specific cases? If the latter, can you provide a sample text that triggers the issue? Where's the cursor/selection(s) in that text when you press the hotkey and it freezes?
  • Also, what Atom syntax were you using at the time (JavaScript, Python, Java, a custom syntax highlighter)?

@irvnriir
Copy link
Author

irvnriir commented Sep 12, 2017

yes
permanently
every time
sqf (right thing, i tryed and in C# (same comments syntax) for example its working fine)

@UltCombo
Copy link
Owner

UltCombo commented Sep 12, 2017

Thanks!

I'd bet the sqf language uses different scope descriptors for comments (from the command palette, select "Editor: Log Cursor Scope") than the ones supported here: [1] [2]

I'm short on time to investigate it now though.

@irvnriir
Copy link
Author

irvnriir commented Sep 12, 2017

@irvnriir
Copy link
Author

irvnriir commented Sep 14, 2017

Can some change in the SQF package help fixing or fix the issue ?

@muaadhsherif
Copy link

muaadhsherif commented Mar 5, 2018

I think we don't have a need to use this package as atom does this without packages. Just type:
ctrl-/ : to make the hole line as a comment.
ctrl-shift-/: to comment the selected text and if there is no-selected text it gives you an empty comment.

@irvnriir
Copy link
Author

irvnriir commented Mar 6, 2018

@muaadhsherif obviously it doing this differently

@muaadhsherif
Copy link

I'm very sorry for the previous comment. I'll delete it. I don't know, yesterday ctrl + shift + / was working but now it doesn't. I don't know the reason.
I think Because I uninstalled another package and then ctrl+shift+/ was still working, so I thought It works without the package. Maybe first I had to reopen Atom.
I'm sorry.

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

3 participants