Re: Script Editor Autocomplete Optional?

2017-09-14 Thread Scott Morrow via use-livecode
Don’t be disheartened! I agree with Jacque that while I might not want to have 
it running all the time, there would be times where it would be very useful. 
Being able to switch it off would be good… but being able to switch it ON will 
be good too!

--

Scott Morrow

Elementary Software
(Now with 20% less chalk dust!)
web   http://elementarysoftware.com/
email sc...@elementarysoftware.com
office 1-800-615-0867
--

> On Sep 13, 2017, at 11:12 PM, Monte Goulding via use-livecode 
>  wrote:
> 
> While it’s all a little disheartening that some people’s first response to 
> your work is please turn it off I have a PR that lets you do that here:
> 
> https://github.com/livecode/livecode-ide/pull/1739 
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode









___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Script Editor Autocomplete Optional?

2017-09-14 Thread Kay C Lan via use-livecode
On Fri, Sep 15, 2017 at 3:09 AM, Mark Waddingham via use-livecode 
> Engage enhancement request -
> http://quality.livecode.com/show_bug.cgi?id=20397 :)
>
I've just added the following comment:

It may be useful to clarify is this going to be the 'Documentation'
pane that already exists at the bottom of the SE or is it going to be
a different pane. Also, how is the content/functionality going to be
different from the current Documentation pane.

>From my own perspective, I already use the Documentation pane as an
aide-memoire and if necessary I can copy the example and paste it into
the SE. What I'd like to see is rather than the single most complex
example given, a list of examples from simplest to most complex and
instead of having to revert to the mouse to copy and paste, option-1,
option-2 etc to copy the chosen variation into the line where the
insertion point is.

To me this allows 'autocompletion' to be turned On or Off by selection
of the pane (be it the Documentation or some other named pane), the
location of the suggestions is constant and less invasive, and the
keystrokes to use is always just two (option + a number); no
navigating down a list then typing the activation key.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Script Editor Autocomplete Optional?

2017-09-14 Thread Monte Goulding via use-livecode

> On 15 Sep 2017, at 7:21 am, Mike Kerner via use-livecode 
>  wrote:
> 
> Question from the blog post (
> https://livecode.com/new-autocomplete-live-errors-in-livecode-8-2/ 
> )
> In the snippet manager, you only define the name:type pair once, the first
> time that it is used, in the examples.  Other places in the script, you
> only list the name.  Does the name:type line have to appear first?  Can it
> appear last?

It only looks at the first one

Cheers

Monte
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Script Editor Autocomplete Optional?

2017-09-14 Thread Mike Kerner via use-livecode
Question from the blog post (
https://livecode.com/new-autocomplete-live-errors-in-livecode-8-2/)
In the snippet manager, you only define the name:type pair once, the first
time that it is used, in the examples.  Other places in the script, you
only list the name.  Does the name:type line have to appear first?  Can it
appear last?

On Thu, Sep 14, 2017 at 4:22 PM, Monte Goulding via use-livecode <
use-livecode@lists.runrev.com> wrote:

>
> > On 15 Sep 2017, at 6:16 am, Bob Sneidar via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > I believe GLX2 used the right arrow. That way you could dow/up through a
> list of matches and right arrow for the correct one.
>
> Yes, I’ll probably hook up right arrow and tab to do the same things. With
> the idea of grouping command variants so you can see more types of command
> and move into a variant when you know what you want I really needed to hook
> up right to move in to the group and left to move out. So it makes sense
> that right and tab are the same. Tab is a bit more convenient if the first
> thing on the list is what you want as you can then tab through the
> placeholders etc.
>
> Cheers
>
> Monte
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: [ANN] Release 8.2.0 DP-1

2017-09-14 Thread Roger Eller via use-livecode
On Thu, Sep 14, 2017 at 4:22 PM, Monte Goulding via use-livecode <
use-livecode@lists.runrev.com> wrote:

>
> > On 15 Sep 2017, at 1:31 am, Mike Kerner via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > wow.  there are lots of autocomplete suggestions on bugzilla, already.
>
> Yep I’m going to be a busy boy ;-)
>
> Cheers
>
> Monte
>
>
Can you use autocomplete to assist you in completing the suggestions?  :)
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: [ANN] Release 8.2.0 DP-1

