background preloader

Editors

Facebook Twitter

Cool ISE. Prof. Powershell Cool ISE At the heart of this awesome no-frills editor is the $psise object, handy for configuring the ISE how you want it. The Windows PowerShell Integrated Script Editor, also known as the ISE, is a terrific no-frills script editor at a great price ... free! It is installed by default on Windows 7 and can be set up as an optional component on other operating systems. At the heart is the intrinsic $psise object which you can see in the ISE.

PS C:\> $psise | format-list CurrentPowerShellTab : Microsoft.PowerShell.Host.ISE.PowerShellTab CurrentFile : Microsoft.PowerShell.Host.ISE.ISEFile Options : Microsoft.PowerShell.Host.ISE.ISEOptions PowerShellTabs : {PowerShell 1} What I want to talk about in today's lesson is the Options property, which is a nested object with its own set of properties.

PS C:\> $psise.options What can we do with this? $psise.Options.OutputPaneBackgroundColor="Cyan" The middle output panel now has a new color. I also like being able to change the font. Windows text editor for programmers. Kaxaml. Notepad2 in Context menu - help.net. Big collection of Regular Expressions Toolbox "regex" | ResourcesMix.info | Huge collection of design and development tips, tutorials, downloads and news. Regular expressions (”regex’s” for short) are sets of symbols and syntactic elements used to match patterns of text and they are pretty powerful. Regular expressions have been around for a very long time (in computer industry scale) and was first introduced as part of the powerful UNIX search tool grep. The regex syntax used commonly today is compliant with Extended Regular Expressions (EREs) defined in IEEE POSIX 1003.2 (Section 2.8).

EREs are supported by Apache, PHP4+, Javascript 1.3+, MS Visual Studio, MS Frontpage, most visual editors, vi, emac, the GNU family of tools (including grep, awk and sed) as well as many others. Extended Regular Expressions (EREs) will support Basic Regular Expressions (BREs are essentially a subset of EREs). The BRE syntax is considered obsolete and is only still around to preserve backward compatibility. I believe mastering at least the most basic elements of regex is essential for any programmer. Regex – Getting started Matching a username RegExr. How to replace notepad.exe with notepad2.exe - Omar Shahine's WebLog.

Visual Studio

RegExr.