Re: LiveCode syntaxhighligthing and autocomplete for Ultraedit available

2014-09-18 Thread Kay C Lan
On Tue, Sep 16, 2014 at 2:26 PM, Matthias Rebbe | M-R-D
matthias_livecode_150...@m-r-d.de wrote:

 i used Bjoernke´s BvG Docu Plugin.

That's what I thought. So it also lacks reference to all the
undocumented keywords - which the Script Editor does correctly colour.

Always living in hope that some new command will come out that
automatically lists EVERY single keyword; and just to show I'm greedy,
some meta data like Type and Syntax.

___
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: LiveCode syntaxhighligthing and autocomplete for Ultraedit available

2014-09-17 Thread Skip Kimpel
Hmmm.  Tried adding that in the beginning but still the same result.

SKIP

 On Sep 16, 2014, at 11:48 PM, Peter Haworth p...@lcsql.com wrote:
 
 Hi Skip,
 If you're using the revigniter bundle,  the files have to have ?rev at the
 start. It can be in --comment line.
 
 Pete
 lcSQL Software
 On Sep 16, 2014 7:32 PM, Skip Kimpel skiplon...@gmail.com wrote:
 
 Thanks Matthias,
 
 In theory this shoul work... Does anybody actually have this successfully
 running on an iPad with Textastic?I get LiveCode to show up as an
 option in syntax definition but it is not doing anything to format the text.
 
 Just curious.
 
 SKIP
 
 
 On Sep 16, 2014, at 5:53 AM, Matthias Rebbe | M-R-D 
 matthias_livecode_150...@m-r-d.de wrote:
 
 Hi,
 for iPad  there is an Editor called Textastic, which uses TextMate
 bundles for syntax highlighting.
 
 https://itunes.apple.com/en/app/textastic-code-editor-fur/id383577124?mt=8
 
 
 http://www.textasticapp.com/v5/manual/lessons/How_can_I_add_my_own_syntax_definitions__themes_and_templates.html
 
 Regards,
 
 Matthias
 
 
 Am 16.09.2014 um 11:29 schrieb Skip Kimpel skiplon...@gmail.com:
 
 Anybody create a solution for the iPad?  Would love to continue to code
 when I don't have my laptop handy...
 
 SKIP
 
 On Sep 16, 2014, at 2:38 AM, Simon Smith he...@simonsmith.co wrote:
 
 You can use SublimeText on the PC - the TextMate bundle from
 http://revigniter.com/accessory works perfectly. (With sublime text 3
 drop
 the unzipped folder into the AppData\Local\Sublime Text 3\Cache\ -
 worked
 for me on Windows 8. I also renamed revIgniterTMbundles1.3 to livecode)
 
 On Mon, Sep 15, 2014 at 5:33 PM, Alejandro Tejada 
 capellan2...@gmail.com
 wrote:
 
 Matthias Rebbe | M-R-D wrote
 The last days i tried to create a syntax highlighting and
 autocomplete
 file
 for Ultraedit for Mac. Maybe it is working under Windows, too.
 Did not had the time yet to try.
 
 I am pretty sure that the file is not 100% perfect, but at least
 i have added all commands, constants, keywords, properties
 and so on and colorizing, auto indent and unindent are working.
 Code folding seems to work also.
 
 As i am working in LC editor with the custard yellow background,
 i adjusted the highlighting colors to correspond with that background
 color.
 But it is very easy to adjust the colors for each type (property,
 keyword
 and so on.).
 You can do this directly in UltraEdit.
 
 I have uploaded the file in  case some one is interested in it.
 https://dl.dropbox.com/s/27ohn9yzxwrt863/index.html?dl=0
 
 Really Nice! Many Thanks for sharing this configuration file.
 I opened the file and noticed this: Colors = 4194432
 
 This color notation is Hexadecimal, Octal or Binary?
 
 By the way, Did you know of a configuration file for
 NotePad Plus?
 
 Thanks in advance!
 
 Al
 
 
 
 
 --
 View this message in context:
 
 http://runtime-revolution.278305.n4.nabble.com/LiveCode-syntaxhighligthing-and-autocomplete-for-Ultraedit-available-tp4683271p4683279.html
 Sent from the Revolution - User mailing list archive at Nabble.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
 
 
 
 --
 
 *Simon Smith*
 *seo, online marketing, web development*
 
 w. http://www.simonsmith.co
 m. +27 83 306 7862
 ___
 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
 
 ___
 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: LiveCode syntaxhighligthing and autocomplete for Ultraedit available