2017-09-14 Thread Monte Goulding via use-livecode

> On 15 Sep 2017, at 1:31 am, Mike Kerner via use-livecode 
>  wrote:
> 
> wow.  there are lots of autocomplete suggestions on bugzilla, already.

Yep I’m going to be a busy boy ;-)

Cheers

Monte
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Script Editor Autocomplete Optional?

2017-09-14 Thread Monte Goulding via use-livecode

> On 15 Sep 2017, at 6:16 am, Bob Sneidar via use-livecode 
>  wrote:
> 
> I believe GLX2 used the right arrow. That way you could dow/up through a list 
> of matches and right arrow for the correct one. 

Yes, I’ll probably hook up right arrow and tab to do the same things. With the 
idea of grouping command variants so you can see more types of command and move 
into a variant when you know what you want I really needed to hook up right to 
move in to the group and left to move out. So it makes sense that right and tab 
are the same. Tab is a bit more convenient if the first thing on the list is 
what you want as you can then tab through the placeholders etc.

Cheers

Monte
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Script Editor Autocomplete Optional?

2017-09-14 Thread Bob Sneidar via use-livecode
I believe GLX2 used the right arrow. That way you could dow/up through a list 
of matches and right arrow for the correct one. 

Bob S


> On Sep 14, 2017, at 09:11 , Mark Waddingham via use-livecode 
>  wrote:
> 
> However, I really like Mike's idea of having a middle 'not-quite-off' option 
> - where you can use a shortcut key to autocomplete at any point. This would 
> save a roundtrip to the dictionary to remind myself of specific syntax - the 
> completion list would be enough of a 'reminder'.
> 
> Warmest Regards,
> 
> Mark.


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Script Editor Autocomplete Optional?

2017-09-14 Thread Richmond Mathewson via use-livecode
My response to this will consist of interleaved comments as the matter 
it addresses goes far further than

the "question" about auto-completion.

Oh, and Please check out the pictures, they are groovy!

Richmond.

On 9/14/17 6:29 pm, ** Clarence P Martin ** via use-livecode wrote:

I am impressed with the Auto Complete. This was something that several people 
made a point of, saying that LiveCode was incomplete without.



I believe that it is like everything else in life, People are resistant to 
change and once it happens we will get used to it.


This is NOT change as in sea-change, it is a way of helping people who 
feel they need help with scripting.


I am quite sure I could get used to auto-completion in the same way as 
I've got "used to" the suggestions that crop up in the

Message Box: doesn't stop me cursing them and disliking them intensely.

The reason why many long-term users of LiveCode/Revolution/Metacard 
stuck to the Metacard front-end/GUI was they DIDN'T want
to work in a Nanny-State environment: if the recent additions of listing 
possible handlers were not turnable-offable, and the auto-complete
feature is not made that way as well, then LiveCode will "turn off" the 
folk who prefer to do things that way.


This is why my wife has stopped telling me when to change my shirt; 
because it intensely annoyed me and I am perfectly capable of
working that out for myself; and, unlike many wives/husbands/partners I 
have heard about, loves me enough to respect my judgement.


I am well aware we live in a world of increasing dumbing down, and to a 
certain extent I see auto-completion as part of that:


I first encountered this when at the "University" of Abertay, where a 
certain Mrs Lobster (name changed from that of another crustacean
to make her even more ridiculous than she was already) was supposed to 
be teaching Masters degree students Visual BASIC (there
was no explanation of the rationale behind that), and told me my code 
was no good because it did not adhere to the guidelines in
a very stupid book on VB that had been chosen as the course book (I 
didn't buy it as at £65 and a quick flick through it in the bookshop
I thought I'd rather go and splurge that money on a rather groovy LEGO 
set for me kids). When I pointed out that the code did what it was meant to
(i.e. it got the computer to crunch the numbers and spit the required 
answers out at the end) she said that was "beside the point" as
my code was "non-canonical": where this extremely limited person had 
picked up such a poncy term as "non-canonical" one can only

