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

parameters not displayed in single line hotkey assignment #96

Closed
megabugman opened this issue Feb 25, 2017 · 2 comments
Closed

parameters not displayed in single line hotkey assignment #96

megabugman opened this issue Feb 25, 2017 · 2 comments

Comments

@megabugman
Copy link

when assigning a command to a hotkey directly, parameters are not displayed.
in another IDE this works as expected.
quirk2.png

maestrith added a commit that referenced this issue Feb 27, 2017
-Context Menu for Undo/Redo were displaying when there was not data for them #98
-Deleting umlaut characters was causing an issue #97
-Inline commands for hotkeys were not displaying parameters #96
-Odd issue with resizing controls when clicking on Omni-Search #95
-Error message when cancelling a plugin download from menus #93
-Run Selected Text
--Added Run Selected Text to the main code and changed how it works with multiple selected lines #92
--Added Run Code Block to the main code Fixed the SingleInstance issue #91
-Ctrl+R and Ctrl+E were adding odd control characters to the script #90
-Right Click: Selection will not change when right clicking #89
-Double Click on anything like #NoEnv and it will now select the # #88
Fixed:
-Delete/Backspace would go letter by letter when using a single caret.  Multiple carets will still do this.
-If you add a space in the tab previous to the first word of a line it would crash Studi
Added:
-Command Help (F1):
--Directives now work
--Selected words will also work if it is found by AHK Studio
--No need to have the Caret after the Command
maestrith added a commit that referenced this issue Feb 27, 2017
-Context Menu for Undo/Redo were displaying when there was not data for them #98
-Deleting umlaut characters was causing an issue #97
-Inline commands for hotkeys were not displaying parameters #96
-Odd issue with resizing controls when clicking on Omni-Search #95
-Error message when cancelling a plugin download from menus #93
-Run Selected Text
--Added Run Selected Text to the main code and changed how it works with multiple selected lines #92
--Added Run Code Block to the main code Fixed the SingleInstance issue #91
-Ctrl+R and Ctrl+E were adding odd control characters to the script #90
-Right Click: Selection will not change when right clicking #89
-Double Click on anything like #NoEnv and it will now select the # #88
Fixed:
-Delete/Backspace would go letter by letter when using a single caret.  Multiple carets will still do this.
-If you add a space in the tab previous to the first word of a line it would crash Studi
Added:
-Command Help (F1):
--Directives now work
--Selected words will also work if it is found by AHK Studio
--No need to have the Caret after the Command
@maestrith
Copy link
Owner

Addressed in 1.003.13. Please close this thread if it is fixed.

@megabugman
Copy link
Author

fixed