2014-09-16 Thread Matthias Rebbe | M-R-D
Hi,

i used Bjoernke´s BvG Docu Plugin.

After opening it, i took care that all entries were displayed.

Then i used the following script in the message box to get the desired type of 
words into the clipboard.

for the type property for example

   put fld list of cd docu of stack BVG docu 2 into tList
   filter tList with *property
   replace Tabproperty with  in tList
   put tList--just to get a visual result
   set the clipboarddata[text] to tList

I am pretty sure that there are better ways to do it, but for me it was the 
quickest.

Regards,

Matthias



 As a matter of interest, how did you extract all the keywords grouped
 by their category?
 
 On Mon, Sep 15, 2014 at 8:21 PM, Matthias Rebbe | M-R-D
 matthias_livecode_150...@m-r-d.de wrote:
 Hi,
 
 the last days i tried to create a syntax highlighting and autocomplete file 
 for Ultraedit for Mac.
 Maybe it is working under Windows, too. Did not had the time yet to try.
 
 I am pretty sure that the file is not 100% perfect, but at least i have 
 added all commands, constants, keywords, properties and so on and
 colorizing, auto indent and unindent are working.  Code folding seems to 
 work also.
 
 As i am working in LC editor with the custard yellow background, i adjusted 
 the highlighting colors to correspond with that background color.
 But it is very easy to adjust the colors for each type (property, keyword 
 and so on.). You can do this directly in UltraEdit.
 
 I have uploaded the file in  case some one is interested in it.
 
 https://dl.dropbox.com/s/27ohn9yzxwrt863/index.html?dl=0
 
 
 Regards,
 
 Matthias
 
 
 
 ___
 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: LiveCode syntaxhighligthing and autocomplete for Ultraedit available

2014-09-16 Thread Simon Smith
You can use SublimeText on the PC - the TextMate bundle from
http://revigniter.com/accessory works perfectly. (With sublime text 3 drop
the unzipped folder into the AppData\Local\Sublime Text 3\Cache\ - worked
for me on Windows 8. I also renamed revIgniterTMbundles1.3 to livecode)

On Mon, Sep 15, 2014 at 5:33 PM, Alejandro Tejada capellan2...@gmail.com
wrote:

 Matthias Rebbe | M-R-D wrote
  The last days i tried to create a syntax highlighting and autocomplete
  file
  for Ultraedit for Mac. Maybe it is working under Windows, too.
  Did not had the time yet to try.
 
  I am pretty sure that the file is not 100% perfect, but at least
  i have added all commands, constants, keywords, properties
  and so on and colorizing, auto indent and unindent are working.
  Code folding seems to work also.
 
  As i am working in LC editor with the custard yellow background,
  i adjusted the highlighting colors to correspond with that background
  color.
  But it is very easy to adjust the colors for each type (property, keyword
  and so on.).
  You can do this directly in UltraEdit.
 
  I have uploaded the file in  case some one is interested in it.
  https://dl.dropbox.com/s/27ohn9yzxwrt863/index.html?dl=0

 Really Nice! Many Thanks for sharing this configuration file.
 I opened the file and noticed this: Colors = 4194432

 This color notation is Hexadecimal, Octal or Binary?

 By the way, Did you know of a configuration file for
 NotePad Plus?

 Thanks in advance!

 Al




 --
 View this message in context:
 http://runtime-revolution.278305.n4.nabble.com/LiveCode-syntaxhighligthing-and-autocomplete-for-Ultraedit-available-tp4683271p4683279.html
 Sent from the Revolution - User mailing list archive at Nabble.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




-- 

*Simon Smith*
*seo, online marketing, web development*

w. http://www.simonsmith.co
m. +27 83 306 7862
___
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: LiveCode syntaxhighligthing and autocomplete for Ultraedit available

2014-09-16 Thread Matthias Rebbe | M-R-D
Hi,
for iPad  there is an Editor called Textastic, which uses TextMate bundles for 
syntax highlighting.
https://itunes.apple.com/en/app/textastic-code-editor-fur/id383577124?mt=8