wonder!

People are resistant to change; but there are 3 types of change:

1. Change that brings with it improvements and benefits.

2. Change for change's sake.

3. Change that is 100% unnecessary but driven by other, hidden, 
considerations.


Now auto-completion DOES fall into category #1 for a certain proportion 
of users.


HOWEVER, I showed LC 8.2 to "Little Maxim" today (an 11 year old, 
"squeaky little devil" who did programming with me in the Summer),

and he said, "Oh, that just gets in the way of what I want to do."

Little Maxim, and a whole slew of other kids learnt BBC BASIC with me 
this Summer on BBC computers . . .


This enabled them to learn many of the fundamental bits and concepts of 
programming: on computers made between 1984 and 1988.


I bought a whole bunch of BBC computers from eBay at £10-30 each, and 
rigged up to old cathode-ray TVs (which are FREE all over the place)

served in exactly the way required.

Little Maxim and chums (wow, there's a supposedly outdated word that 
means exactly what I want here) then "graduated" to Livecode, reproducing

all the stuff they had done with BBC BASIC without a backward glance.


I agree that there should be some way to turn it off for those that don't want 
to use it.
My feeling is that any optional features are better than none.


Of course they are, as long as "optional" is not lost sight of.

Try saying "Optional" to Tim Cook . . .

I have a teapot that is made of enamelled cast-iron,

https://cdn-img-3.wanelo.com/p/337/091/637/a35848ef24f15a5b1fe9948/x354-q80.jpg

that I bought in Robertson's Shop in Union street in St. Margaret's 
Hope, South Ronaldsay,

Orkney

https://c1.staticflickr.com/4/3079/2903156048_b8fffeb4c2_b.jpg

in 1985 . . . it has travelled around the world with me, and I have used 
it to:


1. Make tea.

2. Make coffee.

3. Brew Hibiscus.

4. Water plants.

5. Clean out my children's potties when they were babies.

6. Cook soup.

Now if Mrs Robertson had given me a long list of DOs & DON'T with the 
teapot I would have told her to "boil her head".


If Mrs Robertson had fitted the teapot with a detector which would have 
stopped it working whenever I attempted to use it
for anything other than making tea I would have walked across the road 
to Doull's and sought out a teapot there:

https://c1.staticflickr.com/4/3191/2903157598_8df0c28908_b.jpg


Ricky Nelson's song Garden 

Re: Script Editor Autocomplete Optional?

2017-09-14 Thread Mark Waddingham via use-livecode

On 2017-09-14 18:43, J. Landman Gay via use-livecode wrote:

That would be the best of both worlds for me. We wouldn't need a
trigger at all and there would be no visual distraction. Make it so!
:)


Engage enhancement request - 
http://quality.livecode.com/show_bug.cgi?id=20397 :)


Warmest Regards,

Mark.

--
Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/
LiveCode: Everyone can create apps

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Script Editor Autocomplete Optional?

2017-09-14 Thread J. Landman Gay via use-livecode
On September 14, 2017 11:17:25 AM Mark Waddingham via use-livecode 
 wrote:.


Another option here (beyond the shortcut to show completions option)
might be to have an option to display the current list of potential
completions in the pane at the bottom rather than in a drop-down list
that means there would never be anything distracting in the context of
where you are currently typing, but the information the suggestions
provide is always present for reference when needed.



That would be the best of both worlds for me. We wouldn't need a trigger at 
all and there would be no visual distraction. Make it so! :)


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Script Editor Autocomplete Optional?

2017-09-14 Thread Mark Waddingham via use-livecode

On 2017-09-14 18:07, J. Landman Gay via use-livecode wrote:

I do think I might use it on those occasions when I can't remember a
term, which usually happens with newly introduced features. The
suggestion to put a quick toggle into the contextual menu is very
tempting for that reason. Another reason for a toggle is to turn it on
while writing new scripts and toggle it off when debugging or editing
existing ones.


I think this is how I'll mostly use it as well - as an aide-memoir, 
rather than to save typing.


