AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 20 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Weather
mosaic

Replies: 76
Views: 9829

PostForum: Scripts & Functions   Posted: Wed Jul 02, 2008 2:23 pm   Subject: Weather
How about this:


forecast := plaintxt(forecast)

forecast := RegExReplace(forecast, ":\s+", ": ")
forecast := RegExReplace(f ...
  Topic: For those who use Notepad++ (aka npp)
mosaic

Replies: 29
Views: 8963

PostForum: Scripts & Functions   Posted: Wed Jan 16, 2008 4:11 am   Subject: For those who use Notepad++ (aka npp)
Is someone already working with the newest version of Notepad++ (now 4.7.3) having support for ahk-subroutines?
mosaic described how to do it for earlier versions of Notepad++ . I tried to adjust to ...
  Topic: LexAHK: syntax highlighting for Scintilla (SciTE, others?)
mosaic

Replies: 100
Views: 17215

PostForum: Utilities & Resources   Posted: Thu Jun 07, 2007 2:04 pm   Subject: LexAHK: syntax highlighting for Scintilla (SciTE, others?)
Greetings PhiLho/Toralf and others,

I did not realize there is another topic on Notepad++ here. While I like the syntax highlighting, the function list plugin is way more powerful, it allows one to ...
  Topic: For those who use Notepad++ (aka npp)
mosaic

Replies: 29
Views: 8963

PostForum: Scripts & Functions   Posted: Thu May 24, 2007 1:51 pm   Subject: For those who use Notepad++ (aka npp)
Update for insertExt.ini to recognize Subroutine definition with comment on the same line as the subroutine name, for example: (This code snippet is from PicturePuzzle0.9a)


Auto-Solve: ; ...
  Topic: SysMon
mosaic

Replies: 20
Views: 2399

PostForum: Scripts & Functions   Posted: Wed May 23, 2007 12:00 pm   Subject: SysMon
I added Monitor Info (with support for more than one monitor)

Put the following after Cpu and Memory and Before Network Info.


; Monitor Info.
Gui %SMGuiID%:Font
Gui %SMGuiID%:Add, ...
  Topic: SysMon
mosaic

Replies: 20
Views: 2399

PostForum: Scripts & Functions   Posted: Wed May 23, 2007 2:20 am   Subject: SysMon
Nice script. Is there any way to get the real ip address, instead, it's giving me: 192.168.0.1?
  Topic: TitleButton 0.31
mosaic

Replies: 41
Views: 6501

PostForum: Scripts & Functions   Posted: Wed May 23, 2007 1:17 am   Subject: A Little Glitch on the TitleButton
It's very nice. However, when one double clicks on the title bar, which usually means Restore/Maximize, the titlebutton does not follow. It seems like Dock_event does not correctly generate an event f ...
  Topic: For those who use Notepad++ (aka npp)
mosaic

Replies: 29
Views: 8963

PostForum: Scripts & Functions   Posted: Sat May 12, 2007 9:37 pm   Subject: For those who use Notepad++ (aka npp)
Thanks for your contribution,
I considering to use NPP. When that time comes, I will use your files.
Thanks toralf for your kind words. It's very little I have done comparing with what you and many ...
  Topic: For those who use Notepad++ (aka npp)
mosaic

Replies: 29
Views: 8963

PostForum: Scripts & Functions   Posted: Sat May 12, 2007 9:02 pm   Subject: Updated insert.ini to support Subroutines
I have updated the insertExt.ini to include support for subroutines.

Here it is:




As usual, some rules to use this insertExt.ini


/* Some Rules
If calling a function, make sure to ...
  Topic: For those who use Notepad++ (aka npp)
mosaic

Replies: 29
Views: 8963

PostForum: Scripts & Functions   Posted: Sat May 12, 2007 12:00 am   Subject: For those who use Notepad++ (aka npp)
I know it's a very lame question, but how can I install a userDefined language from that xml file linked above?

Avalon,

No question is lame. To install the the XML file, just copy it (userDefine ...
  Topic: For those who use Notepad++ (aka npp)
mosaic

Replies: 29
Views: 8963

PostForum: Scripts & Functions   Posted: Mon May 07, 2007 3:34 pm   Subject: For those who use Notepad++ (aka npp)
I updated the insertExt.ini to reflect the following:

Variable names: Variable names are not case sensitive (for example, CurrentDate is the same as currentdate). Variable names may be up to 254 ch ...
  Topic: Auto-Syntax-Tidy v12
mosaic

Replies: 51
Views: 10574

PostForum: Scripts & Functions   Posted: Mon May 07, 2007 3:22 pm   Subject: Auto-Syntax-Tidy v12
Thanks toralf,

I will make change in the insertExt.ini to use this new rule.

Could you confirm whether there is indeed a bug in auto-syntax-tidy.ahk when function names having those special char ...
  Topic: Auto-Syntax-Tidy v12
mosaic

Replies: 51
Views: 10574

PostForum: Scripts & Functions   Posted: Mon May 07, 2007 1:24 pm   Subject: Auto-Syntax-Tidy v12
I also have a feature request for your next version:

Could you add a feature that I can highlight a piece of code and press a key (say F3) to insert tabs in the front)???

Thanks.
  Topic: Auto-Syntax-Tidy v12
mosaic

Replies: 51
Views: 10574

PostForum: Scripts & Functions   Posted: Mon May 07, 2007 1:20 pm   Subject: Auto-Syntax-Tidy v12
Ok, by experiment, I have found a bug:

The following code could not be Syntax-Tidied, because they use special characters(?, @) in the function, however, they are valid function names (I just teste ...
  Topic: For those who use Notepad++ (aka npp)
mosaic

Replies: 29
Views: 8963

PostForum: Scripts & Functions   Posted: Mon May 07, 2007 1:03 pm   Subject: For those who use Notepad++ (aka npp)
I made some changes to insertExt.ini to include @ as valid character in function names as mentioned
valid_function_heh(arg1, ; comment for arg1
arg2 ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group