Search found 6 matches

by ryunp
18 Jan 2017, 03:40
Forum: Ask for Help (v1)
Topic: text/list/table functions
Replies: 19
Views: 10227

Re: text/list/table functions

If you end up needing JavaScript-esk Array functions, I've ported over most of them: https://github.com/ryunp/ahk-array
by ryunp
18 Jan 2017, 03:07
Forum: Ask for Help (v1)
Topic: text/list/table functions
Replies: 19
Views: 10227

Re: text/list/table functions

I've always enjoyed JavaScript's architecture; try looking through MDN's docs on the String object . You will see a list of methods on the left sidebar. These are all the functions provided for string operations. I also suggest looking at Array object to see how they deal with lists of elements. The...
by ryunp
18 Jan 2017, 02:40
Forum: Ask for Help (v1)
Topic: text/list/table functions
Replies: 19
Views: 10227

Re: text/list/table functions

This massive text wall is hard to decipher. Are you looking for resources to learn the underlying data structures to accomplish these tasks? Or just looking for stack-overflow style homework answers? The amount of specific issues is overwhelming. Can you identify just a few issues and elaborate on w...
by ryunp
30 Jul 2015, 19:14
Forum: Editors
Topic: Sublime Text Resources - [plugins, lang files, etc.]
Replies: 17
Views: 33984

Re: Sublime Text Resources - [plugins, lang files, etc.]

Also, CHM Lookup is awesome. For anyone looking to implement tmplinshi's CHM Lookup on ST3 with Python3 for Windows there are a few adjustments. For those less inclined to mess with the updating... ST3 Path Change: Pathing doesn't contain 'Data'; 'C:\Users\<user>\AppData\Roaming\ Data\ Sublime Text ...
by ryunp
30 Jul 2015, 17:49
Forum: Editors
Topic: Sublime Text Resources - [plugins, lang files, etc.]
Replies: 17
Views: 33984

Re: Sublime Text Resources - [plugins, lang files, etc.]

While modifying the color theme for the github ST3 package I ended up customizing the tmLanguage syntax rules a bit. Among a few changes, I wanted the text after Msgbox to appear the same as String color, but only when no % symbol was present. I nearly got it, but there is some overriding happening ...
by ryunp
08 Aug 2014, 08:05
Forum: About This Community
Topic: About the official site (ahkscript.org)
Replies: 50
Views: 28399

Re: About the official site (ahkscript.org)

Minor issue: Line break issue with the entries on the side nav. Some entries' lengths cross the margins.

Edit: Issue reported in the Docs git, thanks for the correction.

Go to advanced search