Another option here (beyond the shortcut to show completions option) 
might be to have an option to display the current list of potential 
completions in the pane at the bottom rather than in a drop-down list 
that means there would never be anything distracting in the context of 
where you are currently typing, but the information the suggestions 
provide is always present for reference when needed.


Warmest Regards,

Mark.

--
Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/
LiveCode: Everyone can create apps

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Script Editor Autocomplete Optional?

2017-09-14 Thread Mark Waddingham via use-livecode

On 2017-09-14 17:57, Jerry Jensen via use-livecode wrote:

Its a bit ironic that the Ten Thumbs Typing Tutor company is now
helping us avoid typing.


Hehe - of course, another point of view is that it means you can save 
your typing effort on using more verbose object, handler and variable 
names ;)


For me, I say run with it. When its all tuned up and shiny I expect to 
love it!


I must confess I tend to turn AutoComplete off in most environments as I 
tend to find it gets in the way (usually you have to move your fingers 
away from 'home' position to use it or cancel it - which slows down 
typing considerably)...


However, I really like Mike's idea of having a middle 'not-quite-off' 
option - where you can use a shortcut key to autocomplete at any point. 
This would save a roundtrip to the dictionary to remind myself of 
specific syntax - the completion list would be enough of a 'reminder'.


Warmest Regards,

Mark.

P.S. Mike filed the shortcut suggestion as 
http://quality.livecode.com/show_bug.cgi?id=20393


--
Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/
LiveCode: Everyone can create apps

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Script Editor Autocomplete Optional?

2017-09-14 Thread J. Landman Gay via use-livecode
Don't feel bad, the requests for autocomplete have been constant over the 
years and I think far more people will want it than not. For myself, I'm at 
the far end of minimalism, I don't even use script colorization. Anything 
that distracts my eye gets turned off. I had the same problem with the new 
handler list suggestions because they interrupted my spacial memory of 
where in the list my own handlers should be.


I do think I might use it on those occasions when I can't remember a term, 
which usually happens with newly introduced features. The suggestion to put 
a quick toggle into the contextual menu is very tempting for that reason. 
Another reason for a toggle is to turn it on while writing new scripts and 
toggle it off when debugging or editing existing ones.


This isn't an issue for me of "not liking change", I enthusiastically 
embraced the new bracket completion. It's just a visual distraction issue, 
which I don't deal with very well for some physical reasons.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com



On September 14, 2017 1:14:55 AM Monte Goulding via use-livecode 
 wrote:


While it’s all a little disheartening that some people’s first response to 
your work is please turn it off I have a PR that lets you do that here:


https://github.com/livecode/livecode-ide/pull/1739 



On 14 Sep 2017, at 4:10 pm, Richmond Mathewson via use-livecode 
 wrote:


Personally I don't want Script Editor Autocomplete at all: I'd rather stand
or fall by my own light, so the ability to turn this off is a MUST as far 
as I am

concerned.

Richmond.

On 9/13/17 11:41 pm, J. Landman Gay via use-livecode wrote:

On 9/13/17 1:34 PM, Rick Harrison via use-livecode wrote:

Hi there,

I was wondering, if I find I don’t like the
new Script Editor Autocomplete function
because I find it too distracting, can I turn
it off?  I think the ability to turn it off might
be important to some people.


I'd like an option like that too, I'm a minimalist.



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-livecode




___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Script Editor Autocomplete Optional?

2017-09-14 Thread Jerry Jensen via use-livecode
On Sep 13, 2017, at 11:12 PM, Monte Goulding via use-livecode 
 wrote:
> 
> it’s all a little disheartening that some people’s first response to your 
> work is please turn it off

Its a bit ironic that the Ten Thumbs Typing Tutor company is now helping us 
avoid typing.

For me, I say run with it. When its all tuned up and shiny I expect to love it!
.Jerry


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Version 1.4 of Dash DocSet creator posted

2017-09-14 Thread James Hale via use-livecode
Version 1.4
• format for description section now correct.
* correct keyword lookup where multiple exists works again.
  Note - dependent on a type being included in text as in 
* Logo copyright info added.

