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

Fixed pressing Backspace incorrectly removing all spaces/tabs at the … #235

Open
wants to merge 28 commits into
base: master
Choose a base branch
from

Conversation

GenesisFR
Copy link

It should fix #234.

maestrith and others added 28 commits April 30, 2020 19:38
Added: Requested by Joe Glines
-Plugin Method TempFile(Text,[FilePath])
--Creates %Studio%\Untitled\Dump File.txt or whatever path you give it.
Added: Requested by Joe Glines
-Plugin Method TempFile(Text,[FilePath])
--Creates %Studio%\Untitled\Dump File.txt or whatever path you give it.
Added: Requested by Joe Glines
-Plugin Method TempFile(Text,[FilePath])
--Creates %Studio%\Untitled\Dump File.txt or whatever path you give it.
Added: Requested by Joe Glines
-Plugin Method TempFile(Text,[FilePath])
--Creates %Studio%\Untitled\Dump File.txt or whatever path you give it.
Added: Requested by Joe Glines
-Plugin Method TempFile(Text,[FilePath])
--Creates %Studio%\Untitled\Dump File.txt or whatever path you give it.
-Includes in the Install\Lib directory that you do not #Include but call to by function name were not getting indexed
Fixed: Reported by Tigerlily
-Save As: When you save a file over itself bad things happen.
Fixed: Reported by mattcrf
-DebugWindow: Wasn't handling UTF-8 characters
Fixed: Reported by Jhone [BluePumpking]
Omni-Search: When using Omni to jump to Bookmarks it was not finding the right one.
Fixed: Reported by danieldashing
-Clicking the X on Omni-Search: Causes the window to go to the back of the Z-Order
-Gruvbox Material by rndldvl
Reported by Archviceduke
-Added in the missing menu options
Added: Reported by Hurt Onya (Discord)
-If you have a file called NoUpdate.txt in the main AHK-Studio folder it will not check for updated files on launch
Added: Reported by Hurt Onya (Discord)
-If you have a file called NoUpdate.txt in the main AHK-Studio folder it will not check for updated files on launch
Added Create Include From Selection Dialog
- Changed the default branch to "main" because Github changed it from "master" to "main"
Added:
-Export will save a backup copy of your code that you export
Added:
-Exit: If there is a file called Exit.ahk Studio will run this file on exit
Add_A_LineFile_To_Include
Changed:
-When using Publish or Export it will Refresh Project Explorer so that you don't miss any new #Includes
-Add A_LineFile To Include: When creating an Include using 'Create Include From Selection' this Option will add %A_LineFile%\..\ to the #Include line
-When pressing Backspace on a line that it tabbed in and you are at the beginning of a line and you have nothing selected, it will remove all the tabs and go to the end of the previous line
Changed:
-When using Publish or Export it will Refresh Project Explorer so that you don't miss any new #Includes
-Add A_LineFile To Include: When creating an Include using 'Create Include From Selection' this Option will add %A_LineFile%\..\ to the #Include line
-When pressing Backspace on a line that it tabbed in and you are at the beginning of a line and you have nothing selected, it will remove all the tabs and go to the end of the previous line
Changed:
-When using Publish or Export it will Refresh Project Explorer so that you don't miss any new #Includes
-Add A_LineFile To Include: When creating an Include using 'Create Include From Selection' this Option will add %A_LineFile%\..\ to the #Include line
-When pressing Backspace on a line that it tabbed in and you are at the beginning of a line and you have nothing selected, it will remove all the tabs and go to the end of the previous line
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

Successfully merging this pull request may close these issues.

Pressing Backspace incorrectly removes all spaces/tabs at the beginning of a line
2 participants