On search cards, any chance of making the default edit window larger? With only 4 visible lines, a tidy WQL command does not appear on one page. For example the following is rough to view:
{
/* Pick up all organizations marked as "where to start" from a topic card. */
"referred_to_by":
{
"left": {"type":"Topic"}, "right": {"name":"where to start"}
},
"limit":100
}
It is convoluted, but just as with SQL, tidier code is easier to read, and therefore easier to change. Some of the WQL I saw is quite confusing to read with loads of braces on a single line. Tidy code just makes it easier for the next person to change and understand, and maybe is more the wiki way? Low priority because I know many coders like to cram their code.
Make the edit box bigger.
You can just edit the view templates in your version.
--Gerry Gleason.....Mon Sep 28 11:15:27 -0700 2009
You talking about a coding fix, I presume?
--John Abbe.....Mon Sep 28 15:01:03 -0700 2009 (& 2011)
He means it will be easy to customize with modules. I don't see any reason not to bump it up -- you hardly ever edit WQL within a form. I just made it 10 rows instead of 3. eb22f4d
--Ethan McCutchen.....Sat Feb 19 14:35:16 -0800 2011
Thx!
--John Abbe.....Sat Feb 19 17:03:32 -0800 2011