I think I have finally covered all the holes.
Please let me know if you find either a link not working or text missing.
Given there are still errors in the actual source documents it may not be 
something that can be addressed by the stack.

The next version of Dash should also include all the missing entry types for 
the LiveCode docs.

control_structure
expression
glossary
handler
iterator
message
widget

Currently these all seem to be dumped under "Statements"

James





___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: [ANN] Release 8.2.0 DP-1

2017-09-14 Thread Mike Kerner via use-livecode
wow.  there are lots of autocomplete suggestions on bugzilla, already.

On Thu, Sep 14, 2017 at 4:43 AM, James At The Hale via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Community Plus is a brilliant idea.
> Fills the gaping void that Apple inflicted on us by not allowing the
> Community version to submit to App Store.
> Other pluses...
> * autocomplete is very nice.
> * It is not $99
> * it does have some nice extras to provide some extra kit for iOS.
> * it also comes at a educational price point that is attractive.
> * finally all the license versions can be seen and compared on the main
> site.
>
> Well done.
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


RE: Script Editor Autocomplete Optional?

2017-09-14 Thread ** Clarence P Martin ** via use-livecode
I am impressed with the Auto Complete. This was something that several people 
made a point of, saying that LiveCode was incomplete without. I believe that it 
is like everything else in life, People are resistant to change and once it 
happens we will get used to it. 
I agree that there should be some way to turn it off for those that don't want 
to use it. 
My feeling is that any optional features are better than none.
Ricky Nelson's song Garden Party (for those who remember) said it best "you 
can't please everyone, but you've got to please yourself". 


Sincerely,

Clarence Martin
Email: chi...@themartinz.com
Cell: 626 6965561

-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of 
Bob Sneidar via use-livecode
Sent: Thursday, September 14, 2017 7:49 AM
To: How to use LiveCode 
Cc: Bob Sneidar 
Subject: Re: Script Editor Autocomplete Optional?

Well regardless of what anyone else says I love the auto-complete feature of 
GLX2, so I'm all for it so long as it doesn't as some have said make you work 
harder to uncorrect things, but that is just a matter of ironing things out, 
much like we all do daily with our own code. 

Bob S


> On Sep 13, 2017, at 23:12 , Monte Goulding via use-livecode 
>  wrote:
> 
> While it’s all a little disheartening that some people’s first response to 
> your work is please turn it off I have a PR that lets you do that here:
> 
> https://github.com/livecode/livecode-ide/pull/1739 livecode/livecode-ide/pull/1739>
> 
>> On 14 Sep 2017, at 4:10 pm, Richmond Mathewson via use-livecode 
>>  wrote:
>> 
>> Personally I don't want Script Editor Autocomplete at all: I'd rather 
>> stand or fall by my own light, so the ability to turn this off is a 
>> MUST as far as I am concerned.
>> 
>> Richmond.
>> 
>> On 9/13/17 11:41 pm, J. Landman Gay via use-livecode wrote:
>>> On 9/13/17 1:34 PM, Rick Harrison via use-livecode wrote:
 Hi there,
 
 I was wondering, if I find I don’t like the new Script Editor 
 Autocomplete function because I find it too distracting, can I turn 
 it off?  I think the ability to turn it off might be important to 
 some people.
>>> 
>>> I'd like an option like that too, I'm a minimalist.
>>> 
>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Script Editor Autocomplete Optional?

2017-09-14 Thread Bob Sneidar via use-livecode
Well regardless of what anyone else says I love the auto-complete feature of 
GLX2, so I'm all for it so long as it doesn't as some have said make you work 
harder to uncorrect things, but that is just a matter of ironing things out, 
much like we all do daily with our own code. 

Bob S