http://www.textasticapp.com/v5/manual/lessons/How_can_I_add_my_own_syntax_definitions__themes_and_templates.html

Regards,

Matthias


Am 16.09.2014 um 11:29 schrieb Skip Kimpel skiplon...@gmail.com:

 Anybody create a solution for the iPad?  Would love to continue to code when 
 I don't have my laptop handy...
 
 SKIP
 
 On Sep 16, 2014, at 2:38 AM, Simon Smith he...@simonsmith.co wrote:
 
 You can use SublimeText on the PC - the TextMate bundle from
 http://revigniter.com/accessory works perfectly. (With sublime text 3 drop
 the unzipped folder into the AppData\Local\Sublime Text 3\Cache\ - worked
 for me on Windows 8. I also renamed revIgniterTMbundles1.3 to livecode)
 
 On Mon, Sep 15, 2014 at 5:33 PM, Alejandro Tejada capellan2...@gmail.com
 wrote:
 
 Matthias Rebbe | M-R-D wrote
 The last days i tried to create a syntax highlighting and autocomplete
 file
 for Ultraedit for Mac. Maybe it is working under Windows, too.
 Did not had the time yet to try.
 
 I am pretty sure that the file is not 100% perfect, but at least
 i have added all commands, constants, keywords, properties
 and so on and colorizing, auto indent and unindent are working.
 Code folding seems to work also.
 
 As i am working in LC editor with the custard yellow background,
 i adjusted the highlighting colors to correspond with that background
 color.
 But it is very easy to adjust the colors for each type (property, keyword
 and so on.).
 You can do this directly in UltraEdit.
 
 I have uploaded the file in  case some one is interested in it.
 https://dl.dropbox.com/s/27ohn9yzxwrt863/index.html?dl=0
 
 Really Nice! Many Thanks for sharing this configuration file.
 I opened the file and noticed this: Colors = 4194432
 
 This color notation is Hexadecimal, Octal or Binary?
 
 By the way, Did you know of a configuration file for
 NotePad Plus?
 
 Thanks in advance!
 
 Al
 
 
 
 
 --
 View this message in context:
 http://runtime-revolution.278305.n4.nabble.com/LiveCode-syntaxhighligthing-and-autocomplete-for-Ultraedit-available-tp4683271p4683279.html
 Sent from the Revolution - User mailing list archive at Nabble.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
 
 
 
 -- 
 
 *Simon Smith*
 *seo, online marketing, web development*
 
 w. http://www.simonsmith.co
 m. +27 83 306 7862
 ___
 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: LiveCode syntaxhighligthing and autocomplete for Ultraedit available

2014-09-16 Thread Skip Kimpel
Thanks Matthias,

In theory this shoul work... Does anybody actually have this successfully 
running on an iPad with Textastic?I get LiveCode to show up as an option in 
syntax definition but it is not doing anything to format the text.

Just curious.