maestrith added a commit that referenced this issue Feb 28, 2017
-Context Menu: items that are not applicable are greyed out #98
-Deleting umlaut characters was causing an issue #97
-Inline commands for hotkeys were not displaying parameters #96
-Odd issue with resizing controls when clicking on Omni-Search #95
-Error message when cancelling a plugin download from menus #93
-Run Selected Text
--Added Run Selected Text to the main code and changed how it works with multiple selected lines #92
--Added Run Code Block to the main code Fixed the SingleInstance issue #91
-Ctrl+R and Ctrl+E were adding odd control characters to the script #90
-Right Click: Selection will not change when right clicking #89
-Double Click on anything like #NoEnv and it will now select the # #88
Fixed:
-Delete/Backspace would go letter by letter when using a single caret.  Multiple carets will still do this.
-If you add a space in the tab previous to the first word of a line it would crash Studi
Added:
-Command Help (F1):
--Directives now work
--Selected words will also work if it is found by AHK Studio
--No need to have the Caret after the Command
maestrith added a commit that referenced this issue Feb 28, 2017
-Context Menu: items that are not applicable are greyed out #98
-Deleting umlaut characters was causing an issue #97
-Inline commands for hotkeys were not displaying parameters #96
-Odd issue with resizing controls when clicking on Omni-Search #95
-Error message when cancelling a plugin download from menus #93
-Run Selected Text
--Added Run Selected Text to the main code and changed how it works with multiple selected lines #92
--Added Run Code Block to the main code Fixed the SingleInstance issue #91
-Ctrl+R and Ctrl+E were adding odd control characters to the script #90
-Right Click: Selection will not change when right clicking #89
-Double Click on anything like #NoEnv and it will now select the # #88
Fixed:
-Delete/Backspace would go letter by letter when using a single caret.  Multiple carets will still do this.
-If you add a space in the tab previous to the first word of a line it would crash Studi
Added:
-Command Help (F1):
--Directives now work
--Selected words will also work if it is found by AHK Studio
--No need to have the Caret after the Command
maestrith added a commit that referenced this issue Feb 28, 2017
-Context Menu: items that are not applicable are greyed out #98
-Deleting umlaut characters was causing an issue #97
-Inline commands for hotkeys were not displaying parameters #96
-Odd issue with resizing controls when clicking on Omni-Search #95
-Error message when cancelling a plugin download from menus #93
-Run Selected Text
--Added Run Selected Text to the main code and changed how it works with multiple selected lines #92
--Added Run Code Block to the main code Fixed the SingleInstance issue #91
-Ctrl+R and Ctrl+E were adding odd control characters to the script #90
-Right Click: Selection will not change when right clicking #89
-Double Click on anything like #NoEnv and it will now select the # #88
Fixed:
-Delete/Backspace would go letter by letter when using a single caret.  Multiple carets will still do this.
-If you add a space in the tab previous to the first word of a line it would crash Studi
Added:
-Command Help (F1):
--Directives now work
--Selected words will also work if it is found by AHK Studio
--No need to have the Caret after the Command
maestrith added a commit that referenced this issue Feb 28, 2017
-Context Menu: items that are not applicable are greyed out #98
-Deleting umlaut characters was causing an issue #97
-Inline commands for hotkeys were not displaying parameters #96
-Odd issue with resizing controls when clicking on Omni-Search #95
-Error message when cancelling a plugin download from menus #93
-Run Selected Text
--Added Run Selected Text to the main code and changed how it works with multiple selected lines #92
--Added Run Code Block to the main code Fixed the SingleInstance issue #91
-Ctrl+R and Ctrl+E were adding odd control characters to the script #90
-Right Click: Selection will not change when right clicking #89
-Double Click on anything like #NoEnv and it will now select the # #88
Fixed:
-Delete/Backspace would go letter by letter when using a single caret.  Multiple carets will still do this.
-If you add a space in the tab previous to the first word of a line it would crash Studi
Added:
-Command Help (F1):
--Directives now work
--Selected words will also work if it is found by AHK Studio
--No need to have the Caret after the Command
maestrith added a commit that referenced this issue Feb 28, 2017
-Zoom causing line numbers to get cropped #108
-Context Menu: items that are not applicable are greyed out #98
-Deleting umlaut characters was causing an issue #97
-Inline commands for hotkeys were not displaying parameters #96
-Odd issue with resizing controls when clicking on Omni-Search #95
-Error message when cancelling a plugin download from menus #93
-Run Selected Text
--Added Run Selected Text to the main code and changed how it works with multiple selected lines #92
--Added Run Code Block to the main code Fixed the SingleInstance issue #91
-Ctrl+R and Ctrl+E were adding odd control characters to the script #90
-Right Click: Selection will not change when right clicking #89
-Double Click on anything like #NoEnv and it will now select the # #88
Fixed:
-Delete/Backspace would go letter by letter when using a single caret.  Multiple carets will still do this.
-If you add a space in the tab previous to the first word of a line it would crash Studi
Added:
-Command Help (F1):
--Directives now work
--Selected words will also work if it is found by AHK Studio
--No need to have the Caret after the Command
maestrith added a commit that referenced this issue Feb 28, 2017
-Omni-Search: Removed the Omni-Search option from Omni-Search
-Zoom causing line numbers to get cropped #108
-Context Menu: items that are not applicable are greyed out #98
-Deleting umlaut characters was causing an issue #97
-Inline commands for hotkeys were not displaying parameters #96
-Odd issue with resizing controls when clicking on Omni-Search #95
-Error message when cancelling a plugin download from menus #93
-Run Selected Text
--Added Run Selected Text to the main code and changed how it works with multiple selected lines #92
--Added Run Code Block to the main code Fixed the SingleInstance issue #91
-Ctrl+R and Ctrl+E were adding odd control characters to the script #90
-Right Click: Selection will not change when right clicking #89
-Double Click on anything like #NoEnv and it will now select the # #88
Fixed:
-Delete/Backspace would go letter by letter when using a single caret.  Multiple carets will still do this.
-If you add a space in the tab previous to the first word of a line it would crash Studi
Added:
-Command Help (F1):
--Directives now work
--Selected words will also work if it is found by AHK Studio
--No need to have the Caret after the Command
maestrith added a commit that referenced this issue Feb 28, 2017
-Omni-Search: Removed the Omni-Search option from Omni-Search
-Zoom causing line numbers to get cropped #108
-Context Menu: items that are not applicable are greyed out #98
-Deleting umlaut characters was causing an issue #97
-Inline commands for hotkeys were not displaying parameters #96
-Odd issue with resizing controls when clicking on Omni-Search #95
-Error message when cancelling a plugin download from menus #93
-Run Selected Text
--Added Run Selected Text to the main code and changed how it works with multiple selected lines #92
--Added Run Code Block to the main code Fixed the SingleInstance issue #91
-Ctrl+R and Ctrl+E were adding odd control characters to the script #90
-Right Click: Selection will not change when right clicking #89
-Double Click on anything like #NoEnv and it will now select the # #88
Fixed:
-Delete/Backspace would go letter by letter when using a single caret.  Multiple carets will still do this.
-If you add a space in the tab previous to the first word of a line it would crash Studi
Added:
-Command Help (F1):
--Directives now work
--Selected words will also work if it is found by AHK Studio
--No need to have the Caret after the Command
maestrith added a commit that referenced this issue Feb 28, 2017
-Omni-Search: Removed the Omni-Search option from Omni-Search
-Zoom causing line numbers to get cropped #108
-Context Menu: items that are not applicable are greyed out #98
-Deleting umlaut characters was causing an issue #97
-Inline commands for hotkeys were not displaying parameters #96
-Odd issue with resizing controls when clicking on Omni-Search #95
-Error message when cancelling a plugin download from menus #93
-Run Selected Text
--Added Run Selected Text to the main code and changed how it works with multiple selected lines #92
--Added Run Code Block to the main code Fixed the SingleInstance issue #91
-Ctrl+R and Ctrl+E were adding odd control characters to the script #90
-Right Click: Selection will not change when right clicking #89
-Double Click on anything like #NoEnv and it will now select the # #88
Fixed:
-Delete/Backspace would go letter by letter when using a single caret.  Multiple carets will still do this.
-If you add a space in the tab previous to the first word of a line it would crash Studi
Added:
-Command Help (F1):
--Directives now work
--Selected words will also work if it is found by AHK Studio
--No need to have the Caret after the Command
maestrith added a commit that referenced this issue Feb 28, 2017
-Omni-Search: Removed the Omni-Search option from Omni-Search
-Zoom causing line numbers to get cropped #108
-Context Menu: items that are not applicable are greyed out #98
-Deleting umlaut characters was causing an issue #97
-Inline commands for hotkeys were not displaying parameters #96
-Odd issue with resizing controls when clicking on Omni-Search #95
-Error message when cancelling a plugin download from menus #93
-Run Selected Text
--Added Run Selected Text to the main code and changed how it works with multiple selected lines #92
--Added Run Code Block to the main code Fixed the SingleInstance issue #91
-Ctrl+R and Ctrl+E were adding odd control characters to the script #90
-Right Click: Selection will not change when right clicking #89
-Double Click on anything like #NoEnv and it will now select the # #88
Fixed:
-Delete/Backspace would go letter by letter when using a single caret.  Multiple carets will still do this.
-If you add a space in the tab previous to the first word of a line it would crash Studi
Added:
-Command Help (F1):
--Directives now work
--Selected words will also work if it is found by AHK Studio
--No need to have the Caret after the Command
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

2 participants