Unknown6656

Results 33 issues of Unknown6656

### Bug Description The interpreter crashes with: ``` The value must be greater than or equal to zero and less than the console's buffer size in that dimension. (Parameter 'top')...

bug
area: CLI

see https://github.com/AminEsmaeily/Portia.Roslyn.CheckedException

area: docs
area: project-system

open question(s): - ~How to handle includes? maybe with redirects?~ (covered by 70560e4ba7c3ae2c2adb14ff6406b4a4b1567015)

feature request
area: performance

- [x] Add Appveyor CI - [x] Publish TestRunner repository: https://github.com/unknown6656/TestRunner - [x] NuGet: unknown6656/TestRunner@d70240ba254392b12bacda26521ed1d647ee101e - [ ] Write cross-platform tests - [ ] Variant conversion - [ ] Variable...

urgent !
area: testing

clean up the folder - [ ] remove `cpp-interop-test` - [ ] remove the `.au3` files - [x] move the unit tests into `./util` - [ ] complete #28

area: testing
area: project-system

- [ ] Add more language packs - [ ] GER - [ ] FRA - [ ] ITA - [ ] ESP - [ ] RUS? - ... -...

feature request
area: UX

Transferred from #9. Requires #19 and #21. https://www.autoitscript.com/autoit3/docs/functions.htm - [x] `AutoItWinGetTitle`: Retrieves the title of the AutoIt window. (f5c2121e5d5eda3c085e6cfdd17d61dc59325af8) - [x] `AutoItWinSetTitle`: Changes the title of the AutoIt window. (f5c2121e5d5eda3c085e6cfdd17d61dc59325af8)...

feature request
area: au3 compat./specs.

All compiler/interpreter errors and warnings should also be provided in other languages than English. TODOs: - [ ] externalize all visible strings - [ ] implement DE language pack -...

feature request
area: UX

maybe with the syntax ```autoit $my_func = Lambda($a, $b) return $a + $b EndLambda ``` or: ```autoit $my_func = Lambda($a, $b) ->$a + $b ```

feature request
area: parser