Skip to content

Commit a9be0e3

Browse files
committed
Issue 72
1 parent 3352915 commit a9be0e3

File tree

1 file changed

+91
-0
lines changed

1 file changed

+91
-0
lines changed
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
---
2+
layout: post
3+
title: "This Week In LiveCode 72"
4+
date: 2017-02-27 12:00
5+
categories: issue
6+
---
7+
8+
Welcome to *This Week in LiveCode*! This is a weekly summary of what's been
9+
going on in the [LiveCode](https://livecode.com/) open source project and
10+
community. Want something mentioned? Tweet
11+
[@LiveCode](https://twitter.com/LiveCode) or
12+
[send us an e-mail](mailto:opensource@livecode.com?subject=This Week in Livecode).
13+
14+
## Updates from the LiveCode open source community
15+
16+
### News & blog posts
17+
18+
- [Connecting a Sublime Text project to a Levure application running in the LiveCode IDE](https://www.youtube.com/watch?v=gkVo35Tb3ck) (video)
19+
- [日常英語のようなプログラミング言語で1行ごとに何をやっているか確認しながらコードを書く](http://kenjikojima.com/livecode/anime/):
20+
LiveCode tutorial in Japanese
21+
22+
### Interesting discussions
23+
24+
- [The `selectedText` for controls without focus](https://www.mail-archive.com/use-livecode@lists.runrev.com/msg82589.html):
25+
Allowing users to select text in fields that they can't edit
26+
- [Squashed Turtles](http://forums.livecode.com/viewtopic.php?f=8&t=28898):
27+
Richmond implements turtle graphics in LiveCode
28+
- [Dictionary rewrite](http://forums.livecode.com/viewtopic.php?f=67&t=28731):
29+
Bernd continues to improve his IDE dictionary replacement
30+
- [Can the IDE script editor be improved](https://www.mail-archive.com/use-livecode@lists.runrev.com/msg82483.html)
31+
32+
## Updates in the LiveCode open source project
33+
34+
17 pull requests were [merged since the last issue](https://github.com/search?utf8=✓&q=org%3Alivecode+is%3Apublic+is%3Apr+is%3Amerged+merged%3A2017-02-20..2017-02-26&type=Issues&ref=searchresults).
35+
36+
### New LiveCode releases
37+
38+
- [LiveCode 9.0-dp-5](https://downloads.livecode.com/livecode/#9_0_0)
39+
- [LiveCode 8.1.3](https://downloads.livecode.com/livecode/#8_1_3)
40+
41+
### Notable changes
42+
43+
- [Enable NFC tag reading on Android](https://github.com/livecode/livecode/pull/5208)
44+
- [Add ability to specify local host/port when opening a socket](https://github.com/livecode/livecode/pull/5198)
45+
46+
### Bug of the week
47+
48+
[Bug 19287 - clickLoc inconsistency between desktop (MacOS) and mobile (iOS)](http://quality.livecode.com/show_bug.cgi?id=19287)
49+
50+
The reporter discovered that `the clickLock` is the location where the mouse
51+
was pressed when running on desktop, and the location where the touch was
52+
released when running on a mobile device. The problem was extremely
53+
well-explained, and the reporter provided an easy-to-use code sample.
54+
55+
### Help needed!
56+
57+
Want to get involved in the LiveCode open source project but don't know where
58+
to start? Try one of these:
59+
60+
- (Easy) [Update & complete documentation for `the processor`](http://quality.livecode.com/show_bug.cgi?id=17974)
61+
- (Easy) [selectionChanged does not appear in the player object page of the dictionary](http://quality.livecode.com/show_bug.cgi?id=19083)
62+
- (Easy) [Fix format of `mobileControlDo` dictionary entries](http://quality.livecode.com/show_bug.cgi?id=17318)
63+
- (Medium) [Add info on manipulating field contents to the User Guide](http://quality.livecode.com/show_bug.cgi?id=18990)
64+
- (Medium) [Make guide outlines in the Dictionary expand/collapse with repeated clicks](http://quality.livecode.com/show_bug.cgi?id=18184)
65+
- (Medium) [Reduce whitespace in Dictionary](http://quality.livecode.com/show_bug.cgi?id=18278)
66+
- (Hard) [Allow Windows line endings in script-only stacks](http://quality.livecode.com/show_bug.cgi?id=17810)
67+
- (Hard) [Create a LiveCode Community build for Raspberry Pi](http://forums.livecode.com/viewtopic.php?f=76&t=27912)
68+
69+
### Contributors this week
70+
71+
- *[livecodeali](https://github.com/livecodeali)*
72+
- *[livecodeian](https://github.com/livecodeian)*
73+
- *[livecodemichael](https://github.com/livecodemichael)*
74+
- *[livecodepanos](https://github.com/livecodepanos)*
75+
- *[livecodesebastien](https://github.com/livecodesebastien)*
76+
- *[montegoulding](https://github.com/montegoulding)*
77+
- *[peter-b](https://github.com/peter-b)*
78+
- *[runrevelanor](https://github.com/runrevelanor)*
79+
- *[runrevmark](https://github.com/runrevmark)*
80+
81+
## Upcoming events
82+
83+
* [2nd March: SoCal LiveCode Group meetup](http://forums.livecode.com/viewtopic.php?f=50&t=28882)
84+
85+
## Contribute!
86+
87+
*This Week in LiveCode* is openly developed
88+
[on GitHub](https://github.com/livecode/this-week-in-livecode).
89+
If you find any errors in this issue, please
90+
[file an issue](https://github.com/livecode/this-week-in-livecode/issues) or
91+
[submit a pull request](https://github.com/livecode/this-week-in-livecode/pulls).

0 commit comments

Comments
 (0)