SKIP


 On Sep 16, 2014, at 5:53 AM, Matthias Rebbe | M-R-D 
 matthias_livecode_150...@m-r-d.de wrote:
 
 Hi,
 for iPad  there is an Editor called Textastic, which uses TextMate bundles 
 for syntax highlighting.
 https://itunes.apple.com/en/app/textastic-code-editor-fur/id383577124?mt=8
 
 http://www.textasticapp.com/v5/manual/lessons/How_can_I_add_my_own_syntax_definitions__themes_and_templates.html
 
 Regards,
 
 Matthias
 
 
 Am 16.09.2014 um 11:29 schrieb Skip Kimpel skiplon...@gmail.com:
 
 Anybody create a solution for the iPad?  Would love to continue to code when 
 I don't have my laptop handy...
 
 SKIP
 
 On Sep 16, 2014, at 2:38 AM, Simon Smith he...@simonsmith.co wrote:
 
 You can use SublimeText on the PC - the TextMate bundle from
 http://revigniter.com/accessory works perfectly. (With sublime text 3 drop
 the unzipped folder into the AppData\Local\Sublime Text 3\Cache\ - worked
 for me on Windows 8. I also renamed revIgniterTMbundles1.3 to livecode)
 
 On Mon, Sep 15, 2014 at 5:33 PM, Alejandro Tejada capellan2...@gmail.com
 wrote:
 
 Matthias Rebbe | M-R-D wrote
 The last days i tried to create a syntax highlighting and autocomplete
 file
 for Ultraedit for Mac. Maybe it is working under Windows, too.
 Did not had the time yet to try.
 
 I am pretty sure that the file is not 100% perfect, but at least
 i have added all commands, constants, keywords, properties
 and so on and colorizing, auto indent and unindent are working.
 Code folding seems to work also.
 
 As i am working in LC editor with the custard yellow background,
 i adjusted the highlighting colors to correspond with that background
 color.
 But it is very easy to adjust the colors for each type (property, keyword
 and so on.).
 You can do this directly in UltraEdit.
 
 I have uploaded the file in  case some one is interested in it.
 https://dl.dropbox.com/s/27ohn9yzxwrt863/index.html?dl=0
 
 Really Nice! Many Thanks for sharing this configuration file.
 I opened the file and noticed this: Colors = 4194432
 
 This color notation is Hexadecimal, Octal or Binary?
 
 By the way, Did you know of a configuration file for
 NotePad Plus?
 
 Thanks in advance!
 
 Al
 
 
 
 
 --
 View this message in context:
 http://runtime-revolution.278305.n4.nabble.com/LiveCode-syntaxhighligthing-and-autocomplete-for-Ultraedit-available-tp4683271p4683279.html
 Sent from the Revolution - User mailing list archive at Nabble.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
 
 
 
 -- 
 
 *Simon Smith*
 *seo, online marketing, web development*
 
 w. http://www.simonsmith.co
 m. +27 83 306 7862
 ___
 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

___
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: LiveCode syntaxhighligthing and autocomplete for Ultraedit available

2014-09-16 Thread Skip Kimpel
Interestingly enough, LiveCode actually appears natively without installing the 
irev tmBundles.

However, choosing that OR the installed irev option still do not do anything.

SKIP

 On Sep 16, 2014, at 10:32 PM, Skip Kimpel skiplon...@gmail.com wrote:
 
 Thanks Matthias,
 
 In theory this shoul work... Does anybody actually have this successfully 
 running on an iPad with Textastic?I get LiveCode to show up as an option 
 in syntax definition but it is not doing anything to format the text.
 
 Just curious.
 
 SKIP
 
 
 On Sep 16, 2014, at 5:53 AM, Matthias Rebbe | M-R-D 
 matthias_livecode_150...@m-r-d.de wrote:
 
 Hi,
 for iPad  there is an Editor called Textastic, which uses TextMate bundles 
 for syntax highlighting.
 https://itunes.apple.com/en/app/textastic-code-editor-fur/id383577124?mt=8
 
 http://www.textasticapp.com/v5/manual/lessons/How_can_I_add_my_own_syntax_definitions__themes_and_templates.html
 
 Regards,
 
 Matthias
 
 
 Am 16.09.2014 um 11:29 schrieb Skip Kimpel skiplon...@gmail.com:
 
 Anybody create a solution for the iPad?  Would love to continue to code 
 when I don't have my laptop handy...
 
 SKIP
 
 On Sep 16, 2014, at 2:38 AM, Simon Smith he...@simonsmith.co wrote:
 
 You can use SublimeText on the PC - the TextMate bundle from
 http://revigniter.com/accessory works perfectly. (With sublime text 3 drop
 the unzipped folder into the AppData\Local\Sublime Text 3\Cache\ - worked
 for me on Windows 8. I also renamed revIgniterTMbundles1.3 to livecode)
 
 On Mon, Sep 15, 2014 at 5:33 PM, Alejandro Tejada capellan2...@gmail.com
 wrote:
 
 Matthias Rebbe | M-R-D wrote
 The last days i tried to create a syntax highlighting and autocomplete
 file
 for Ultraedit for Mac. Maybe it is working under Windows, too.
 Did not had the time yet to try.
 
 I am pretty sure that the file is not 100% perfect, but at least
 i have added all commands, constants, keywords, properties
 and so on and colorizing, auto indent and unindent are working.
 Code folding seems to work also.
 
 As i am working in LC editor with the custard yellow background,
 i adjusted the highlighting colors to correspond with that background
 color.
 But it is very easy to adjust the colors for each type (property, keyword
 and so on.).
 You can do this directly in UltraEdit.
 
 I have uploaded the file in  case some one is interested in it.
 https://dl.dropbox.com/s/27ohn9yzxwrt863/index.html?dl=0
 
 Really Nice! Many Thanks for sharing this configuration file.
 I opened the file and noticed this: Colors = 4194432
 
 This color notation is Hexadecimal, Octal or Binary?
 
 By the way, Did you know of a configuration file for
 NotePad Plus?
 
 Thanks in advance!
 
 Al
 
 
 
 
 --
 View this message in context:
 http://runtime-revolution.278305.n4.nabble.com/LiveCode-syntaxhighligthing-and-autocomplete-for-Ultraedit-available-tp4683271p4683279.html
 Sent from the Revolution - User mailing list archive at Nabble.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
 
 
 
 -- 
 
 *Simon Smith*
 *seo, online marketing, web development*
 
 w. http://www.simonsmith.co
 m. +27 83 306 7862
 ___
 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