> On Sep 13, 2017, at 23:12 , Monte Goulding via use-livecode 
>  wrote:
> 
> While it’s all a little disheartening that some people’s first response to 
> your work is please turn it off I have a PR that lets you do that here:
> 
> https://github.com/livecode/livecode-ide/pull/1739
> 
>> On 14 Sep 2017, at 4:10 pm, Richmond Mathewson via use-livecode 
>>  wrote:
>> 
>> Personally I don't want Script Editor Autocomplete at all: I'd rather stand
>> or fall by my own light, so the ability to turn this off is a MUST as far as 
>> I am
>> concerned.
>> 
>> Richmond.
>> 
>> On 9/13/17 11:41 pm, J. Landman Gay via use-livecode wrote:
>>> On 9/13/17 1:34 PM, Rick Harrison via use-livecode wrote:
 Hi there,
 
 I was wondering, if I find I don’t like the
 new Script Editor Autocomplete function
 because I find it too distracting, can I turn
 it off?  I think the ability to turn it off might
 be important to some people.
>>> 
>>> I'd like an option like that too, I'm a minimalist.
>>> 
>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Script Editor Autocomplete Optional?

2017-09-14 Thread Roger Eller via use-livecode
The right-click contextual menu where you "Find in Docs" would be a good
place to toggle "Autocomplete On" / "Autocomplete Off".

~Roger


On Thu, Sep 14, 2017 at 9:20 AM, Mike Kerner via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Maybe a little more nuanced control over it would be nice, but turning it
> on/off is a start.  For example, I'd like to be able to use a shortcut to
> use it when I want it - perhaps option-tab or something similar.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Script Editor Autocomplete Optional?

2017-09-14 Thread Mike Kerner via use-livecode
Maybe a little more nuanced control over it would be nice, but turning it
on/off is a start.  For example, I'd like to be able to use a shortcut to
use it when I want it - perhaps option-tab or something similar.

On Thu, Sep 14, 2017 at 2:19 AM, Richmond Mathewson via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Yes, I suppose it may be a little disheartening, but, however clever
> autocompletion may be, it will not suit
> all people.
>
> The fact that Autocomplete has been implemented is a great enhancement,
> and my request to turn it off was
> NOT meant as some sort of denigration of it.
>
> In fact, I am quite sure that when I prepare my coding classes for next
> Summer I may leverage autocompletion quite
> extensively.
>
> Richmond.
>
>
> On 9/14/17 9:12 am, Monte Goulding via use-livecode wrote:
>
>> While it’s all a little disheartening that some people’s first response
>> to your work is please turn it off I have a PR that lets you do that here:
>>
>> https://github.com/livecode/livecode-ide/pull/1739 <
>> https://github.com/livecode/livecode-ide/pull/1739>
>>
>> On 14 Sep 2017, at 4:10 pm, Richmond Mathewson via use-livecode <
>>> use-livecode@lists.runrev.com> wrote:
>>>
>>> Personally I don't want Script Editor Autocomplete at all: I'd rather
>>> stand
>>> or fall by my own light, so the ability to turn this off is a MUST as
>>> far as I am
>>> concerned.
>>>
>>> Richmond.
>>>
>>> On 9/13/17 11:41 pm, J. Landman Gay via use-livecode wrote:
>>>
 On 9/13/17 1:34 PM, Rick Harrison via use-livecode wrote:

> Hi there,
>
> I was wondering, if I find I don’t like the
> new Script Editor Autocomplete function
> because I find it too distracting, can I turn
> it off?  I think the ability to turn it off might
> be important to some people.
>
 I'd like an option like that too, I'm a minimalist.

 ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>>
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: [ANN] Release 8.2.0 DP-1

2017-09-14 Thread James At The Hale via use-livecode
Community Plus is a brilliant idea.
Fills the gaping void that Apple inflicted on us by not allowing the Community 
version to submit to App Store.
Other pluses...
* autocomplete is very nice.
* It is not $99
* it does have some nice extras to provide some extra kit for iOS.
* it also comes at a educational price point that is attractive.
* finally all the license versions can be seen and compared on the main site.

Well done.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Script Editor Autocomplete Optional?

2017-09-14 Thread Richmond Mathewson via use-livecode
Yes, I suppose it may be a little disheartening, but, however clever 
autocompletion may be, it will not suit

all people.

The fact that Autocomplete has been implemented is a great enhancement, 
and my request to turn it off was

NOT meant as some sort of denigration of it.

In fact, I am quite sure that when I prepare my coding classes for next 
Summer I may leverage autocompletion quite

extensively.

Richmond.

