Add to Technorati Favorites
Welcome to ThePowerShellGuy.com Sign in | Join | Help

PowerTab V2 Alpha 1

A first version of Powertab implemented as a module and using tokenizer,

*note* 

this is an Alpha version only provided for beta testers and not everything is implemented yet.

*Some other notes*

Powertab starts up with my database, but update-tabexpansiondatabase should work,

utility functions are available but not all tested yet, custom completions are not used yet. 

$Powertabconfig is available but the settings are not used yet

This page can be updated at any time

update 1 : as Module

Update 2 : processed Xaegr's comments

Update 3 : Processes Xaegr's comments 2

Set-ExecutionPolicy -Ex r?

fixes to $_ completion

Update 4 :

$host.ui.rawui.backgroundcolor = ??[tab]

Update 5 :

Completion on Script Cmdlet,Function,Externalscript

help -[tab] # Is script Cmdlet in V2

./test.ps1 -[tab]

Export-TabExpansionConfig -[tab]

I also made 2 extra functions for parameter resolving, should cover every
scenario, but not implemented everywhere

Update 6

17-07-08  Started on Basic relative filecompletion

Update 7

23-07-08 Rewrote Parameter handling

Update 8

31-07-08 first level method arguments, some of the parameter fixes

Update 9

on request changed format to .ZIP for Alpha download

Enjoy,

Greetings /\/\o\/\/

Published Saturday, July 05, 2008 12:05 PM by MoW
Filed under: , ,

Attachment(s): PowerTab.zip

Comments

# PowerTab for PowerShell V2

I got a lot of questions about the future of PowerTab lately, so a teaser of what is coming in a new

Thursday, July 10, 2008 4:38 AM by The PowerShell Guy

# PowerTab for PowerShell V2 Alpha testers wanted

As I did mention in last post, I started working on PowerTab for PowerShell V2, and I posted the current

Monday, July 14, 2008 2:33 PM by The PowerShell Guy

# Getting Started with PowerShell 2 - Part 3

Thursday, July 24, 2008 12:37 AM by Getting Started with PowerShell 2 - Part 3

# re: PowerTab V2 Alpha 1

.7z ???

Why not just use .ZIP?  Or at least give people the choice.

I had to download an executable from someone I don't know or trust in order to use this.  I can't recommend that to to people.

jps

Tuesday, August 12, 2008 7:23 AM by jsnover

# re: PowerTab V2 Alpha 1

@ JPS

I can reccomment 7ZIP, much smaller as ZIP much more mailfilter friendly,  it is open source, and wikipedia knows the writer ;-)

http://en.wikipedia.org/wiki/Igor_Pavlov_%28programmer%29

but I can understand it might not be handy for some people in this format (until PSCX support ;-) )

http://www.nivot.org/2008/07/28/Pscx12ProgressNdashArchiveReadAndExtractSupportComing.aspx 

so I updated the download to the .ZIP format.

Enjoy,

Greetings /\/\o\/\/

Tuesday, August 12, 2008 2:24 PM by MoW
Anonymous comments are disabled