___
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: LiveCode syntaxhighligthing and autocomplete for Ultraedit available

2014-09-16 Thread Peter Haworth
Hi Skip,
If you're using the revigniter bundle,  the files have to have ?rev at the
start. It can be in --comment line.

Pete
lcSQL Software
On Sep 16, 2014 7:32 PM, Skip Kimpel skiplon...@gmail.com wrote:

 Thanks Matthias,

 In theory this shoul work... Does anybody actually have this successfully
 running on an iPad with Textastic?I get LiveCode to show up as an
 option in syntax definition but it is not doing anything to format the text.

 Just curious.

 SKIP


  On Sep 16, 2014, at 5:53 AM, Matthias Rebbe | M-R-D 
 matthias_livecode_150...@m-r-d.de wrote:
 
  Hi,
  for iPad  there is an Editor called Textastic, which uses TextMate
 bundles for syntax highlighting.
 
 https://itunes.apple.com/en/app/textastic-code-editor-fur/id383577124?mt=8
 
 
 http://www.textasticapp.com/v5/manual/lessons/How_can_I_add_my_own_syntax_definitions__themes_and_templates.html
 
  Regards,
 
  Matthias
 
 
  Am 16.09.2014 um 11:29 schrieb Skip Kimpel skiplon...@gmail.com:
 
  Anybody create a solution for the iPad?  Would love to continue to code
 when I don't have my laptop handy...
 
  SKIP
 
  On Sep 16, 2014, at 2:38 AM, Simon Smith he...@simonsmith.co wrote:
 
  You can use SublimeText on the PC - the TextMate bundle from
  http://revigniter.com/accessory works perfectly. (With sublime text 3
 drop
  the unzipped folder into the AppData\Local\Sublime Text 3\Cache\ -
 worked
  for me on Windows 8. I also renamed revIgniterTMbundles1.3 to livecode)
 
  On Mon, Sep 15, 2014 at 5:33 PM, Alejandro Tejada 
 capellan2...@gmail.com
  wrote:
 
  Matthias Rebbe | M-R-D wrote
  The last days i tried to create a syntax highlighting and
 autocomplete
  file
  for Ultraedit for Mac. Maybe it is working under Windows, too.
  Did not had the time yet to try.
 
  I am pretty sure that the file is not 100% perfect, but at least
  i have added all commands, constants, keywords, properties
  and so on and colorizing, auto indent and unindent are working.
  Code folding seems to work also.
 
  As i am working in LC editor with the custard yellow background,
  i adjusted the highlighting colors to correspond with that background
  color.
  But it is very easy to adjust the colors for each type (property,
 keyword
  and so on.).
  You can do this directly in UltraEdit.
 
  I have uploaded the file in  case some one is interested in it.
  https://dl.dropbox.com/s/27ohn9yzxwrt863/index.html?dl=0
 
  Really Nice! Many Thanks for sharing this configuration file.
  I opened the file and noticed this: Colors = 4194432
 
  This color notation is Hexadecimal, Octal or Binary?
 
  By the way, Did you know of a configuration file for
  NotePad Plus?
 
  Thanks in advance!
 
  Al
 
 
 
 
  --
  View this message in context:
 
 http://runtime-revolution.278305.n4.nabble.com/LiveCode-syntaxhighligthing-and-autocomplete-for-Ultraedit-available-tp4683271p4683279.html
  Sent from the Revolution - User mailing list archive at Nabble.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
 
 
 
  --
 
  *Simon Smith*
  *seo, online marketing, web development*
 
  w. http://www.simonsmith.co
  m. +27 83 306 7862
  ___
  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

 ___
 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


