Pharo-dev
By thread
pharo-dev@lists.pharo.org
By month
Messages by month
- ----- 2026 -----
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
March 2017
- 718 messages
Re: [Pharo-dev] code loss when cancelling during save.
by Pavel Krivanek
can it be relate?
https://pharo.fogbugz.com/f/cases/18304/Changes-in-protocol-can-cause-usave…
2017-03-01 15:12 GMT+01:00 Ben Coman <btc(a)openinworld.com>:
>
> I just got bitten by a code loss. I'm not sure what to search for on
> Fogbugz, so I'll just ask if anyone has already logged it.
>
> 1. Start with an existing method
> 2. Add a line assigning to an unknown variable. e.g. blah := 0.
> 3. Click on another method
> ==> "Contents have been modified, what do you want to do?"
> Good!
> 4. Hit cancel, then Save method.
> When asked "Unknown variable: blah please correct"
> click <cancel>.
> ==> code pane shows it is still dirty.
> 5. Click on another method.
> ==> code lost.
> Bad!
> (P.S. you don't really need to do step 3.)
>
March 1, 2017
code loss when cancelling during save.
by Ben Coman
I just got bitten by a code loss. I'm not sure what to search for on
Fogbugz, so I'll just ask if anyone has already logged it.
1. Start with an existing method
2. Add a line assigning to an unknown variable. e.g. blah := 0.
3. Click on another method
==> "Contents have been modified, what do you want to do?"
Good!
4. Hit cancel, then Save method.
When asked "Unknown variable: blah please correct"
click <cancel>.
==> code pane shows it is still dirty.
5. Click on another method.
==> code lost.
Bad!
(P.S. you don't really need to do step 3.)
March 1, 2017
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/60419
Home: https://github.com/pharo-project/pharo-core
March 1, 2017
[pharo-project/pharo-core] 26c7e5: 60419
by GitHub
Branch: refs/heads/6.0
Home: https://github.com/pharo-project/pharo-core
Commit: 26c7e56ee19ea1914e471033c1777c373f9cf8db
https://github.com/pharo-project/pharo-core/commit/26c7e56ee19ea1914e471033…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2017-03-01 (Wed, 01 Mar 2017)
Changed paths:
M Athens-Cairo.package/AthensCairoMatrix.class/definition.st
M Athens-Cairo.package/AthensCairoMatrix.class/instance/accessing structure variables/shx.st
M Athens-Cairo.package/AthensCairoMatrix.class/instance/accessing structure variables/shx_.st
M Athens-Cairo.package/AthensCairoMatrix.class/instance/accessing structure variables/shy.st
M Athens-Cairo.package/AthensCairoMatrix.class/instance/accessing structure variables/shy_.st
M Athens-Cairo.package/AthensCairoMatrix.class/instance/accessing structure variables/sx.st
M Athens-Cairo.package/AthensCairoMatrix.class/instance/accessing structure variables/sx_.st
M Athens-Cairo.package/AthensCairoMatrix.class/instance/accessing structure variables/sy.st
M Athens-Cairo.package/AthensCairoMatrix.class/instance/accessing structure variables/sy_.st
M Athens-Cairo.package/AthensCairoMatrix.class/instance/accessing structure variables/x.st
M Athens-Cairo.package/AthensCairoMatrix.class/instance/accessing structure variables/x_.st
M Athens-Cairo.package/AthensCairoMatrix.class/instance/accessing structure variables/y.st
M Athens-Cairo.package/AthensCairoMatrix.class/instance/accessing structure variables/y_.st
M Athens-Cairo.package/AthensCairoSurface.class/class/session management/checkSession.st
M Athens-Cairo.package/AthensCairoSurface.class/class/surface plugin callbacks/createGetSurfaceFormatFn.st
M Athens-Cairo.package/AthensCairoSurface.class/class/surface plugin callbacks/createLockSurfaceFn.st
M Athens-Cairo.package/AthensCairoSurface.class/class/surface plugin callbacks/createShowSurfaceFn.st
M Athens-Cairo.package/AthensCairoSurface.class/class/surface plugin callbacks/createUnlockSurfaceFn.st
M Athens-Cairo.package/AthensCairoSurface.class/class/surface plugin callbacks/get%5Fdata_.st
M Athens-Cairo.package/AthensCairoSurface.class/class/surface plugin callbacks/get%5Fheight_.st
M Athens-Cairo.package/AthensCairoSurface.class/class/surface plugin callbacks/get%5Fstride_.st
M Athens-Cairo.package/AthensCairoSurface.class/class/surface plugin callbacks/get%5Fwidth_.st
M Athens-Cairo.package/AthensCairoSurface.class/instance/converting/asForm.st
M Athens-Cairo.package/CairoFontExtents.class/definition.st
M Athens-Cairo.package/CairoFontExtents.class/instance/accessing structure variables/ascent.st
M Athens-Cairo.package/CairoFontExtents.class/instance/accessing structure variables/ascent_.st
M Athens-Cairo.package/CairoFontExtents.class/instance/accessing structure variables/descent.st
M Athens-Cairo.package/CairoFontExtents.class/instance/accessing structure variables/descent_.st
M Athens-Cairo.package/CairoFontExtents.class/instance/accessing structure variables/height.st
M Athens-Cairo.package/CairoFontExtents.class/instance/accessing structure variables/height_.st
M Athens-Cairo.package/CairoFontExtents.class/instance/accessing structure variables/max%5Fx%5Fadvance.st
M Athens-Cairo.package/CairoFontExtents.class/instance/accessing structure variables/max%5Fx%5Fadvance_.st
M Athens-Cairo.package/CairoFontExtents.class/instance/accessing structure variables/max%5Fy%5Fadvance.st
M Athens-Cairo.package/CairoFontExtents.class/instance/accessing structure variables/max%5Fy%5Fadvance_.st
M Athens-Cairo.package/CairoGlyph.class/definition.st
M Athens-Cairo.package/CairoGlyph.class/instance/accessing structure variables/index.st
M Athens-Cairo.package/CairoGlyph.class/instance/accessing structure variables/index_.st
M Athens-Cairo.package/CairoGlyph.class/instance/accessing structure variables/x.st
M Athens-Cairo.package/CairoGlyph.class/instance/accessing structure variables/x_.st
M Athens-Cairo.package/CairoGlyph.class/instance/accessing structure variables/y.st
M Athens-Cairo.package/CairoGlyph.class/instance/accessing structure variables/y_.st
M Athens-Cairo.package/CairoTextExtents.class/definition.st
M Athens-Cairo.package/CairoTextExtents.class/instance/accessing structure variables/height.st
M Athens-Cairo.package/CairoTextExtents.class/instance/accessing structure variables/height_.st
M Athens-Cairo.package/CairoTextExtents.class/instance/accessing structure variables/width.st
M Athens-Cairo.package/CairoTextExtents.class/instance/accessing structure variables/width_.st
M Athens-Cairo.package/CairoTextExtents.class/instance/accessing structure variables/x%5Fadvance.st
M Athens-Cairo.package/CairoTextExtents.class/instance/accessing structure variables/x%5Fadvance_.st
M Athens-Cairo.package/CairoTextExtents.class/instance/accessing structure variables/x%5Fbearing.st
M Athens-Cairo.package/CairoTextExtents.class/instance/accessing structure variables/x%5Fbearing_.st
M Athens-Cairo.package/CairoTextExtents.class/instance/accessing structure variables/y%5Fadvance.st
M Athens-Cairo.package/CairoTextExtents.class/instance/accessing structure variables/y%5Fadvance_.st
M Athens-Cairo.package/CairoTextExtents.class/instance/accessing structure variables/y%5Fbearing.st
M Athens-Cairo.package/CairoTextExtents.class/instance/accessing structure variables/y%5Fbearing_.st
M Athens-Cairo.package/SQSurfaceDispatch.class/definition.st
M Athens-Cairo.package/SQSurfaceDispatch.class/instance/accessing structure variables/getSurfaceFormatFn.st
M Athens-Cairo.package/SQSurfaceDispatch.class/instance/accessing structure variables/getSurfaceFormatFn_.st
M Athens-Cairo.package/SQSurfaceDispatch.class/instance/accessing structure variables/lockSurfaceFn.st
M Athens-Cairo.package/SQSurfaceDispatch.class/instance/accessing structure variables/lockSurfaceFn_.st
M Athens-Cairo.package/SQSurfaceDispatch.class/instance/accessing structure variables/majorVersion.st
M Athens-Cairo.package/SQSurfaceDispatch.class/instance/accessing structure variables/majorVersion_.st
M Athens-Cairo.package/SQSurfaceDispatch.class/instance/accessing structure variables/minorVersion.st
M Athens-Cairo.package/SQSurfaceDispatch.class/instance/accessing structure variables/minorVersion_.st
M Athens-Cairo.package/SQSurfaceDispatch.class/instance/accessing structure variables/showSurfaceFn.st
M Athens-Cairo.package/SQSurfaceDispatch.class/instance/accessing structure variables/showSurfaceFn_.st
M Athens-Cairo.package/SQSurfaceDispatch.class/instance/accessing structure variables/unlockSurfaceFn.st
M Athens-Cairo.package/SQSurfaceDispatch.class/instance/accessing structure variables/unlockSurfaceFn_.st
M ConfigurationOfUnifiedFFI.package/ConfigurationOfUnifiedFFI.class/instance/symbolic versions/stable_.st
A ConfigurationOfUnifiedFFI.package/ConfigurationOfUnifiedFFI.class/instance/versions/v0%5F26%5F1_.st
A OSWindow-SDL2.package/OSSDL2Driver.class/class/testing/isVMDisplayUsingSDL2.st
A OSWindow-SDL2.package/OSSDL2Driver.class/instance/events-processing/eventLoopProcessWithVMWindow.st
A OSWindow-SDL2.package/OSSDL2Driver.class/instance/events-processing/primitivePollVMSDL2Event_size_.st
A OSWindow-SDL2.package/OSSDL2Driver.class/instance/events-processing/primitiveSetVMSDL2Input_.st
M OSWindow-SDL2.package/OSSDL2Driver.class/instance/events-processing/setupEventLoop.st
M OSWindow-SDL2.package/SDL_Color.class/definition.st
M OSWindow-SDL2.package/SDL_Color.class/instance/accessing structure variables/a.st
M OSWindow-SDL2.package/SDL_Color.class/instance/accessing structure variables/a_.st
M OSWindow-SDL2.package/SDL_Color.class/instance/accessing structure variables/b.st
M OSWindow-SDL2.package/SDL_Color.class/instance/accessing structure variables/b_.st
M OSWindow-SDL2.package/SDL_Color.class/instance/accessing structure variables/g.st
M OSWindow-SDL2.package/SDL_Color.class/instance/accessing structure variables/g_.st
M OSWindow-SDL2.package/SDL_Color.class/instance/accessing structure variables/r.st
M OSWindow-SDL2.package/SDL_Color.class/instance/accessing structure variables/r_.st
M OSWindow-SDL2.package/SDL_CommonEvent.class/definition.st
M OSWindow-SDL2.package/SDL_CommonEvent.class/instance/accessing structure variables/timestamp.st
M OSWindow-SDL2.package/SDL_CommonEvent.class/instance/accessing structure variables/timestamp_.st
M OSWindow-SDL2.package/SDL_CommonEvent.class/instance/accessing structure variables/type.st
M OSWindow-SDL2.package/SDL_CommonEvent.class/instance/accessing structure variables/type_.st
M OSWindow-SDL2.package/SDL_ControllerAxisEvent.class/definition.st
M OSWindow-SDL2.package/SDL_ControllerAxisEvent.class/instance/accessing structure variables/axis.st
M OSWindow-SDL2.package/SDL_ControllerAxisEvent.class/instance/accessing structure variables/axis_.st
M OSWindow-SDL2.package/SDL_ControllerAxisEvent.class/instance/accessing structure variables/padding1.st
M OSWindow-SDL2.package/SDL_ControllerAxisEvent.class/instance/accessing structure variables/padding1_.st
M OSWindow-SDL2.package/SDL_ControllerAxisEvent.class/instance/accessing structure variables/padding2.st
M OSWindow-SDL2.package/SDL_ControllerAxisEvent.class/instance/accessing structure variables/padding2_.st
M OSWindow-SDL2.package/SDL_ControllerAxisEvent.class/instance/accessing structure variables/padding3.st
M OSWindow-SDL2.package/SDL_ControllerAxisEvent.class/instance/accessing structure variables/padding3_.st
M OSWindow-SDL2.package/SDL_ControllerAxisEvent.class/instance/accessing structure variables/padding4.st
M OSWindow-SDL2.package/SDL_ControllerAxisEvent.class/instance/accessing structure variables/padding4_.st
M OSWindow-SDL2.package/SDL_ControllerAxisEvent.class/instance/accessing structure variables/timestamp.st
M OSWindow-SDL2.package/SDL_ControllerAxisEvent.class/instance/accessing structure variables/timestamp_.st
M OSWindow-SDL2.package/SDL_ControllerAxisEvent.class/instance/accessing structure variables/type.st
M OSWindow-SDL2.package/SDL_ControllerAxisEvent.class/instance/accessing structure variables/type_.st
M OSWindow-SDL2.package/SDL_ControllerAxisEvent.class/instance/accessing structure variables/value.st
M OSWindow-SDL2.package/SDL_ControllerAxisEvent.class/instance/accessing structure variables/value_.st
M OSWindow-SDL2.package/SDL_ControllerAxisEvent.class/instance/accessing structure variables/which.st
M OSWindow-SDL2.package/SDL_ControllerAxisEvent.class/instance/accessing structure variables/which_.st
M OSWindow-SDL2.package/SDL_ControllerButtonDownEvent.class/instance/accessing structure variables/button.st
M OSWindow-SDL2.package/SDL_ControllerButtonDownEvent.class/instance/accessing structure variables/button_.st
M OSWindow-SDL2.package/SDL_ControllerButtonDownEvent.class/instance/accessing structure variables/padding1.st
M OSWindow-SDL2.package/SDL_ControllerButtonDownEvent.class/instance/accessing structure variables/padding1_.st
M OSWindow-SDL2.package/SDL_ControllerButtonDownEvent.class/instance/accessing structure variables/padding2.st
M OSWindow-SDL2.package/SDL_ControllerButtonDownEvent.class/instance/accessing structure variables/padding2_.st
M OSWindow-SDL2.package/SDL_ControllerButtonDownEvent.class/instance/accessing structure variables/state.st
M OSWindow-SDL2.package/SDL_ControllerButtonDownEvent.class/instance/accessing structure variables/state_.st
M OSWindow-SDL2.package/SDL_ControllerButtonDownEvent.class/instance/accessing structure variables/timestamp.st
M OSWindow-SDL2.package/SDL_ControllerButtonDownEvent.class/instance/accessing structure variables/timestamp_.st
M OSWindow-SDL2.package/SDL_ControllerButtonDownEvent.class/instance/accessing structure variables/type.st
M OSWindow-SDL2.package/SDL_ControllerButtonDownEvent.class/instance/accessing structure variables/type_.st
M OSWindow-SDL2.package/SDL_ControllerButtonDownEvent.class/instance/accessing structure variables/which.st
M OSWindow-SDL2.package/SDL_ControllerButtonDownEvent.class/instance/accessing structure variables/which_.st
M OSWindow-SDL2.package/SDL_ControllerButtonEvent.class/definition.st
M OSWindow-SDL2.package/SDL_ControllerButtonEvent.class/instance/accessing structure variables/button.st
M OSWindow-SDL2.package/SDL_ControllerButtonEvent.class/instance/accessing structure variables/button_.st
M OSWindow-SDL2.package/SDL_ControllerButtonEvent.class/instance/accessing structure variables/padding1.st
M OSWindow-SDL2.package/SDL_ControllerButtonEvent.class/instance/accessing structure variables/padding1_.st
M OSWindow-SDL2.package/SDL_ControllerButtonEvent.class/instance/accessing structure variables/padding2.st
M OSWindow-SDL2.package/SDL_ControllerButtonEvent.class/instance/accessing structure variables/padding2_.st
M OSWindow-SDL2.package/SDL_ControllerButtonEvent.class/instance/accessing structure variables/state.st
M OSWindow-SDL2.package/SDL_ControllerButtonEvent.class/instance/accessing structure variables/state_.st
M OSWindow-SDL2.package/SDL_ControllerButtonEvent.class/instance/accessing structure variables/timestamp.st
M OSWindow-SDL2.package/SDL_ControllerButtonEvent.class/instance/accessing structure variables/timestamp_.st
M OSWindow-SDL2.package/SDL_ControllerButtonEvent.class/instance/accessing structure variables/type.st
M OSWindow-SDL2.package/SDL_ControllerButtonEvent.class/instance/accessing structure variables/type_.st
M OSWindow-SDL2.package/SDL_ControllerButtonEvent.class/instance/accessing structure variables/which.st
M OSWindow-SDL2.package/SDL_ControllerButtonEvent.class/instance/accessing structure variables/which_.st
M OSWindow-SDL2.package/SDL_ControllerButtonUpEvent.class/instance/accessing structure variables/button.st
M OSWindow-SDL2.package/SDL_ControllerButtonUpEvent.class/instance/accessing structure variables/button_.st
M OSWindow-SDL2.package/SDL_ControllerButtonUpEvent.class/instance/accessing structure variables/padding1.st
M OSWindow-SDL2.package/SDL_ControllerButtonUpEvent.class/instance/accessing structure variables/padding1_.st
M OSWindow-SDL2.package/SDL_ControllerButtonUpEvent.class/instance/accessing structure variables/padding2.st
M OSWindow-SDL2.package/SDL_ControllerButtonUpEvent.class/instance/accessing structure variables/padding2_.st
M OSWindow-SDL2.package/SDL_ControllerButtonUpEvent.class/instance/accessing structure variables/state.st
M OSWindow-SDL2.package/SDL_ControllerButtonUpEvent.class/instance/accessing structure variables/state_.st
M OSWindow-SDL2.package/SDL_ControllerButtonUpEvent.class/instance/accessing structure variables/timestamp.st
M OSWindow-SDL2.package/SDL_ControllerButtonUpEvent.class/instance/accessing structure variables/timestamp_.st
M OSWindow-SDL2.package/SDL_ControllerButtonUpEvent.class/instance/accessing structure variables/type.st
M OSWindow-SDL2.package/SDL_ControllerButtonUpEvent.class/instance/accessing structure variables/type_.st
M OSWindow-SDL2.package/SDL_ControllerButtonUpEvent.class/instance/accessing structure variables/which.st
M OSWindow-SDL2.package/SDL_ControllerButtonUpEvent.class/instance/accessing structure variables/which_.st
M OSWindow-SDL2.package/SDL_ControllerDeviceAddedEvent.class/instance/accessing structure variables/timestamp.st
M OSWindow-SDL2.package/SDL_ControllerDeviceAddedEvent.class/instance/accessing structure variables/timestamp_.st
M OSWindow-SDL2.package/SDL_ControllerDeviceAddedEvent.class/instance/accessing structure variables/type.st
M OSWindow-SDL2.package/SDL_ControllerDeviceAddedEvent.class/instance/accessing structure variables/type_.st
M OSWindow-SDL2.package/SDL_ControllerDeviceAddedEvent.class/instance/accessing structure variables/which.st
M OSWindow-SDL2.package/SDL_ControllerDeviceAddedEvent.class/instance/accessing structure variables/which_.st
M OSWindow-SDL2.package/SDL_ControllerDeviceEvent.class/definition.st
M OSWindow-SDL2.package/SDL_ControllerDeviceEvent.class/instance/accessing structure variables/timestamp.st
M OSWindow-SDL2.package/SDL_ControllerDeviceEvent.class/instance/accessing structure variables/timestamp_.st
M OSWindow-SDL2.package/SDL_ControllerDeviceEvent.class/instance/accessing structure variables/type.st
M OSWindow-SDL2.package/SDL_ControllerDeviceEvent.class/instance/accessing structure variables/type_.st
M OSWindow-SDL2.package/SDL_ControllerDeviceEvent.class/instance/accessing structure variables/which.st
M OSWindow-SDL2.package/SDL_ControllerDeviceEvent.class/instance/accessing structure variables/which_.st
M OSWindow-SDL2.package/SDL_ControllerDeviceRemappedEvent.class/instance/accessing structure variables/timestamp.st
M OSWindow-SDL2.package/SDL_ControllerDeviceRemappedEvent.class/instance/accessing structure variables/timestamp_.st
M OSWindow-SDL2.package/SDL_ControllerDeviceRemappedEvent.class/instance/accessing structure variables/type.st
M OSWindow-SDL2.package/SDL_ControllerDeviceRemappedEvent.class/instance/accessing structure variables/type_.st
M OSWindow-SDL2.package/SDL_ControllerDeviceRemappedEvent.class/instance/accessing structure variables/which.st
M OSWindow-SDL2.package/SDL_ControllerDeviceRemappedEvent.class/instance/accessing structure variables/which_.st
M OSWindow-SDL2.package/SDL_ControllerDeviceRemovedEvent.class/instance/accessing structure variables/timestamp.st
M OSWindow-SDL2.package/SDL_ControllerDeviceRemovedEvent.class/instance/accessing structure variables/timestamp_.st
M OSWindow-SDL2.package/SDL_ControllerDeviceRemovedEvent.class/instance/accessing structure variables/type.st
M OSWindow-SDL2.package/SDL_ControllerDeviceRemovedEvent.class/instance/accessing structure variables/type_.st
M OSWindow-SDL2.package/SDL_ControllerDeviceRemovedEvent.class/instance/accessing structure variables/which.st
M OSWindow-SDL2.package/SDL_ControllerDeviceRemovedEvent.class/instance/accessing structure variables/which_.st
M OSWindow-SDL2.package/SDL_DropEvent.class/definition.st
M OSWindow-SDL2.package/SDL_DropEvent.class/instance/accessing structure variables/file.st
M OSWindow-SDL2.package/SDL_DropEvent.class/instance/accessing structure variables/file_.st
M OSWindow-SDL2.package/SDL_DropEvent.class/instance/accessing structure variables/timestamp.st
M OSWindow-SDL2.package/SDL_DropEvent.class/instance/accessing structure variables/timestamp_.st
M OSWindow-SDL2.package/SDL_DropEvent.class/instance/accessing structure variables/type.st
M OSWindow-SDL2.package/SDL_DropEvent.class/instance/accessing structure variables/type_.st
M OSWindow-SDL2.package/SDL_JoyAxisEvent.class/definition.st
M OSWindow-SDL2.package/SDL_JoyAxisEvent.class/instance/accessing structure variables/axis.st
M OSWindow-SDL2.package/SDL_JoyAxisEvent.class/instance/accessing structure variables/axis_.st
M OSWindow-SDL2.package/SDL_JoyAxisEvent.class/instance/accessing structure variables/padding1.st
M OSWindow-SDL2.package/SDL_JoyAxisEvent.class/instance/accessing structure variables/padding1_.st
M OSWindow-SDL2.package/SDL_JoyAxisEvent.class/instance/accessing structure variables/padding2.st
M OSWindow-SDL2.package/SDL_JoyAxisEvent.class/instance/accessing structure variables/padding2_.st
M OSWindow-SDL2.package/SDL_JoyAxisEvent.class/instance/accessing structure variables/padding3.st
M OSWindow-SDL2.package/SDL_JoyAxisEvent.class/instance/accessing structure variables/padding3_.st
M OSWindow-SDL2.package/SDL_JoyAxisEvent.class/instance/accessing structure variables/padding4.st
M OSWindow-SDL2.package/SDL_JoyAxisEvent.class/instance/accessing structure variables/padding4_.st
M OSWindow-SDL2.package/SDL_JoyAxisEvent.class/instance/accessing structure variables/timestamp.st
M OSWindow-SDL2.package/SDL_JoyAxisEvent.class/instance/accessing structure variables/timestamp_.st
M OSWindow-SDL2.package/SDL_JoyAxisEvent.class/instance/accessing structure variables/type.st
M OSWindow-SDL2.package/SDL_JoyAxisEvent.class/instance/accessing structure variables/type_.st
M OSWindow-SDL2.package/SDL_JoyAxisEvent.class/instance/accessing structure variables/value.st
M OSWindow-SDL2.package/SDL_JoyAxisEvent.class/instance/accessing structure variables/value_.st
M OSWindow-SDL2.package/SDL_JoyAxisEvent.class/instance/accessing structure variables/which.st
M OSWindow-SDL2.package/SDL_JoyAxisEvent.class/instance/accessing structure variables/which_.st
M OSWindow-SDL2.package/SDL_JoyButtonDownEvent.class/instance/accessing structure variables/button.st
M OSWindow-SDL2.package/SDL_JoyButtonDownEvent.class/instance/accessing structure variables/button_.st
M OSWindow-SDL2.package/SDL_JoyButtonDownEvent.class/instance/accessing structure variables/padding1.st
M OSWindow-SDL2.package/SDL_JoyButtonDownEvent.class/instance/accessing structure variables/padding1_.st
M OSWindow-SDL2.package/SDL_JoyButtonDownEvent.class/instance/accessing structure variables/padding2.st
M OSWindow-SDL2.package/SDL_JoyButtonDownEvent.class/instance/accessing structure variables/padding2_.st
M OSWindow-SDL2.package/SDL_JoyButtonDownEvent.class/instance/accessing structure variables/state.st
M OSWindow-SDL2.package/SDL_JoyButtonDownEvent.class/instance/accessing structure variables/state_.st
M OSWindow-SDL2.package/SDL_JoyButtonDownEvent.class/instance/accessing structure variables/timestamp.st
M OSWindow-SDL2.package/SDL_JoyButtonDownEvent.class/instance/accessing structure variables/timestamp_.st
M OSWindow-SDL2.package/SDL_JoyButtonDownEvent.class/instance/accessing structure variables/type.st
M OSWindow-SDL2.package/SDL_JoyButtonDownEvent.class/instance/accessing structure variables/type_.st
M OSWindow-SDL2.package/SDL_JoyButtonDownEvent.class/instance/accessing structure variables/which.st
M OSWindow-SDL2.package/SDL_JoyButtonDownEvent.class/instance/accessing structure variables/which_.st
M OSWindow-SDL2.package/SDL_JoyButtonEvent.class/definition.st
M OSWindow-SDL2.package/SDL_JoyButtonEvent.class/instance/accessing structure variables/button.st
M OSWindow-SDL2.package/SDL_JoyButtonEvent.class/instance/accessing structure variables/button_.st
M OSWindow-SDL2.package/SDL_JoyButtonEvent.class/instance/accessing structure variables/padding1.st
M OSWindow-SDL2.package/SDL_JoyButtonEvent.class/instance/accessing structure variables/padding1_.st
M OSWindow-SDL2.package/SDL_JoyButtonEvent.class/instance/accessing structure variables/padding2.st
M OSWindow-SDL2.package/SDL_JoyButtonEvent.class/instance/accessing structure variables/padding2_.st
M OSWindow-SDL2.package/SDL_JoyButtonEvent.class/instance/accessing structure variables/state.st
M OSWindow-SDL2.package/SDL_JoyButtonEvent.class/instance/accessing structure variables/state_.st
M OSWindow-SDL2.package/SDL_JoyButtonEvent.class/instance/accessing structure variables/timestamp.st
M OSWindow-SDL2.package/SDL_JoyButtonEvent.class/instance/accessing structure variables/timestamp_.st
M OSWindow-SDL2.package/SDL_JoyButtonEvent.class/instance/accessing structure variables/type.st
M OSWindow-SDL2.package/SDL_JoyButtonEvent.class/instance/accessing structure variables/type_.st
M OSWindow-SDL2.package/SDL_JoyButtonEvent.class/instance/accessing structure variables/which.st
M OSWindow-SDL2.package/SDL_JoyButtonEvent.class/instance/accessing structure variables/which_.st
M OSWindow-SDL2.package/SDL_JoyButtonUpEvent.class/instance/accessing structure variables/button.st
M OSWindow-SDL2.package/SDL_JoyButtonUpEvent.class/instance/accessing structure variables/button_.st
M OSWindow-SDL2.package/SDL_JoyButtonUpEvent.class/instance/accessing structure variables/padding1.st
M OSWindow-SDL2.package/SDL_JoyButtonUpEvent.class/instance/accessing structure variables/padding1_.st
M OSWindow-SDL2.package/SDL_JoyButtonUpEvent.class/instance/accessing structure variables/padding2.st
M OSWindow-SDL2.package/SDL_JoyButtonUpEvent.class/instance/accessing structure variables/padding2_.st
M OSWindow-SDL2.package/SDL_JoyButtonUpEvent.class/instance/accessing structure variables/state.st
M OSWindow-SDL2.package/SDL_JoyButtonUpEvent.class/instance/accessing structure variables/state_.st
M OSWindow-SDL2.package/SDL_JoyButtonUpEvent.class/instance/accessing structure variables/timestamp.st
M OSWindow-SDL2.package/SDL_JoyButtonUpEvent.class/instance/accessing structure variables/timestamp_.st
M OSWindow-SDL2.package/SDL_JoyButtonUpEvent.class/instance/accessing structure variables/type.st
M OSWindow-SDL2.package/SDL_JoyButtonUpEvent.class/instance/accessing structure variables/type_.st
M OSWindow-SDL2.package/SDL_JoyButtonUpEvent.class/instance/accessing structure variables/which.st
M OSWindow-SDL2.package/SDL_JoyButtonUpEvent.class/instance/accessing structure variables/which_.st
M OSWindow-SDL2.package/SDL_JoyDeviceAddedEvent.class/instance/accessing structure variables/timestamp.st
M OSWindow-SDL2.package/SDL_JoyDeviceAddedEvent.class/instance/accessing structure variables/timestamp_.st
M OSWindow-SDL2.package/SDL_JoyDeviceAddedEvent.class/instance/accessing structure variables/type.st
M OSWindow-SDL2.package/SDL_JoyDeviceAddedEvent.class/instance/accessing structure variables/type_.st
M OSWindow-SDL2.package/SDL_JoyDeviceAddedEvent.class/instance/accessing structure variables/which.st
M OSWindow-SDL2.package/SDL_JoyDeviceAddedEvent.class/instance/accessing structure variables/which_.st
M OSWindow-SDL2.package/SDL_JoyDeviceEvent.class/definition.st
M OSWindow-SDL2.package/SDL_JoyDeviceEvent.class/instance/accessing structure variables/timestamp.st
M OSWindow-SDL2.package/SDL_JoyDeviceEvent.class/instance/accessing structure variables/timestamp_.st
M OSWindow-SDL2.package/SDL_JoyDeviceEvent.class/instance/accessing structure variables/type.st
M OSWindow-SDL2.package/SDL_JoyDeviceEvent.class/instance/accessing structure variables/type_.st
M OSWindow-SDL2.package/SDL_JoyDeviceEvent.class/instance/accessing structure variables/which.st
M OSWindow-SDL2.package/SDL_JoyDeviceEvent.class/instance/accessing structure variables/which_.st
M OSWindow-SDL2.package/SDL_JoyDeviceRemovedEvent.class/instance/accessing structure variables/timestamp.st
M OSWindow-SDL2.package/SDL_JoyDeviceRemovedEvent.class/instance/accessing structure variables/timestamp_.st
M OSWindow-SDL2.package/SDL_JoyDeviceRemovedEvent.class/instance/accessing structure variables/type.st
M OSWindow-SDL2.package/SDL_JoyDeviceRemovedEvent.class/instance/accessing structure variables/type_.st
M OSWindow-SDL2.package/SDL_JoyDeviceRemovedEvent.class/instance/accessing structure variables/which.st
M OSWindow-SDL2.package/SDL_JoyDeviceRemovedEvent.class/instance/accessing structure variables/which_.st
M OSWindow-SDL2.package/SDL_KeyDownEvent.class/instance/accessing structure variables/keysym.st
M OSWindow-SDL2.package/SDL_KeyDownEvent.class/instance/accessing structure variables/keysym_.st
M OSWindow-SDL2.package/SDL_KeyDownEvent.class/instance/accessing structure variables/padding2.st
M OSWindow-SDL2.package/SDL_KeyDownEvent.class/instance/accessing structure variables/padding2_.st
M OSWindow-SDL2.package/SDL_KeyDownEvent.class/instance/accessing structure variables/padding3.st
M OSWindow-SDL2.package/SDL_KeyDownEvent.class/instance/accessing structure variables/padding3_.st
M OSWindow-SDL2.package/SDL_KeyDownEvent.class/instance/accessing structure variables/repeat.st
M OSWindow-SDL2.package/SDL_KeyDownEvent.class/instance/accessing structure variables/repeat_.st
M OSWindow-SDL2.package/SDL_KeyDownEvent.class/instance/accessing structure variables/state.st
M OSWindow-SDL2.package/SDL_KeyDownEvent.class/instance/accessing structure variables/state_.st
M OSWindow-SDL2.package/SDL_KeyDownEvent.class/instance/accessing structure variables/timestamp.st
M OSWindow-SDL2.package/SDL_KeyDownEvent.class/instance/accessing structure variables/timestamp_.st
M OSWindow-SDL2.package/SDL_KeyDownEvent.class/instance/accessing structure variables/type.st
M OSWindow-SDL2.package/SDL_KeyDownEvent.class/instance/accessing structure variables/type_.st
M OSWindow-SDL2.package/SDL_KeyDownEvent.class/instance/accessing structure variables/windowID.st
M OSWindow-SDL2.package/SDL_KeyDownEvent.class/instance/accessing structure variables/windowID_.st
M OSWindow-SDL2.package/SDL_KeyUpEvent.class/instance/accessing structure variables/keysym.st
M OSWindow-SDL2.package/SDL_KeyUpEvent.class/instance/accessing structure variables/keysym_.st
M OSWindow-SDL2.package/SDL_KeyUpEvent.class/instance/accessing structure variables/padding2.st
M OSWindow-SDL2.package/SDL_KeyUpEvent.class/instance/accessing structure variables/padding2_.st
M OSWindow-SDL2.package/SDL_KeyUpEvent.class/instance/accessing structure variables/padding3.st
M OSWindow-SDL2.package/SDL_KeyUpEvent.class/instance/accessing structure variables/padding3_.st
M OSWindow-SDL2.package/SDL_KeyUpEvent.class/instance/accessing structure variables/repeat.st
M OSWindow-SDL2.package/SDL_KeyUpEvent.class/instance/accessing structure variables/repeat_.st
M OSWindow-SDL2.package/SDL_KeyUpEvent.class/instance/accessing structure variables/state.st
M OSWindow-SDL2.package/SDL_KeyUpEvent.class/instance/accessing structure variables/state_.st
M OSWindow-SDL2.package/SDL_KeyUpEvent.class/instance/accessing structure variables/timestamp.st
M OSWindow-SDL2.package/SDL_KeyUpEvent.class/instance/accessing structure variables/timestamp_.st
M OSWindow-SDL2.package/SDL_KeyUpEvent.class/instance/accessing structure variables/type.st
M OSWindow-SDL2.package/SDL_KeyUpEvent.class/instance/accessing structure variables/type_.st
M OSWindow-SDL2.package/SDL_KeyUpEvent.class/instance/accessing structure variables/windowID.st
M OSWindow-SDL2.package/SDL_KeyUpEvent.class/instance/accessing structure variables/windowID_.st
M OSWindow-SDL2.package/SDL_KeyboardEvent.class/definition.st
M OSWindow-SDL2.package/SDL_KeyboardEvent.class/instance/accessing structure variables/keysym.st
M OSWindow-SDL2.package/SDL_KeyboardEvent.class/instance/accessing structure variables/keysym_.st
M OSWindow-SDL2.package/SDL_KeyboardEvent.class/instance/accessing structure variables/padding2.st
M OSWindow-SDL2.package/SDL_KeyboardEvent.class/instance/accessing structure variables/padding2_.st
M OSWindow-SDL2.package/SDL_KeyboardEvent.class/instance/accessing structure variables/padding3.st
M OSWindow-SDL2.package/SDL_KeyboardEvent.class/instance/accessing structure variables/padding3_.st
M OSWindow-SDL2.package/SDL_KeyboardEvent.class/instance/accessing structure variables/repeat.st
M OSWindow-SDL2.package/SDL_KeyboardEvent.class/instance/accessing structure variables/repeat_.st
M OSWindow-SDL2.package/SDL_KeyboardEvent.class/instance/accessing structure variables/state.st
M OSWindow-SDL2.package/SDL_KeyboardEvent.class/instance/accessing structure variables/state_.st
M OSWindow-SDL2.package/SDL_KeyboardEvent.class/instance/accessing structure variables/timestamp.st
M OSWindow-SDL2.package/SDL_KeyboardEvent.class/instance/accessing structure variables/timestamp_.st
M OSWindow-SDL2.package/SDL_KeyboardEvent.class/instance/accessing structure variables/type.st
M OSWindow-SDL2.package/SDL_KeyboardEvent.class/instance/accessing structure variables/type_.st
M OSWindow-SDL2.package/SDL_KeyboardEvent.class/instance/accessing structure variables/windowID.st
M OSWindow-SDL2.package/SDL_KeyboardEvent.class/instance/accessing structure variables/windowID_.st
M OSWindow-SDL2.package/SDL_Keysym.class/definition.st
M OSWindow-SDL2.package/SDL_Keysym.class/instance/accessing structure variables/mod.st
M OSWindow-SDL2.package/SDL_Keysym.class/instance/accessing structure variables/mod_.st
M OSWindow-SDL2.package/SDL_Keysym.class/instance/accessing structure variables/scancode.st
M OSWindow-SDL2.package/SDL_Keysym.class/instance/accessing structure variables/scancode_.st
M OSWindow-SDL2.package/SDL_Keysym.class/instance/accessing structure variables/sym.st
M OSWindow-SDL2.package/SDL_Keysym.class/instance/accessing structure variables/sym_.st
M OSWindow-SDL2.package/SDL_Keysym.class/instance/accessing structure variables/unused.st
M OSWindow-SDL2.package/SDL_Keysym.class/instance/accessing structure variables/unused_.st
M OSWindow-SDL2.package/SDL_MouseButtonDownEvent.class/instance/accessing structure variables/button.st
M OSWindow-SDL2.package/SDL_MouseButtonDownEvent.class/instance/accessing structure variables/button_.st
M OSWindow-SDL2.package/SDL_MouseButtonDownEvent.class/instance/accessing structure variables/padding1.st
M OSWindow-SDL2.package/SDL_MouseButtonDownEvent.class/instance/accessing structure variables/padding1_.st
M OSWindow-SDL2.package/SDL_MouseButtonDownEvent.class/instance/accessing structure variables/padding2.st
M OSWindow-SDL2.package/SDL_MouseButtonDownEvent.class/instance/accessing structure variables/padding2_.st
M OSWindow-SDL2.package/SDL_MouseButtonDownEvent.class/instance/accessing structure variables/state.st
M OSWindow-SDL2.package/SDL_MouseButtonDownEvent.class/instance/accessing structure variables/state_.st
M OSWindow-SDL2.package/SDL_MouseButtonDownEvent.class/instance/accessing structure variables/timestamp.st
M OSWindow-SDL2.package/SDL_MouseButtonDownEvent.class/instance/accessing structure variables/timestamp_.st
M OSWindow-SDL2.package/SDL_MouseButtonDownEvent.class/instance/accessing structure variables/type.st
M OSWindow-SDL2.package/SDL_MouseButtonDownEvent.class/instance/accessing structure variables/type_.st
M OSWindow-SDL2.package/SDL_MouseButtonDownEvent.class/instance/accessing structure variables/which.st
M OSWindow-SDL2.package/SDL_MouseButtonDownEvent.class/instance/accessing structure variables/which_.st
M OSWindow-SDL2.package/SDL_MouseButtonDownEvent.class/instance/accessing structure variables/windowID.st
M OSWindow-SDL2.package/SDL_MouseButtonDownEvent.class/instance/accessing structure variables/windowID_.st
M OSWindow-SDL2.package/SDL_MouseButtonDownEvent.class/instance/accessing structure variables/x.st
M OSWindow-SDL2.package/SDL_MouseButtonDownEvent.class/instance/accessing structure variables/x_.st
M OSWindow-SDL2.package/SDL_MouseButtonDownEvent.class/instance/accessing structure variables/y.st
M OSWindow-SDL2.package/SDL_MouseButtonDownEvent.class/instance/accessing structure variables/y_.st
M OSWindow-SDL2.package/SDL_MouseButtonEvent.class/definition.st
M OSWindow-SDL2.package/SDL_MouseButtonEvent.class/instance/accessing structure variables/button.st
M OSWindow-SDL2.package/SDL_MouseButtonEvent.class/instance/accessing structure variables/button_.st
M OSWindow-SDL2.package/SDL_MouseButtonEvent.class/instance/accessing structure variables/padding1.st
M OSWindow-SDL2.package/SDL_MouseButtonEvent.class/instance/accessing structure variables/padding1_.st
M OSWindow-SDL2.package/SDL_MouseButtonEvent.class/instance/accessing structure variables/padding2.st
M OSWindow-SDL2.package/SDL_MouseButtonEvent.class/instance/accessing structure variables/padding2_.st
M OSWindow-SDL2.package/SDL_MouseButtonEvent.class/instance/accessing structure variables/state.st
M OSWindow-SDL2.package/SDL_MouseButtonEvent.class/instance/accessing structure variables/state_.st
M OSWindow-SDL2.package/SDL_MouseButtonEvent.class/instance/accessing structure variables/timestamp.st
M OSWindow-SDL2.package/SDL_MouseButtonEvent.class/instance/accessing structure variables/timestamp_.st
M OSWindow-SDL2.package/SDL_MouseButtonEvent.class/instance/accessing structure variables/type.st
M OSWindow-SDL2.package/SDL_MouseButtonEvent.class/instance/accessing structure variables/type_.st
M OSWindow-SDL2.package/SDL_MouseButtonEvent.class/instance/accessing structure variables/which.st
M OSWindow-SDL2.package/SDL_MouseButtonEvent.class/instance/accessing structure variables/which_.st
M OSWindow-SDL2.package/SDL_MouseButtonEvent.class/instance/accessing structure variables/windowID.st
M OSWindow-SDL2.package/SDL_MouseButtonEvent.class/instance/accessing structure variables/windowID_.st
M OSWindow-SDL2.package/SDL_MouseButtonEvent.class/instance/accessing structure variables/x.st
M OSWindow-SDL2.package/SDL_MouseButtonEvent.class/instance/accessing structure variables/x_.st
M OSWindow-SDL2.package/SDL_MouseButtonEvent.class/instance/accessing structure variables/y.st
M OSWindow-SDL2.package/SDL_MouseButtonEvent.class/instance/accessing structure variables/y_.st
M OSWindow-SDL2.package/SDL_MouseButtonUpEvent.class/instance/accessing structure variables/button.st
M OSWindow-SDL2.package/SDL_MouseButtonUpEvent.class/instance/accessing structure variables/button_.st
M OSWindow-SDL2.package/SDL_MouseButtonUpEvent.class/instance/accessing structure variables/padding1.st
M OSWindow-SDL2.package/SDL_MouseButtonUpEvent.class/instance/accessing structure variables/padding1_.st
M OSWindow-SDL2.package/SDL_MouseButtonUpEvent.class/instance/accessing structure variables/padding2.st
M OSWindow-SDL2.package/SDL_MouseButtonUpEvent.class/instance/accessing structure variables/padding2_.st
M OSWindow-SDL2.package/SDL_MouseButtonUpEvent.class/instance/accessing structure variables/state.st
M OSWindow-SDL2.package/SDL_MouseButtonUpEvent.class/instance/accessing structure variables/state_.st
M OSWindow-SDL2.package/SDL_MouseButtonUpEvent.class/instance/accessing structure variables/timestamp.st
M OSWindow-SDL2.package/SDL_MouseButtonUpEvent.class/instance/accessing structure variables/timestamp_.st
M OSWindow-SDL2.package/SDL_MouseButtonUpEvent.class/instance/accessing structure variables/type.st
M OSWindow-SDL2.package/SDL_MouseButtonUpEvent.class/instance/accessing structure variables/type_.st
M OSWindow-SDL2.package/SDL_MouseButtonUpEvent.class/instance/accessing structure variables/which.st
M OSWindow-SDL2.package/SDL_MouseButtonUpEvent.class/instance/accessing structure variables/which_.st
M OSWindow-SDL2.package/SDL_MouseButtonUpEvent.class/instance/accessing structure variables/windowID.st
M OSWindow-SDL2.package/SDL_MouseButtonUpEvent.class/instance/accessing structure variables/windowID_.st
M OSWindow-SDL2.package/SDL_MouseButtonUpEvent.class/instance/accessing structure variables/x.st
M OSWindow-SDL2.package/SDL_MouseButtonUpEvent.class/instance/accessing structure variables/x_.st
M OSWindow-SDL2.package/SDL_MouseButtonUpEvent.class/instance/accessing structure variables/y.st
M OSWindow-SDL2.package/SDL_MouseButtonUpEvent.class/instance/accessing structure variables/y_.st
M OSWindow-SDL2.package/SDL_MouseMotionEvent.class/definition.st
M OSWindow-SDL2.package/SDL_MouseMotionEvent.class/instance/accessing structure variables/state.st
M OSWindow-SDL2.package/SDL_MouseMotionEvent.class/instance/accessing structure variables/state_.st
M OSWindow-SDL2.package/SDL_MouseMotionEvent.class/instance/accessing structure variables/timestamp.st
M OSWindow-SDL2.package/SDL_MouseMotionEvent.class/instance/accessing structure variables/timestamp_.st
M OSWindow-SDL2.package/SDL_MouseMotionEvent.class/instance/accessing structure variables/type.st
M OSWindow-SDL2.package/SDL_MouseMotionEvent.class/instance/accessing structure variables/type_.st
M OSWindow-SDL2.package/SDL_MouseMotionEvent.class/instance/accessing structure variables/which.st
M OSWindow-SDL2.package/SDL_MouseMotionEvent.class/instance/accessing structure variables/which_.st
M OSWindow-SDL2.package/SDL_MouseMotionEvent.class/instance/accessing structure variables/windowID.st
M OSWindow-SDL2.package/SDL_MouseMotionEvent.class/instance/accessing structure variables/windowID_.st
M OSWindow-SDL2.package/SDL_MouseMotionEvent.class/instance/accessing structure variables/x.st
M OSWindow-SDL2.package/SDL_MouseMotionEvent.class/instance/accessing structure variables/x_.st
M OSWindow-SDL2.package/SDL_MouseMotionEvent.class/instance/accessing structure variables/xrel.st
M OSWindow-SDL2.package/SDL_MouseMotionEvent.class/instance/accessing structure variables/xrel_.st
M OSWindow-SDL2.package/SDL_MouseMotionEvent.class/instance/accessing structure variables/y.st
M OSWindow-SDL2.package/SDL_MouseMotionEvent.class/instance/accessing structure variables/y_.st
M OSWindow-SDL2.package/SDL_MouseMotionEvent.class/instance/accessing structure variables/yrel.st
M OSWindow-SDL2.package/SDL_MouseMotionEvent.class/instance/accessing structure variables/yrel_.st
M OSWindow-SDL2.package/SDL_MouseWheelEvent.class/definition.st
M OSWindow-SDL2.package/SDL_MouseWheelEvent.class/instance/accessing structure variables/timestamp.st
M OSWindow-SDL2.package/SDL_MouseWheelEvent.class/instance/accessing structure variables/timestamp_.st
M OSWindow-SDL2.package/SDL_MouseWheelEvent.class/instance/accessing structure variables/type.st
M OSWindow-SDL2.package/SDL_MouseWheelEvent.class/instance/accessing structure variables/type_.st
M OSWindow-SDL2.package/SDL_MouseWheelEvent.class/instance/accessing structure variables/which.st
M OSWindow-SDL2.package/SDL_MouseWheelEvent.class/instance/accessing structure variables/which_.st
M OSWindow-SDL2.package/SDL_MouseWheelEvent.class/instance/accessing structure variables/windowID.st
M OSWindow-SDL2.package/SDL_MouseWheelEvent.class/instance/accessing structure variables/windowID_.st
M OSWindow-SDL2.package/SDL_MouseWheelEvent.class/instance/accessing structure variables/x.st
M OSWindow-SDL2.package/SDL_MouseWheelEvent.class/instance/accessing structure variables/x_.st
M OSWindow-SDL2.package/SDL_MouseWheelEvent.class/instance/accessing structure variables/y.st
M OSWindow-SDL2.package/SDL_MouseWheelEvent.class/instance/accessing structure variables/y_.st
M OSWindow-SDL2.package/SDL_Palette.class/definition.st
M OSWindow-SDL2.package/SDL_Palette.class/instance/accessing structure variables/colors.st
M OSWindow-SDL2.package/SDL_Palette.class/instance/accessing structure variables/colors_.st
M OSWindow-SDL2.package/SDL_Palette.class/instance/accessing structure variables/ncolors.st
M OSWindow-SDL2.package/SDL_Palette.class/instance/accessing structure variables/ncolors_.st
M OSWindow-SDL2.package/SDL_Palette.class/instance/accessing structure variables/refcount.st
M OSWindow-SDL2.package/SDL_Palette.class/instance/accessing structure variables/refcount_.st
M OSWindow-SDL2.package/SDL_Palette.class/instance/accessing structure variables/version.st
M OSWindow-SDL2.package/SDL_Palette.class/instance/accessing structure variables/version_.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/definition.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/Aloss.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/Aloss_.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/Amask.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/Amask_.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/Ashift.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/Ashift_.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/BitsPerPixel.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/BitsPerPixel_.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/Bloss.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/Bloss_.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/Bmask.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/Bmask_.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/Bshift.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/Bshift_.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/BytesPerPixel.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/BytesPerPixel_.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/Gloss.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/Gloss_.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/Gmask.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/Gmask_.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/Gshift.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/Gshift_.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/Rloss.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/Rloss_.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/Rmask.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/Rmask_.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/Rshift.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/Rshift_.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/format.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/format_.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/next.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/next_.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/pad1.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/pad1_.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/pad2.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/pad2_.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/palette.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/palette_.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/refcount.st
M OSWindow-SDL2.package/SDL_PixelFormat.class/instance/accessing structure variables/refcount_.st
M OSWindow-SDL2.package/SDL_Point.class/definition.st
M OSWindow-SDL2.package/SDL_Point.class/instance/accessing structure variables/x.st
M OSWindow-SDL2.package/SDL_Point.class/instance/accessing structure variables/x_.st
M OSWindow-SDL2.package/SDL_Point.class/instance/accessing structure variables/y.st
M OSWindow-SDL2.package/SDL_Point.class/instance/accessing structure variables/y_.st
M OSWindow-SDL2.package/SDL_QuitEvent.class/instance/accessing structure variables/timestamp.st
M OSWindow-SDL2.package/SDL_QuitEvent.class/instance/accessing structure variables/timestamp_.st
M OSWindow-SDL2.package/SDL_QuitEvent.class/instance/accessing structure variables/type.st
M OSWindow-SDL2.package/SDL_QuitEvent.class/instance/accessing structure variables/type_.st
M OSWindow-SDL2.package/SDL_Rect.class/definition.st
M OSWindow-SDL2.package/SDL_Rect.class/instance/accessing structure variables/h.st
M OSWindow-SDL2.package/SDL_Rect.class/instance/accessing structure variables/h_.st
M OSWindow-SDL2.package/SDL_Rect.class/instance/accessing structure variables/w.st
M OSWindow-SDL2.package/SDL_Rect.class/instance/accessing structure variables/w_.st
M OSWindow-SDL2.package/SDL_Rect.class/instance/accessing structure variables/x.st
M OSWindow-SDL2.package/SDL_Rect.class/instance/accessing structure variables/x_.st
M OSWindow-SDL2.package/SDL_Rect.class/instance/accessing structure variables/y.st
M OSWindow-SDL2.package/SDL_Rect.class/instance/accessing structure variables/y_.st
M OSWindow-SDL2.package/SDL_RendererInfo.class/definition.st
M OSWindow-SDL2.package/SDL_RendererInfo.class/instance/accessing structure variables/flags.st
M OSWindow-SDL2.package/SDL_RendererInfo.class/instance/accessing structure variables/flags_.st
M OSWindow-SDL2.package/SDL_RendererInfo.class/instance/accessing structure variables/max%5Ftexture%5Fheight.st
M OSWindow-SDL2.package/SDL_RendererInfo.class/instance/accessing structure variables/max%5Ftexture%5Fheight_.st
M OSWindow-SDL2.package/SDL_RendererInfo.class/instance/accessing structure variables/max%5Ftexture%5Fwidth.st
M OSWindow-SDL2.package/SDL_RendererInfo.class/instance/accessing structure variables/max%5Ftexture%5Fwidth_.st
M OSWindow-SDL2.package/SDL_RendererInfo.class/instance/accessing structure variables/name.st
M OSWindow-SDL2.package/SDL_RendererInfo.class/instance/accessing structure variables/name_.st
M OSWindow-SDL2.package/SDL_RendererInfo.class/instance/accessing structure variables/num%5Ftexture%5Fformats.st
M OSWindow-SDL2.package/SDL_RendererInfo.class/instance/accessing structure variables/num%5Ftexture%5Fformats_.st
M OSWindow-SDL2.package/SDL_RendererInfo.class/instance/accessing structure variables/texture%5Fformats.st
M OSWindow-SDL2.package/SDL_RendererInfo.class/instance/accessing structure variables/texture%5Fformats_.st
M OSWindow-SDL2.package/SDL_Surface.class/definition.st
M OSWindow-SDL2.package/SDL_Surface.class/instance/accessing structure variables/clip%5Frect.st
M OSWindow-SDL2.package/SDL_Surface.class/instance/accessing structure variables/clip%5Frect_.st
M OSWindow-SDL2.package/SDL_Surface.class/instance/accessing structure variables/flags.st
M OSWindow-SDL2.package/SDL_Surface.class/instance/accessing structure variables/flags_.st
M OSWindow-SDL2.package/SDL_Surface.class/instance/accessing structure variables/format.st
M OSWindow-SDL2.package/SDL_Surface.class/instance/accessing structure variables/format_.st
M OSWindow-SDL2.package/SDL_Surface.class/instance/accessing structure variables/h.st
M OSWindow-SDL2.package/SDL_Surface.class/instance/accessing structure variables/h_.st
M OSWindow-SDL2.package/SDL_Surface.class/instance/accessing structure variables/lock%5Fdata.st
M OSWindow-SDL2.package/SDL_Surface.class/instance/accessing structure variables/lock%5Fdata_.st
M OSWindow-SDL2.package/SDL_Surface.class/instance/accessing structure variables/locked.st
M OSWindow-SDL2.package/SDL_Surface.class/instance/accessing structure variables/locked_.st
M OSWindow-SDL2.package/SDL_Surface.class/instance/accessing structure variables/map.st
M OSWindow-SDL2.package/SDL_Surface.class/instance/accessing structure variables/map_.st
M OSWindow-SDL2.package/SDL_Surface.class/instance/accessing structure variables/pitch.st
M OSWindow-SDL2.package/SDL_Surface.class/instance/accessing structure variables/pitch_.st
M OSWindow-SDL2.package/SDL_Surface.class/instance/accessing structure variables/pixels.st
M OSWindow-SDL2.package/SDL_Surface.class/instance/accessing structure variables/pixels_.st
M OSWindow-SDL2.package/SDL_Surface.class/instance/accessing structure variables/refcount.st
M OSWindow-SDL2.package/SDL_Surface.class/instance/accessing structure variables/refcount_.st
M OSWindow-SDL2.package/SDL_Surface.class/instance/accessing structure variables/userdata.st
M OSWindow-SDL2.package/SDL_Surface.class/instance/accessing structure variables/userdata_.st
M OSWindow-SDL2.package/SDL_Surface.class/instance/accessing structure variables/w.st
M OSWindow-SDL2.package/SDL_Surface.class/instance/accessing structure variables/w_.st
M OSWindow-SDL2.package/SDL_SysWMinfo.class/definition.st
M OSWindow-SDL2.package/SDL_SysWMinfo.class/instance/accessing structure variables/info.st
M OSWindow-SDL2.package/SDL_SysWMinfo.class/instance/accessing structure variables/info_.st
M OSWindow-SDL2.package/SDL_SysWMinfo.class/instance/accessing structure variables/subsystem.st
M OSWindow-SDL2.package/SDL_SysWMinfo.class/instance/accessing structure variables/subsystem_.st
M OSWindow-SDL2.package/SDL_SysWMinfo.class/instance/accessing structure variables/version.st
M OSWindow-SDL2.package/SDL_SysWMinfo.class/instance/accessing structure variables/version_.st
M OSWindow-SDL2.package/SDL_SysWMinfo_AndroidInfo.class/definition.st
M OSWindow-SDL2.package/SDL_SysWMinfo_AndroidInfo.class/instance/accessing structure variables/surface.st
M OSWindow-SDL2.package/SDL_SysWMinfo_AndroidInfo.class/instance/accessing structure variables/surface_.st
M OSWindow-SDL2.package/SDL_SysWMinfo_AndroidInfo.class/instance/accessing structure variables/window.st
M OSWindow-SDL2.package/SDL_SysWMinfo_AndroidInfo.class/instance/accessing structure variables/window_.st
M OSWindow-SDL2.package/SDL_SysWMinfo_CocoaInfo.class/definition.st
M OSWindow-SDL2.package/SDL_SysWMinfo_CocoaInfo.class/instance/accessing structure variables/window.st
M OSWindow-SDL2.package/SDL_SysWMinfo_CocoaInfo.class/instance/accessing structure variables/window_.st
M OSWindow-SDL2.package/SDL_SysWMinfo_DirectFBInfo.class/definition.st
M OSWindow-SDL2.package/SDL_SysWMinfo_DirectFBInfo.class/instance/accessing structure variables/dfb.st
M OSWindow-SDL2.package/SDL_SysWMinfo_DirectFBInfo.class/instance/accessing structure variables/dfb_.st
M OSWindow-SDL2.package/SDL_SysWMinfo_DirectFBInfo.class/instance/accessing structure variables/surface.st
M OSWindow-SDL2.package/SDL_SysWMinfo_DirectFBInfo.class/instance/accessing structure variables/surface_.st
M OSWindow-SDL2.package/SDL_SysWMinfo_DirectFBInfo.class/instance/accessing structure variables/window.st
M OSWindow-SDL2.package/SDL_SysWMinfo_DirectFBInfo.class/instance/accessing structure variables/window_.st
M OSWindow-SDL2.package/SDL_SysWMinfo_InfoUnion.class/instance/accessing structure variables/android.st
M OSWindow-SDL2.package/SDL_SysWMinfo_InfoUnion.class/instance/accessing structure variables/android_.st
M OSWindow-SDL2.package/SDL_SysWMinfo_InfoUnion.class/instance/accessing structure variables/cocoa.st
M OSWindow-SDL2.package/SDL_SysWMinfo_InfoUnion.class/instance/accessing structure variables/cocoa_.st
M OSWindow-SDL2.package/SDL_SysWMinfo_InfoUnion.class/instance/accessing structure variables/dfb.st
M OSWindow-SDL2.package/SDL_SysWMinfo_InfoUnion.class/instance/accessing structure variables/dfb_.st
M OSWindow-SDL2.package/SDL_SysWMinfo_InfoUnion.class/instance/accessing structure variables/mir.st
M OSWindow-SDL2.package/SDL_SysWMinfo_InfoUnion.class/instance/accessing structure variables/mir_.st
M OSWindow-SDL2.package/SDL_SysWMinfo_InfoUnion.class/instance/accessing structure variables/uikit.st
M OSWindow-SDL2.package/SDL_SysWMinfo_InfoUnion.class/instance/accessing structure variables/uikit_.st
M OSWindow-SDL2.package/SDL_SysWMinfo_InfoUnion.class/instance/accessing structure variables/win.st
M OSWindow-SDL2.package/SDL_SysWMinfo_InfoUnion.class/instance/accessing structure variables/win_.st
M OSWindow-SDL2.package/SDL_SysWMinfo_InfoUnion.class/instance/accessing structure variables/winrt.st
M OSWindow-SDL2.package/SDL_SysWMinfo_InfoUnion.class/instance/accessing structure variables/winrt_.st
M OSWindow-SDL2.package/SDL_SysWMinfo_InfoUnion.class/instance/accessing structure variables/wl.st
M OSWindow-SDL2.package/SDL_SysWMinfo_InfoUnion.class/instance/accessing structure variables/wl_.st
M OSWindow-SDL2.package/SDL_SysWMinfo_InfoUnion.class/instance/accessing structure variables/x11.st
M OSWindow-SDL2.package/SDL_SysWMinfo_InfoUnion.class/instance/accessing structure variables/x11_.st
M OSWindow-SDL2.package/SDL_SysWMinfo_MirInfo.class/definition.st
M OSWindow-SDL2.package/SDL_SysWMinfo_MirInfo.class/instance/accessing structure variables/connection.st
M OSWindow-SDL2.package/SDL_SysWMinfo_MirInfo.class/instance/accessing structure variables/connection_.st
M OSWindow-SDL2.package/SDL_SysWMinfo_MirInfo.class/instance/accessing structure variables/surface.st
M OSWindow-SDL2.package/SDL_SysWMinfo_MirInfo.class/instance/accessing structure variables/surface_.st
M OSWindow-SDL2.package/SDL_SysWMinfo_UIKitInfo.class/definition.st
M OSWindow-SDL2.package/SDL_SysWMinfo_UIKitInfo.class/instance/accessing structure variables/colorbuffer.st
M OSWindow-SDL2.package/SDL_SysWMinfo_UIKitInfo.class/instance/accessing structure variables/colorbuffer_.st
M OSWindow-SDL2.package/SDL_SysWMinfo_UIKitInfo.class/instance/accessing structure variables/framebuffer.st
M OSWindow-SDL2.package/SDL_SysWMinfo_UIKitInfo.class/instance/accessing structure variables/framebuffer_.st
M OSWindow-SDL2.package/SDL_SysWMinfo_UIKitInfo.class/instance/accessing structure variables/resolveFramebuffer.st
M OSWindow-SDL2.package/SDL_SysWMinfo_UIKitInfo.class/instance/accessing structure variables/resolveFramebuffer_.st
M OSWindow-SDL2.package/SDL_SysWMinfo_UIKitInfo.class/instance/accessing structure variables/window.st
M OSWindow-SDL2.package/SDL_SysWMinfo_UIKitInfo.class/instance/accessing structure variables/window_.st
M OSWindow-SDL2.package/SDL_SysWMinfo_WaylandInfo.class/definition.st
M OSWindow-SDL2.package/SDL_SysWMinfo_WaylandInfo.class/instance/accessing structure variables/display.st
M OSWindow-SDL2.package/SDL_SysWMinfo_WaylandInfo.class/instance/accessing structure variables/display_.st
M OSWindow-SDL2.package/SDL_SysWMinfo_WaylandInfo.class/instance/accessing structure variables/shell%5Fsurface.st
M OSWindow-SDL2.package/SDL_SysWMinfo_WaylandInfo.class/instance/accessing structure variables/shell%5Fsurface_.st
M OSWindow-SDL2.package/SDL_SysWMinfo_WaylandInfo.class/instance/accessing structure variables/surface.st
M OSWindow-SDL2.package/SDL_SysWMinfo_WaylandInfo.class/instance/accessing structure variables/surface_.st
M OSWindow-SDL2.package/SDL_SysWMinfo_WindowsInfo.class/definition.st
M OSWindow-SDL2.package/SDL_SysWMinfo_WindowsInfo.class/instance/accessing structure variables/hdc.st
M OSWindow-SDL2.package/SDL_SysWMinfo_WindowsInfo.class/instance/accessing structure variables/hdc_.st
M OSWindow-SDL2.package/SDL_SysWMinfo_WindowsInfo.class/instance/accessing structure variables/window.st
M OSWindow-SDL2.package/SDL_SysWMinfo_WindowsInfo.class/instance/accessing structure variables/window_.st
M OSWindow-SDL2.package/SDL_SysWMinfo_WindowsRTInfo.class/definition.st
M OSWindow-SDL2.package/SDL_SysWMinfo_WindowsRTInfo.class/instance/accessing structure variables/window.st
M OSWindow-SDL2.package/SDL_SysWMinfo_WindowsRTInfo.class/instance/accessing structure variables/window_.st
M OSWindow-SDL2.package/SDL_SysWMinfo_X11Info.class/definition.st
M OSWindow-SDL2.package/SDL_SysWMinfo_X11Info.class/instance/accessing structure variables/display.st
M OSWindow-SDL2.package/SDL_SysWMinfo_X11Info.class/instance/accessing structure variables/display_.st
M OSWindow-SDL2.package/SDL_SysWMinfo_X11Info.class/instance/accessing structure variables/window.st
M OSWindow-SDL2.package/SDL_SysWMinfo_X11Info.class/instance/accessing structure variables/window_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/definition.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text0.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text0_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text1.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text10.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text10_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text11.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text11_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text12.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text12_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text13.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text13_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text14.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text14_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text15.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text15_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text16.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text16_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text17.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text17_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text18.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text18_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text19.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text19_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text1_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text2.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text20.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text20_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text21.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text21_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text22.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text22_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text23.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text23_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text24.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text24_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text25.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text25_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text26.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text26_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text27.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text27_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text28.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text28_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text29.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text29_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text2_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text3.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text30.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text30_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text31.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text31_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text3_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text4.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text4_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text5.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text5_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text6.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text6_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text7.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text7_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text8.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text8_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text9.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/text9_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/timestamp.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/timestamp_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/type.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/type_.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/windowID.st
M OSWindow-SDL2.package/SDL_TextInputEvent.class/instance/accessing structure variables/windowID_.st
M OSWindow-SDL2.package/SDL_TouchFingerDownEvent.class/instance/accessing structure variables/dx.st
M OSWindow-SDL2.package/SDL_TouchFingerDownEvent.class/instance/accessing structure variables/dx_.st
M OSWindow-SDL2.package/SDL_TouchFingerDownEvent.class/instance/accessing structure variables/dy.st
M OSWindow-SDL2.package/SDL_TouchFingerDownEvent.class/instance/accessing structure variables/dy_.st
M OSWindow-SDL2.package/SDL_TouchFingerDownEvent.class/instance/accessing structure variables/fingerId.st
M OSWindow-SDL2.package/SDL_TouchFingerDownEvent.class/instance/accessing structure variables/fingerId_.st
M OSWindow-SDL2.package/SDL_TouchFingerDownEvent.class/instance/accessing structure variables/pressure.st
M OSWindow-SDL2.package/SDL_TouchFingerDownEvent.class/instance/accessing structure variables/pressure_.st
M OSWindow-SDL2.package/SDL_TouchFingerDownEvent.class/instance/accessing structure variables/timestamp.st
M OSWindow-SDL2.package/SDL_TouchFingerDownEvent.class/instance/accessing structure variables/timestamp_.st
M OSWindow-SDL2.package/SDL_TouchFingerDownEvent.class/instance/accessing structure variables/touchId.st
M OSWindow-SDL2.package/SDL_TouchFingerDownEvent.class/instance/accessing structure variables/touchId_.st
M OSWindow-SDL2.package/SDL_TouchFingerDownEvent.class/instance/accessing structure variables/type.st
M OSWindow-SDL2.package/SDL_TouchFingerDownEvent.class/instance/accessing structure variables/type_.st
M OSWindow-SDL2.package/SDL_TouchFingerDownEvent.class/instance/accessing structure variables/x.st
M OSWindow-SDL2.package/SDL_TouchFingerDownEvent.class/instance/accessing structure variables/x_.st
M OSWindow-SDL2.package/SDL_TouchFingerDownEvent.class/instance/accessing structure variables/y.st
M OSWindow-SDL2.package/SDL_TouchFingerDownEvent.class/instance/accessing structure variables/y_.st
M OSWindow-SDL2.package/SDL_TouchFingerEvent.class/definition.st
M OSWindow-SDL2.package/SDL_TouchFingerEvent.class/instance/accessing structure variables/dx.st
M OSWindow-SDL2.package/SDL_TouchFingerEvent.class/instance/accessing structure variables/dx_.st
M OSWindow-SDL2.package/SDL_TouchFingerEvent.class/instance/accessing structure variables/dy.st
M OSWindow-SDL2.package/SDL_TouchFingerEvent.class/instance/accessing structure variables/dy_.st
M OSWindow-SDL2.package/SDL_TouchFingerEvent.class/instance/accessing structure variables/fingerId.st
M OSWindow-SDL2.package/SDL_TouchFingerEvent.class/instance/accessing structure variables/fingerId_.st
M OSWindow-SDL2.package/SDL_TouchFingerEvent.class/instance/accessing structure variables/pressure.st
M OSWindow-SDL2.package/SDL_TouchFingerEvent.class/instance/accessing structure variables/pressure_.st
M OSWindow-SDL2.package/SDL_TouchFingerEvent.class/instance/accessing structure variables/timestamp.st
M OSWindow-SDL2.package/SDL_TouchFingerEvent.class/instance/accessing structure variables/timestamp_.st
M OSWindow-SDL2.package/SDL_TouchFingerEvent.class/instance/accessing structure variables/touchId.st
M OSWindow-SDL2.package/SDL_TouchFingerEvent.class/instance/accessing structure variables/touchId_.st
M OSWindow-SDL2.package/SDL_TouchFingerEvent.class/instance/accessing structure variables/type.st
M OSWindow-SDL2.package/SDL_TouchFingerEvent.class/instance/accessing structure variables/type_.st
M OSWindow-SDL2.package/SDL_TouchFingerEvent.class/instance/accessing structure variables/x.st
M OSWindow-SDL2.package/SDL_TouchFingerEvent.class/instance/accessing structure variables/x_.st
M OSWindow-SDL2.package/SDL_TouchFingerEvent.class/instance/accessing structure variables/y.st
M OSWindow-SDL2.package/SDL_TouchFingerEvent.class/instance/accessing structure variables/y_.st
M OSWindow-SDL2.package/SDL_TouchFingerMotionEvent.class/instance/accessing structure variables/dx.st
M OSWindow-SDL2.package/SDL_TouchFingerMotionEvent.class/instance/accessing structure variables/dx_.st
M OSWindow-SDL2.package/SDL_TouchFingerMotionEvent.class/instance/accessing structure variables/dy.st
M OSWindow-SDL2.package/SDL_TouchFingerMotionEvent.class/instance/accessing structure variables/dy_.st
M OSWindow-SDL2.package/SDL_TouchFingerMotionEvent.class/instance/accessing structure variables/fingerId.st
M OSWindow-SDL2.package/SDL_TouchFingerMotionEvent.class/instance/accessing structure variables/fingerId_.st
M OSWindow-SDL2.package/SDL_TouchFingerMotionEvent.class/instance/accessing structure variables/pressure.st
M OSWindow-SDL2.package/SDL_TouchFingerMotionEvent.class/instance/accessing structure variables/pressure_.st
M OSWindow-SDL2.package/SDL_TouchFingerMotionEvent.class/instance/accessing structure variables/timestamp.st
M OSWindow-SDL2.package/SDL_TouchFingerMotionEvent.class/instance/accessing structure variables/timestamp_.st
M OSWindow-SDL2.package/SDL_TouchFingerMotionEvent.class/instance/accessing structure variables/touchId.st
M OSWindow-SDL2.package/SDL_TouchFingerMotionEvent.class/instance/accessing structure variables/touchId_.st
M OSWindow-SDL2.package/SDL_TouchFingerMotionEvent.class/instance/accessing structure variables/type.st
M OSWindow-SDL2.package/SDL_TouchFingerMotionEvent.class/instance/accessing structure variables/type_.st
M OSWindow-SDL2.package/SDL_TouchFingerMotionEvent.class/instance/accessing structure variables/x.st
M OSWindow-SDL2.package/SDL_TouchFingerMotionEvent.class/instance/accessing structure variables/x_.st
M OSWindow-SDL2.package/SDL_TouchFingerMotionEvent.class/instance/accessing structure variables/y.st
M OSWindow-SDL2.package/SDL_TouchFingerMotionEvent.class/instance/accessing structure variables/y_.st
M OSWindow-SDL2.package/SDL_TouchFingerUpEvent.class/instance/accessing structure variables/dx.st
M OSWindow-SDL2.package/SDL_TouchFingerUpEvent.class/instance/accessing structure variables/dx_.st
M OSWindow-SDL2.package/SDL_TouchFingerUpEvent.class/instance/accessing structure variables/dy.st
M OSWindow-SDL2.package/SDL_TouchFingerUpEvent.class/instance/accessing structure variables/dy_.st
M OSWindow-SDL2.package/SDL_TouchFingerUpEvent.class/instance/accessing structure variables/fingerId.st
M OSWindow-SDL2.package/SDL_TouchFingerUpEvent.class/instance/accessing structure variables/fingerId_.st
M OSWindow-SDL2.package/SDL_TouchFingerUpEvent.class/instance/accessing structure variables/pressure.st
M OSWindow-SDL2.package/SDL_TouchFingerUpEvent.class/instance/accessing structure variables/pressure_.st
M OSWindow-SDL2.package/SDL_TouchFingerUpEvent.class/instance/accessing structure variables/timestamp.st
M OSWindow-SDL2.package/SDL_TouchFingerUpEvent.class/instance/accessing structure variables/timestamp_.st
M OSWindow-SDL2.package/SDL_TouchFingerUpEvent.class/instance/accessing structure variables/touchId.st
M OSWindow-SDL2.package/SDL_TouchFingerUpEvent.class/instance/accessing structure variables/touchId_.st
M OSWindow-SDL2.package/SDL_TouchFingerUpEvent.class/instance/accessing structure variables/type.st
M OSWindow-SDL2.package/SDL_TouchFingerUpEvent.class/instance/accessing structure variables/type_.st
M OSWindow-SDL2.package/SDL_TouchFingerUpEvent.class/instance/accessing structure variables/x.st
M OSWindow-SDL2.package/SDL_TouchFingerUpEvent.class/instance/accessing structure variables/x_.st
M OSWindow-SDL2.package/SDL_TouchFingerUpEvent.class/instance/accessing structure variables/y.st
M OSWindow-SDL2.package/SDL_TouchFingerUpEvent.class/instance/accessing structure variables/y_.st
M OSWindow-SDL2.package/SDL_Version.class/definition.st
M OSWindow-SDL2.package/SDL_Version.class/instance/accessing structure variables/major.st
M OSWindow-SDL2.package/SDL_Version.class/instance/accessing structure variables/major_.st
M OSWindow-SDL2.package/SDL_Version.class/instance/accessing structure variables/minor.st
M OSWindow-SDL2.package/SDL_Version.class/instance/accessing structure variables/minor_.st
M OSWindow-SDL2.package/SDL_Version.class/instance/accessing structure variables/patch.st
M OSWindow-SDL2.package/SDL_Version.class/instance/accessing structure variables/patch_.st
M OSWindow-SDL2.package/SDL_WindowEvent.class/definition.st
M OSWindow-SDL2.package/SDL_WindowEvent.class/instance/accessing structure variables/data1.st
M OSWindow-SDL2.package/SDL_WindowEvent.class/instance/accessing structure variables/data1_.st
M OSWindow-SDL2.package/SDL_WindowEvent.class/instance/accessing structure variables/data2.st
M OSWindow-SDL2.package/SDL_WindowEvent.class/instance/accessing structure variables/data2_.st
M OSWindow-SDL2.package/SDL_WindowEvent.class/instance/accessing structure variables/event.st
M OSWindow-SDL2.package/SDL_WindowEvent.class/instance/accessing structure variables/event_.st
M OSWindow-SDL2.package/SDL_WindowEvent.class/instance/accessing structure variables/padding1.st
M OSWindow-SDL2.package/SDL_WindowEvent.class/instance/accessing structure variables/padding1_.st
M OSWindow-SDL2.package/SDL_WindowEvent.class/instance/accessing structure variables/padding2.st
M OSWindow-SDL2.package/SDL_WindowEvent.class/instance/accessing structure variables/padding2_.st
M OSWindow-SDL2.package/SDL_WindowEvent.class/instance/accessing structure variables/padding3.st
M OSWindow-SDL2.package/SDL_WindowEvent.class/instance/accessing structure variables/padding3_.st
M OSWindow-SDL2.package/SDL_WindowEvent.class/instance/accessing structure variables/timestamp.st
M OSWindow-SDL2.package/SDL_WindowEvent.class/instance/accessing structure variables/timestamp_.st
M OSWindow-SDL2.package/SDL_WindowEvent.class/instance/accessing structure variables/type.st
M OSWindow-SDL2.package/SDL_WindowEvent.class/instance/accessing structure variables/type_.st
M OSWindow-SDL2.package/SDL_WindowEvent.class/instance/accessing structure variables/windowID.st
M OSWindow-SDL2.package/SDL_WindowEvent.class/instance/accessing structure variables/windowID_.st
R ScriptLoader60.package/ScriptLoader.class/instance/pharo - scripts/script60418.st
A ScriptLoader60.package/ScriptLoader.class/instance/pharo - scripts/script60419.st
R ScriptLoader60.package/ScriptLoader.class/instance/pharo - updates/update60418.st
A ScriptLoader60.package/ScriptLoader.class/instance/pharo - updates/update60419.st
M ScriptLoader60.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
M UnifiedFFI-Tests.package/FFIExternalStructurePlatformTests.class/instance/tests/testStructureHasCorrectOffsets32bits.st
M UnifiedFFI-Tests.package/FFIExternalStructurePlatformTests.class/instance/tests/testStructureHasCorrectOffsets64bits.st
M UnifiedFFI.package/FFICallbackType.class/instance/emitting code/offsetReadFieldAt_.st
M UnifiedFFI.package/FFICallbackType.class/instance/emitting code/offsetWriteFieldAt_with_.st
M UnifiedFFI.package/FFICallbackType.class/instance/emitting code/readFieldAt_.st
M UnifiedFFI.package/FFIVoid.class/instance/accessing/callbackReturnOn_for_.st
Log Message:
-----------
60419
19781 callback with return of void* leads to an invalid return
https://pharo.fogbugz.com/f/cases/19781
19783 prepare SDL2 for 64bits
https://pharo.fogbugz.com/f/cases/19783
19782 prepare Athens for 64bits
https://pharo.fogbugz.com/f/cases/19782
http://files.pharo.org/image/60/60419.zip
March 1, 2017
Google Summer of Code 2017: Call for mentors for Pharo Consortium
by Serge Stinckwich
Heartiest Congratulations !
Pharo Consortium has been selected as a mentor organisation for Google
Summer of Code 2017.
Google Summer of Code is a global program focused on introducing
students to open source software development.
Students work on a 3 month programming project with an open source
organisation during their break from university. Read more at
https://summerofcode.withgoogle.com/
How the program works ?
Organizations:
Open source projects apply to be mentor organizations. Once accepted,
organizations discuss possible ideas with students and then decide on
the proposals they wish to mentor for the summer. They provide mentors
to help guide each student through the program.
Mentors:
Existing contributors with the organizations can choose to mentor a
student project. Mentors and students work together to determine
appropriate milestones and requirements for the summer. Mentor
interaction is a vital part of the program. A mentor may propose or
endorse a project and each project has to be about Pharo or its
ecosystem (e.g., a library). Projects will be mentored by one or more
mentors and executed by one student.
Students:
Students contact the mentor organizations they want to work with and
write up a project proposal for the summer. If accepted, students
spend a month integrating with their organizations prior to the start
of coding. Students then have three months to code, meeting the
deadlines agreed upon with their mentors. Student coding period: May
30 - Aug 29 (Entire timeline can be viewed at:
https://summerofcode.withgoogle.com/how-it-works/#timeline) Student
stipend: https://developers.google.com/open-source/gsoc/help/student-stipends
We are currently at the phase of identifying mentors and projects. The
next phases will be about students selecting projects, and the
community selecting the projects with their associated mentors and
students which will be sponsored by the GSOC program.
How to register ?
Simply by replying to this email and joining the Slack channel... to
have more discussion about what project the mentor will take up, what
she/he wants at the end of the coding period and then we can invite
them to the GSoC org dashboard).
Hence, we invite regular & enthusiastic Pharo contributors to be a
mentor with Pharo Consortium for GSoC 2017:
1. Kindly respond on this thread if you'd like to be a mentor, or wish
to propose a project.
An existing list of projects is already available here:
http://gsoc.pharo.org/ and we already have a handful of projects and
mentors chosen. Feel free to collaborate with existing mentors as
well.
2. Join dedicated channels, #gsoc-students for general interactions
with students & #gsoc-planning channel only for GSOC admins and
mentors on Pharo slack. In order to get an invitation for
pharoproject.slack.com visit the URL here:
http://slackinvites.pharo.org/
3. Please open relevant issues and make a roadmap of the projects
being mentored by you so that students can start contributing to them
already. If you want to mentor a project and there is no open-source
repository at the moment, please built one ASAP.
4. If you know any students that might be interested to work on Pharo
during the summer and be a part of GSoC as well, please ask him/her to
start contributing to the Pharo projects, discuss their proposal,
follow instructions that shall be posted soon in this mailing thread
and submit their application by April 3, 2017.
We don't know the number of slots attributed by Google to Pharo org,
but the more students proposal we will receive, the more slots will be
attributed to us.
We remind you about the mentor responsibilities:
... to your Org Admins
- Communicate availability and interaction expectations
- Inform when mentoring capacity will be reduced, as early as possible
(e.g., family, health, vacation)
- Inform when there is an issue with a student
- Lacking communication, activity, visibility (MIA), or progress
- Participant Agreement violations (e.g., plagiarism, harassment, fraud)
- Bad fit or stepping down
- Formally evaluate student participation.
- Communicate with admin and student before failing
... to your Students
- Help and/or teach the student
- how to be a part of your community
- communicate more effectively and in the open
- work with your orgâs preferred communication channel (IRC, Slack, etc)
- use your orgâs version control system
- ask good questions and get answers to their questions
- provide convincing technical argument and constructive discussion
- be independently motivated and productive
- solve difficult technical problems
- Keep track of their progress, keep student informed as to their status
- Communicate on a regular basis, once a week or better (for GSoC)
- Give constructive feedback, be patient, and be respectful
- Respond to questions within 24 hours (occasionally under 36 hours is ok)
- Establish realistic work objectives and timeline expectations
- Re-evaluate scope with student when significantly ahead of or behind
expectations
- Work with devs and community to facilitate acceptance of student work
Read more about responsibilities here:
https://developers.google.com/open-source/gsoc/help/responsibilities
Looking forward to a great guided summer by the talented mentors of
our organisation.
Warm Regards
Pharo Organisation Admins
(Alexandre Bergel, Jigyasa Grover, Serge Stinckwich & Yuriy Tymchuk)
March 1, 2017
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/60418
Home: https://github.com/pharo-project/pharo-core
March 1, 2017
[pharo-project/pharo-core] 6cad4e: 60418
by GitHub
Branch: refs/heads/6.0
Home: https://github.com/pharo-project/pharo-core
Commit: 6cad4e2f8a336eac9195a11ac577fbc9f3803340
https://github.com/pharo-project/pharo-core/commit/6cad4e2f8a336eac9195a11a…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2017-03-01 (Wed, 01 Mar 2017)
Changed paths:
M BaselineOfMorphic.package/BaselineOfMorphic.class/instance/actions/cleanUpAfterMorphicInitialization.st
M BaselineOfMorphic.package/BaselineOfMorphic.class/instance/actions/preload_package_.st
M RPackage-Core.package/RPackage.class/instance/removing/removeFromSystem.st
M Rubric.package/RubSmalltalkEditor.class/instance/do-its/debug_.st
R ScriptLoader60.package/ScriptLoader.class/instance/pharo - scripts/script60417.st
A ScriptLoader60.package/ScriptLoader.class/instance/pharo - scripts/script60418.st
R ScriptLoader60.package/ScriptLoader.class/instance/pharo - updates/update60417.st
A ScriptLoader60.package/ScriptLoader.class/instance/pharo - updates/update60418.st
M ScriptLoader60.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
Log Message:
-----------
60418
19778 NaturalLanguageTranslator contains a class variable AllKnownPhrases in bootstrapped image
https://pharo.fogbugz.com/f/cases/19778
19773 BaselineOfMorphic compiles own version of Character>>#characterSet
https://pharo.fogbugz.com/f/cases/19773
19667 After removing of a package by Nautilus the empty extension protocols are still there
https://pharo.fogbugz.com/f/cases/19667
18252 debugit on "self" causes endless loop
https://pharo.fogbugz.com/f/cases/18252
http://files.pharo.org/image/60/60418.zip
March 1, 2017
Re: [Pharo-dev] [squeak-dev] Re: [vwnc] Does anyone have a "new" string literal?
by H. Hirzel
On 2/27/17, Eliot Miranda <eliot.miranda(a)gmail.com> wrote:
Hello Eliot
Thank you for your quick-hack how an ES6 type template string
addition could look like.
Which setup do I need to have a look at it?
I used http://files.squeak.org/6.0alpha/Squeak6.0alpha-16963-32bit/
And got the error which is attached.
Best wishes
--Hannes
> Hi Hannes,
>
> On Mon, Feb 27, 2017 at 10:58 AM, H. Hirzel <hannes.hirzel(a)gmail.com>
> wrote:
>
>> On 2/27/17, DavidLeibs <david.leibs(a)gmail.com> wrote:
>> > I realize this is a few years old but I wanted to give an update on my
>> > quest
>> > for quasi-literals. I did a complete quasi-literal framework for Java
>> when
>> > I moved over to Oracle Labs. It used the annotation compiler + a few
>> > tweeks
>> > to the scanner and parser. You could extend the name space of the
>> > quasi-literal and have inline SQL or APL. All the parsing, validation,
>> and
>> > code rewriting happened at compile time. We proposed it to the Java
>> Product
>> > guys and got ignored to death.
>> >
>> > As to the characters I did backquote for simple quasi-literal Strings
>> > and
>> > used Oxford Brackets for the quasi-literals with a language namespace.
>> > <|
>> > ...|>. Back quote can be hard to see but is nice for String
>> > substitute.
>> >
>> > At this point in time the language that does it most right is
>> > JavaScript.
>> > Thanks Mark Miller for all the hard work over the years!
>>
>> Thanks David for following up this discussion.
>>
>> I wonder if just going for JavaScript ES6 solution (back-ticks) would
>> be the most straightforward thing to do?
>>
>
> I did a quick hack in Squeak but didn't have time to finish is. I wrote
> some tests. Complex cases worked, small tricky cases broke the scanner.
>
> MCHttpRepository
> location: 'http://source.squeak.org/inbox'
> user: ''
> password: ''
>
> Compiler.quasiliteral-eem.280
>
> [Derived from Compiler-nice.279, and renamed from
> the bogusly named Compiler.quasiquote-eem.248]
>
> Add a quasi-literal form for "string interpolation", that allows
> convenient embedding of expressions within a format string,
> and provides a convenient way of embedding literal strings
> within an alternative literal string syntax whose string delimiter
> is different.
>
> e.g.
> `hello [#cruel] world!`
> evaluates to
> 'hello cruel world'.
>
> `S1[B1]...SN[BN]SN+1`
>
> is equivalent to
> { 'S1'. [B1] value. ... 'SN'. [BN] value. 'SN+1' } concatenateQuasiLiteral
> where concatenateQuasiLiteral sends asString to each
> element and answers the concatenation of those elements.
>
> however, single-statement blocks are inlined, so e.g. the
> above `hello [#cruel] world!` is compiled as
> { 'hello '. #cruel. ' world!' } concatenateQuasiLiteral
>
> See e.g. Tests.quasiliteral-eem.296 for tests and examples.
>
> Tests.quasiliteral-eem.296
>
> Renamed from the bogus quasiquote to quasiliteral.
> Added Balazs' errors as failing tests.
>
>
>> --Hannes
>>
>>
>> https://developer.mozilla.org/en/docs/Web/JavaScript/
>> Reference/Template_literals
>>
>> Syntax
>> ----------
>>
>> `string text`
>>
>> `string text line 1
>> string text line 2`
>>
>> `string text ${expression} string text`
>>
>> tag `string text ${expression} string text`
>>
>>
>> Description
>> ----------------
>>
>> Template literals are enclosed by the back-tick (` `) (grave accent)
>> character instead of double or single quotes. Template literals can
>> contain place holders. These are indicated by the Dollar sign and
>> curly braces (${expression}). The expressions in the place holders and
>> the text between them get passed to a function. The default function
>> just concatenates the parts into a single string. If there is an
>> expression preceding the template literal (tag here), the template
>> string is called "tagged template literal". In that case, the tag
>> expression (usually a function) gets called with the processed
>> template literal, which you can then manipulate before outputting. To
>> escape a back-tick in a template literal, put a backslash \ before the
>> back-tick.
>>
>>
>
>
> --
> _,,,^..^,,,_
> best, Eliot
>
March 1, 2017