On 9/14/17 9:12 am, Monte Goulding via use-livecode wrote:

While it’s all a little disheartening that some people’s first response to your 
work is please turn it off I have a PR that lets you do that here:

https://github.com/livecode/livecode-ide/pull/1739 



On 14 Sep 2017, at 4:10 pm, Richmond Mathewson via use-livecode 
 wrote:

Personally I don't want Script Editor Autocomplete at all: I'd rather stand
or fall by my own light, so the ability to turn this off is a MUST as far as I 
am
concerned.

Richmond.

On 9/13/17 11:41 pm, J. Landman Gay via use-livecode wrote:

On 9/13/17 1:34 PM, Rick Harrison via use-livecode wrote:

Hi there,

I was wondering, if I find I don’t like the
new Script Editor Autocomplete function
because I find it too distracting, can I turn
it off?  I think the ability to turn it off might
be important to some people.

I'd like an option like that too, I'm a minimalist.


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: [ANN] Release 8.2.0 DP-1

2017-09-14 Thread Richmond Mathewson via use-livecode

Indeed . . .

And as an anti-Autocomplete person I'm looking forward to further 
instances of 8.1.7 until

Autocomplete becomes optional in 8.2.

Richmond.

On 9/14/17 2:31 am, Bob Sneidar via use-livecode wrote:

Not to all the devs who worked on it. :-)

Bob S



On Sep 13, 2017, at 10:57 , Richmond Mathewson via use-livecode 
 wrote:

Does that mean that LC 8.1.7 was, essentially, a meaningless blip on the radar?

Richmond.


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Script Editor Autocomplete Optional?

2017-09-14 Thread Monte Goulding via use-livecode
While it’s all a little disheartening that some people’s first response to your 
work is please turn it off I have a PR that lets you do that here:

https://github.com/livecode/livecode-ide/pull/1739 


> On 14 Sep 2017, at 4:10 pm, Richmond Mathewson via use-livecode 
>  wrote:
> 
> Personally I don't want Script Editor Autocomplete at all: I'd rather stand
> or fall by my own light, so the ability to turn this off is a MUST as far as 
> I am
> concerned.
> 
> Richmond.
> 
> On 9/13/17 11:41 pm, J. Landman Gay via use-livecode wrote:
>> On 9/13/17 1:34 PM, Rick Harrison via use-livecode wrote:
>>> Hi there,
>>> 
>>> I was wondering, if I find I don’t like the
>>> new Script Editor Autocomplete function
>>> because I find it too distracting, can I turn
>>> it off?  I think the ability to turn it off might
>>> be important to some people.
>> 
>> I'd like an option like that too, I'm a minimalist.
>> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: use-livecode Digest, Vol 168, Issue 25

2017-09-14 Thread Richmond Mathewson via use-livecode
The word "shameful" is a bit out of place here, but I do agree about 
time-limited licenses.


Richmond.

On 9/14/17 12:49 am, JosebaTELUR via use-livecode wrote:

Hello:

The news would be good if the shameful yearly licenses were eliminated.
Please eliminate those annual licenses and return to lifetime licenses.

Un saludo.

Joseba Aguayo Fernández
(jagu...@telur.es)


El 13 09 2017, a las 23:02, use-livecode-requ...@lists.runrev.com escribió:

Hey folks, what you all think about the new license?

I like it, I'll end up paying it before long, and I suspect a lot of people
will too. Good move by Livecode Inc.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Script Editor Autocomplete Optional?

2017-09-14 Thread Richmond Mathewson via use-livecode

Personally I don't want Script Editor Autocomplete at all: I'd rather stand
or fall by my own light, so the ability to turn this off is a MUST as 
far as I am

concerned.

Richmond.

On 9/13/17 11:41 pm, J. Landman Gay via use-livecode wrote:

On 9/13/17 1:34 PM, Rick Harrison via use-livecode wrote:

Hi there,

I was wondering, if I find I don’t like the
new Script Editor Autocomplete function
because I find it too distracting, can I turn
it off?  I think the ability to turn it off might
be important to some people.


I'd like an option like that too, I'm a minimalist.



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode