Re: Find Replace in Script Editor with cr

2021-04-05 Thread Sean Cole (Pi) via use-livecode
Bob, Regex only appears to operate on the read of the text, so ; in the *find* field will locate all of the places a semicolon is found, but putting /n into the *replace* field will not replace the ; with a cr Brian, The project is huge and I don't yet have the time to invest in porting

Re: Help! I'm stuck

2021-04-05 Thread William Prothero via use-livecode
Hot Dang! It built the App. Sean and Jacqueline, you made my day! Thanks! Bill > On Apr 4, 2021, at 6:08 AM, Sean Cole (Pi) via use-livecode > wrote: > > You can also turn off messages and errors from the Toolbar before you > build. This should prevent any pre/open or pre/close scripts from

Re: Help! I'm stuck

2021-04-05 Thread William Prothero via use-livecode
Thanks so much, Sean and Jacqueline! I’ll try that. Bill > On Apr 4, 2021, at 9:04 AM, J. Landman Gay via use-livecode > wrote: > > It's not a bug, it was intentionally introduced to allow a couple of > features, like retaining script local variables after a build. Given the > amount of

Re: Find Replace in Script Editor with cr

2021-04-05 Thread Richard Gaskin via use-livecode
The Find feature in the Script Editor is limited to the script being viewed. For larger-scope searches type Cmd-F in any other window. -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the Web

Re: Find Replace in Script Editor with cr

2021-04-05 Thread Brian Milby via use-livecode
If using Atom would be helpful for your task, then ScriptTracker could facilitate that: https://github.com/bwmilby/scriptTracker It exports all of the scripts of a stack to files and can watch that directory for changes and automatically import the changes back into the stack. (I would be

Re: Find Replace in Script Editor with cr

2021-04-05 Thread Bob Sneidar via use-livecode
Probably want to use regex then. Bob S > On Apr 5, 2021, at 08:42 , Sean Cole (Pi) via use-livecode > wrote: > > No. I mean using the find/replace tool panel of the script editor to insert > line feed characters to create a new line. > > For instance, suppose I have multiple commands on

Re: Find Replace in Script Editor with cr

2021-04-05 Thread Sean Cole (Pi) via use-livecode
No. I mean using the find/replace tool panel of the script editor to insert line feed characters to create a new line. For instance, suppose I have multiple commands on one line separated by ; and I want to search for semicolon and replace with semicolon followed by return character to drop the

[ANN] This Week in LiveCode 261

2021-04-05 Thread panagiotis merakos via use-livecode
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #261 here: https://bit.ly/3fHxxNW This is a weekly newsletter about LiveCode, focussing on what's been going on in and

Re: Find Replace in Script Editor with cr

2021-04-05 Thread Craig Newman via use-livecode
Of course you have to extract the script first (it is a property) then work it, then reset the property/ Craig > On Apr 3, 2021, at 1:43 PM, Sean Cole (Pi) via use-livecode > wrote: > > Hi all, > > Just wondering if there is a way of replacing using cr in the find/replace > panel of the

Re: Find Replace in Script Editor with cr

2021-04-05 Thread Craig Newman via use-livecode
Hi. Do you mean something like “replace “then put” with “then /“ & return & “put” in yourScript? > On Apr 3, 2021, at 1:43 PM, Sean Cole (Pi) via use-livecode > wrote: > > Hi all, > > Just wondering if there is a way of replacing using cr in the find/replace > panel of the script editor.

Re: "tsnet (1) Received HTTP/0.9 when not allowed"?

2021-04-05 Thread Andre Garzia via use-livecode
oh, I see…. Just catch up on the thread and saw the font loading issue. I can see how that becomes even more interesting to implement. > On 5 Apr 2021, at 01:00, Richard Gaskin via use-livecode > wrote: > > curl is reporting the default because the data it's receiving is zero length: >

Re: Polygons

2021-04-05 Thread Richmond Mathewson via use-livecode
The problem is that the borders of a polygon are integral parts of that polygon and not somehow detachable; even if their width is set to 0 they are still there. Were it possible to set the widths of sides individually things would be quite different, but to achieve this one would probably have to

Re: Polygons

2021-04-05 Thread Terence Heaford via use-livecode
I also have concluded this. If you miss out lines the opaque setting is irrelevant, it functions as being false. Is this a bug? My work around is two polygons one underneath (filled) and the other on top (with lines) You could just draw lines between the points that need them, using a