Share this topic on AskShare this topic on Del.icio.usShare this topic on DiggShare this topic on FacebookShare this topic on GoogleShare this topic on LiveShare this topic on MagnoliaShare this topic on MySpaceShare this topic on RedditShare this topic on SlashdotShare this topic on StumbleUponShare this topic on TechnoratiShare this topic on TwitterShare this topic on YahooShare this topic on Google buzz

Author Topic: Glass Notepad, CMD, and Firefox  (Read 870 times)

0 Members and 1 Guest are viewing this topic.

Offline IH8U

  • Hero Member
  • *****
  • Posts: 784
Glass Notepad, CMD, and Firefox
« on: October 28, 2009, 07:01:51 PM »
Glass Firefox theme. http://www.neowin.net/forum/index.php?showtopic=746714

Glass Notepad. http://theking9794.deviantart.com/art/Glass-Notepad-125901790

Glass CMD. http://komalo.deviantart.com/art/Glass-CMD-for-Vista-121457868

All seem to be virus free and working well in Windows 7 Ultimate. Glass Notepad and CMD are executables, hit the links for more info. When I get the time I am going to see if I can get Glass CMD to run as a service. Uses 684k on my machine so it's not going to bog stuff down.

Offline Black Viper

  • Administrator
  • ******
  • Posts: 2262
  • "Have you tweaked your OS lately?"
    • Black Viper's Web Site
Re: Glass Notepad, CMD, and Firefox
« Reply #1 on: October 28, 2009, 08:12:53 PM »
Looks good. Thanks for the post.

Offline couttsj

  • Hero Member
  • *****
  • Posts: 528
Re: Glass Notepad, CMD, and Firefox
« Reply #2 on: October 29, 2009, 07:51:00 AM »
I have been looking for a better text editor than Notepad, but I don't think Glass-Notepad will meet my needs (I don't need fancy graphics). In addition to getting rid of a number of annoyances with Notepad, I need better global replacement functions for non visible control characters such as CR and LF. There are a number of them available on the net, but I would appreciate any recommendations.

Offline Spawn

  • Premium Member
  • *****
  • Posts: 921
Re: Glass Notepad, CMD, and Firefox
« Reply #3 on: October 29, 2009, 09:33:52 AM »
Thanks for posting Glass Notepad, IH8U.  Very cool.

Spawn

Offline DJanda

  • Premium Member
  • *****
  • Posts: 216
  • It's gotta be in here somewhere...
Re: Glass Notepad, CMD, and Firefox
« Reply #4 on: October 29, 2009, 09:35:57 AM »
I have been looking for a better text editor than Notepad, but I don't think Glass-Notepad will meet my needs (I don't need fancy graphics). In addition to getting rid of a number of annoyances with Notepad, I need better global replacement functions for non visible control characters such as CR and LF. There are a number of them available on the net, but I would appreciate any recommendations.
I have been using PFE32 for the last 12 years. It has a sophisticated search and replace function (accepts '\n' and '\t' for instance) and a VERY good macro function. Unfortunately, it has a somewhat clunky user interface.

For the last 4 years or so, I have also been using "ConTEXT". It has a friendlier user interface (uses 'Cntrl C' and 'Cntrl V' for cut and paste for instance). It also has a block cut and paste function that is extremely handy. And has "Highlighters" for most programming languages.

By using both editors I don't lack for anything. Of course, if you are into masochism and such, there is a Windows version of "Vi"  ;D

Offline IH8U

  • Hero Member
  • *****
  • Posts: 784
Re: Glass Notepad, CMD, and Firefox
« Reply #5 on: October 29, 2009, 03:36:34 PM »
Looks good. Thanks for the post.
Thanks for posting Glass Notepad, IH8U.  Very cool.

Spawn

Thanks!

I have been looking for a better text editor than Notepad, but I don't think Glass-Notepad will meet my needs (I don't need fancy graphics). In addition to getting rid of a number of annoyances with Notepad, I need better global replacement functions for non visible control characters such as CR and LF. There are a number of them available on the net, but I would appreciate any recommendations.

Ever try Programmer's Notepad? http://www.pnotepad.org/

Offline IH8U

  • Hero Member
  • *****
  • Posts: 784
Re: Glass Notepad, CMD, and Firefox
« Reply #6 on: October 29, 2009, 04:46:16 PM »
When I get the time I am going to see if I can get Glass CMD to run as a service.

Turns out Glass CMD has a a Settings.ini file that has one line in it, HideTrayIcon=0. Changing the 0 to a 1 will hide the tray icon. I renamed Glass CMD.exe to GCMD.exe and created a new folder in Program Files named GCMD, then I copied both files in there. Instead of trying to run the program as a service, I just let it run in the background as a regular process by adding a registry setting in [HKEY_LOCAL_MACHINE\\\\Run]. Now the program starts when logging into Windows.

Code: [Select]
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"Glass CMD"="C:\\Program Files\\GCMD\\GCMD.exe"