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

Run Selected Text: An older instance of this script is already running Message #91

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

Comments

@megabugman
Copy link

megabugman commented Feb 24, 2017

  1. when running this code MsgBox, Hello via "Run Selected Text" a message pops up: An older instance of this script is already running. running the same code via "Run Comment Block" after commenting it out (+F1) does not trigger the "another instance" message box. IMO the latter is the expected/correct behavior.

  2. selecting and running this code

#SingleInstance Force
MsgBox, Hello

will also trigger the message

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