LiveCode syntaxhighligthing and autocomplete for Ultraedit available

2014-09-15 Thread Matthias Rebbe | M-R-D
Hi,

the last days i tried to create a syntax highlighting and autocomplete file for 
Ultraedit for Mac.
Maybe it is working under Windows, too. Did not had the time yet to try.

I am pretty sure that the file is not 100% perfect, but at least i have added 
all commands, constants, keywords, properties and so on and
colorizing, auto indent and unindent are working.  Code folding seems to work 
also.

As i am working in LC editor with the custard yellow background, i adjusted the 
highlighting colors to correspond with that background color.
But it is very easy to adjust the colors for each type (property, keyword and 
so on.). You can do this directly in UltraEdit.

I have uploaded the file in  case some one is interested in it.

https://dl.dropbox.com/s/27ohn9yzxwrt863/index.html?dl=0


Regards,

Matthias



___
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: LiveCode syntaxhighligthing and autocomplete for Ultraedit available

2014-09-15 Thread Alejandro Tejada
Matthias Rebbe | M-R-D wrote
 The last days i tried to create a syntax highlighting and autocomplete
 file 
 for Ultraedit for Mac. Maybe it is working under Windows, too. 
 Did not had the time yet to try.
 
 I am pretty sure that the file is not 100% perfect, but at least 
 i have added all commands, constants, keywords, properties 
 and so on and colorizing, auto indent and unindent are working.  
 Code folding seems to work also.
 
 As i am working in LC editor with the custard yellow background, 
 i adjusted the highlighting colors to correspond with that background
 color.
 But it is very easy to adjust the colors for each type (property, keyword
 and so on.). 
 You can do this directly in UltraEdit.
 
 I have uploaded the file in  case some one is interested in it.
 https://dl.dropbox.com/s/27ohn9yzxwrt863/index.html?dl=0

Really Nice! Many Thanks for sharing this configuration file.
I opened the file and noticed this: Colors = 4194432

This color notation is Hexadecimal, Octal or Binary?

By the way, Did you know of a configuration file for
NotePad Plus?

Thanks in advance!

Al 




--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/LiveCode-syntaxhighligthing-and-autocomplete-for-Ultraedit-available-tp4683271p4683279.html
Sent from the Revolution - User mailing list archive at Nabble.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: LiveCode syntaxhighligthing and autocomplete for Ultraedit available

2014-09-15 Thread Matthias Rebbe | M-R-D
Am 15.09.2014 um 17:33 schrieb Alejandro Tejada capellan2...@gmail.com:

 
 Really Nice! Many Thanks for sharing this configuration file.
 I opened the file and noticed this: Colors = 4194432
 
 This color notation is Hexadecimal, Octal or Binary?
 
I really don´t know.
After creating and modifying the file, I adjusted the colors under
Preferences-Editor display-Syntax highlighting


 By the way, Did you know of a configuration file for
 NotePad Plus?
 

No, I am sorry.
 Thanks in advance!
 
 Al 
 

Regards,

Matthias 


 
 
 
 --
 View this message in context: 
 http://runtime-revolution.278305.n4.nabble.com/LiveCode-syntaxhighligthing-and-autocomplete-for-Ultraedit-available-tp4683271p4683279.html
 Sent from the Revolution - User mailing list archive at Nabble.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





___
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: LiveCode syntaxhighligthing and autocomplete for Ultraedit available

2014-09-15 Thread Peter Haworth
On Mon, Sep 15, 2014 at 5:21 AM, Matthias Rebbe | M-R-D 
matthias_livecode_150...@m-r-d.de wrote:

 I have uploaded the file in  case some one is interested in it.

 https://dl.dropbox.com/s/27ohn9yzxwrt863/index.html?dl=0


Thanks for this Matthias.  How do I install the file into UltraEdit on OSX?
 Is it a Theme?  The UE Help for themes shows a menu structure that is
