Re: [Plugin] Workspace Nav: navigate the workspace directory tree using the keyboard

2017-04-28 Thread Scott Bauer
Ah, sorry, it looks like I had fixed the visual selection but never made
the push... ended up getting pulled away into some other problems and this
fell by the wayside. I will take care of it this weekend.

On Fri, Apr 28, 2017 at 7:27 AM, MarcusE1W  wrote:

> Any news on this ?
> I also do not get any visual feedback.
> Effectively you cant see what's currently selected, but the keybord
> function works.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Light Table Discussion" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to light-table-discussion+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Light Table Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to light-table-discussion+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Blog Post: Light Table Roadmap - 2017

2017-01-30 Thread Scott Bauer
In the interest of keeping everyone aware of what is coming down the line 
for Light Table, here is a post sharing our major plans for 2017 and 
beyond: http://lighttable.com/2017/01/27/light-table-roadmap-2017/

As always, feel free to discuss. If you are interested in contributing to 
Light Table or maintaining a plugin, please get a hold of us!

Happy Coding,

Scott

-- 
You received this message because you are subscribed to the Google Groups 
"Light Table Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to light-table-discussion+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Only 2/3(37.8 Mb) of distributive archive is possible to download

2017-01-19 Thread Scott Bauer
I was able to download it without issue just now on Firefox. Perhaps it was 
a temporary problem with Github, or an issue with your internet provider?


On Thursday, January 19, 2017 at 7:27:03 AM UTC-5, Victor Subaru wrote:
>
> I've tried today to download 
> https://github.com/LightTable/LightTable/releases/download/0.8.1/lighttable-0.8.1-windows.zip
>  and 
> in dirrefent browsers (Chrome, IE, Firefox) only 37.8 Mb of 55.5 Mb can be 
> downloaded. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Light Table Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to light-table-discussion+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: auto complete tab key

2016-09-21 Thread Scott Bauer
>From what I recall, it should work by default by pressing the tab key where 
there is a non-space character immediately preceding the cursor. 

Could you confirm your default.keymap or user.keymap contains a line such 
as the following:

[:editor.keys.normal "tab" :auto-complete]

You can find those files by going to the Commands area (CTRL+Space) and 
typing keymap.

If that does not help, could you provide additional information such as 
your Light Table version, installed plugins, and the file type you are 
attempting to autocomplete on?

On Thursday, September 22, 2016 at 1:26:57 AM UTC-4, Sergey wrote:
>
> Hey, guys, i don't understand how to make autocomplete on key tab. Thanks 
> for you help! 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Light Table Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to light-table-discussion+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: JavaScript Support: Suggestions on how to get Babel to work with the in-editor eval?

2016-09-17 Thread Scott Bauer
Thanks for the suggestions! Unfortunately, I'm not particularly 
knowledgeable about this area so I do not have much to contribute at this 
time... Perhaps others can keep the discussion going.

If you have any other suggestions regarding this topic, or wish to expound 
further, please do so - the help is much appreciated!

On Friday, September 16, 2016 at 8:07:11 PM UTC-4, Chris M Balz wrote:
>
> This gh question  
> was redirected to this list, but I don't see anything related here.  So 
> asking: It's fairly straightforward to get webpack 
>  to work with Babel  to do 
> compiling of JavaScript to targets such as ES2015. 
>  
> So, how could the LightTable in-editor eval functionality be run through 
> the Babel compiler first so that a user could successfully evaluate ES2015 
> statements such as `import foo from 'bar'`, and so forth?
>
> There would be two parts to this: The language-level part (Babel) and the 
> filesystem access such as needed with an `import` statement.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Light Table Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to light-table-discussion+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Starting out: shortcuts and key-bindings

2016-09-17 Thread Scott Bauer
Sorry to hear this was a pain to find out!

I do agree it is buried within the existing documentation... if you don't 
know what to look for then it is not clear. We are in the process of 
overhauling existing documentation and you can expect to find this 
information easier in the forthcoming version.

On Friday, June 10, 2016 at 2:48:25 PM UTC-4, moda...@gmail.com wrote:
>
> Hi,
>
> I've recently started using LightTable and I'd like to learn about the 
> readily available shortcut keys and key-bindings. Is there a wiki or 
> documentation that covers this material?
>
> Also, I'd like to learn if there's a way to use the keyboard for all 
> activities. For example, currently to open a workspace, I use "ctrl+space" 
> to open the command pane, then the arrow keys to select "open recent 
> workspace", and lastly the mouse to select a workspace. Can this be done 
> only from the keyboard, i.e. without a mouse?
>
> Thanks.
>
> -Mo
>

-- 
You received this message because you are subscribed to the Google Groups 
"Light Table Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to light-table-discussion+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.