totally different than what I see on my Mac.

Thanks

Pete
lcSQL Software http://www.lcsql.com
Home of lcStackBrowser http://www.lcsql.com/lcstackbrowser.html and
SQLiteAdmin http://www.lcsql.com/sqliteadmin.html
___
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: LiveCode syntaxhighligthing and autocomplete for Ultraedit available

2014-09-15 Thread Matthias Rebbe | M-R-D
Hi Peter,

go to ~/Library/Application Support/UltraEdit

and copy the file into the folder wordfiles.

Btw.: i just uploaded an updated version of the file.

Regards,

Matthias


Am 15.09.2014 um 19:03 schrieb Peter Haworth p...@lcsql.com:

 On Mon, Sep 15, 2014 at 5:21 AM, Matthias Rebbe | M-R-D 
 matthias_livecode_150...@m-r-d.de wrote:
 
 I have uploaded the file in  case some one is interested in it.
 
 https://dl.dropbox.com/s/27ohn9yzxwrt863/index.html?dl=0
 
 
 Thanks for this Matthias.  How do I install the file into UltraEdit on OSX?
 Is it a Theme?  The UE Help for themes shows a menu structure that is
 totally different than what I see on my Mac.
 
 Thanks
 
 Pete
 lcSQL Software http://www.lcsql.com
 Home of lcStackBrowser http://www.lcsql.com/lcstackbrowser.html and
 SQLiteAdmin http://www.lcsql.com/sqliteadmin.html
 ___
 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: LiveCode syntaxhighligthing and autocomplete for Ultraedit available

2014-09-15 Thread Peter Haworth
Nice, thanks Matthias.

Pete
lcSQL Software http://www.lcsql.com
Home of lcStackBrowser http://www.lcsql.com/lcstackbrowser.html and
SQLiteAdmin http://www.lcsql.com/sqliteadmin.html

On Mon, Sep 15, 2014 at 10:31 AM, Matthias Rebbe | M-R-D 
matthias_livecode_150...@m-r-d.de wrote:

 Hi Peter,

 go to ~/Library/Application Support/UltraEdit

 and copy the file into the folder wordfiles.

 Btw.: i just uploaded an updated version of the file.

 Regards,

 Matthias


 Am 15.09.2014 um 19:03 schrieb Peter Haworth p...@lcsql.com:

  On Mon, Sep 15, 2014 at 5:21 AM, Matthias Rebbe | M-R-D 
  matthias_livecode_150...@m-r-d.de wrote:
 
  I have uploaded the file in  case some one is interested in it.
 
  https://dl.dropbox.com/s/27ohn9yzxwrt863/index.html?dl=0
 
 
  Thanks for this Matthias.  How do I install the file into UltraEdit on
 OSX?
  Is it a Theme?  The UE Help for themes shows a menu structure that is
  totally different than what I see on my Mac.
 
  Thanks
 
  Pete
  lcSQL Software http://www.lcsql.com
  Home of lcStackBrowser http://www.lcsql.com/lcstackbrowser.html and
  SQLiteAdmin http://www.lcsql.com/sqliteadmin.html
  ___
  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: LiveCode syntaxhighligthing and autocomplete for Ultraedit available

2014-09-15 Thread Kay C Lan
As a matter of interest, how did you extract all the keywords grouped
by their category?

On Mon, Sep 15, 2014 at 8:21 PM, Matthias Rebbe | M-R-D
matthias_livecode_150...@m-r-d.de wrote:
 Hi,

 the last days i tried to create a syntax highlighting and autocomplete file 
 for Ultraedit for Mac.
 Maybe it is working under Windows, too. Did not had the time yet to try.

 I am pretty sure that the file is not 100% perfect, but at least i have added 
 all commands, constants, keywords, properties and so on and
 colorizing, auto indent and unindent are working.  Code folding seems to work 
 also.

 As i am working in LC editor with the custard yellow background, i adjusted 
 the highlighting colors to correspond with that background color.
 But it is very easy to adjust the colors for each type (property, keyword and 
 so on.). You can do this directly in UltraEdit.

 I have uploaded the file in  case some one is interested in it.

 https://dl.dropbox.com/s/27ohn9yzxwrt863/index.html?dl=0


 Regards,

 Matthias



 ___
 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