| Author |
Message |
Topic: LexAHK: syntax highlighting for Scintilla (SciTE, others?) |
Boskoop
Replies: 100
Views: 18189
|
Forum: Utilities & Resources Posted: Tue Feb 12, 2008 7:19 pm Subject: LexAHK: syntax highlighting for Scintilla (SciTE, others?) |
Apparently, Notepad++ 4.7 supports external lexers
As well, besides the User Language Define System, the new language (Scintilla external lexer) can be added in Notepad++ under the plugin form.
( ... |
Topic: Tool to search local html-sites? |
Boskoop
Replies: 2
Views: 542
|
Forum: Utilities & Resources Posted: Mon Feb 04, 2008 6:15 pm Subject: Tool to search local html-sites? |
| I have a bunch of local HTML-sites on my computer. I would like to search them- with search results in a Google-like presentation. I'm not allowed to install Google desktop or another desktop search s ... |
Topic: Synplus (plugin for Total Commander) as AHK-editor |
Boskoop
Replies: 8
Views: 2175
|
Forum: Utilities & Resources Posted: Thu Dec 27, 2007 5:54 pm Subject: Synplus (plugin for Total Commander) as AHK-editor |
| I found Synplus when looking for an editor two years ago. I must admit, I never used it (too slow on my old computer). I settled with Notepad++. I never updated the syntax file. But it was easy as far ... |
Topic: What is your screen resolution ? |
Boskoop
Replies: 22
Views: 1176
|
Forum: General Chat Posted: Tue Sep 25, 2007 7:11 pm Subject: What is your screen resolution ? |
1064x1280, 106dpi, portrait-mode at home (really useful for longer texts and code), landscape at work. Max line lenght in Notepad++ is 93.
Boskoop |
Topic: GUI radio button labels and system font size |
Boskoop
Replies: 7
Views: 672
|
Forum: Bug Reports Posted: Sat Aug 18, 2007 10:26 am Subject: GUI radio button labels and system font size |
Thank you!
gui, add, radio, -Wrap, VioletThe -wrap option did the trick. As far as I could test it, it has no side effects on my GUI either. .
I can't reproduce it by switching from 96 to 120 dpi. ... |
Topic: GUI radio button labels and system font size |
Boskoop
Replies: 7
Views: 672
|
Forum: Bug Reports Posted: Sun Aug 12, 2007 9:35 am Subject: GUI radio button labels and system font size |
I don't think that non-supported font sizes are the problem:
1. Arial 8pt is supported (All word processors on my system offer this font-size), and it shows wrong in the GUI
2. Courier 4 isn't sup ... |
Topic: Gui for CMOSTimer (Wake up your PC at a specified time etc.) |
Boskoop
Replies: 10
Views: 2284
|
Forum: Scripts & Functions Posted: Sat Aug 11, 2007 9:44 am Subject: Gui for CMOSTimer (Wake up your PC at a specified time etc.) |
| Scheduled tasks can wake a computer from standby or hibernate mode to perform a task. I think, that's the easiest way to start a computer automatically . You can find infos on hibernate mode [url=htt ... |
Topic: GUI radio button labels and system font size |
Boskoop
Replies: 7
Views: 672
|
Forum: Bug Reports Posted: Sat Aug 11, 2007 9:17 am Subject: GUI radio button labels and system font size |
Thanks for your answer. Have tried it with 110% system font size.
This provides some sort of workaround.
Font size and type has this effekt:
1. When using monospaced font types (I tried courie ... |
Topic: GUI radio button labels and system font size |
Boskoop
Replies: 7
Views: 672
|
Forum: Bug Reports Posted: Fri Aug 10, 2007 7:48 pm Subject: GUI radio button labels and system font size |
The radio button labels become unreadable with with system font size bigger than standard:
The following code
gui, add, radio, , Yellow
gui, add, radio, , Bluegreen
gui, add, radio, , Violet
gu ... |
Topic: AHK-Scheduler |
Boskoop
Replies: 20
Views: 5489
|
Forum: Scripts & Functions Posted: Mon Mar 12, 2007 7:48 pm Subject: AHK-Scheduler |
When I couldn't get it to work in win98 I stopped working on this, but now I'll post it for posterity.
That's a pity. Actually, adding support for multiple timers and for periodic timers was the next ... |
Topic: AHK-Scheduler |
Boskoop
Replies: 20
Views: 5489
|
Forum: Scripts & Functions Posted: Sun Feb 25, 2007 11:48 pm Subject: AHK-Scheduler |
Sorry for answering so late. Maybe you both solved your problem by buying a new computer in the meantime
I tried in vain to find a Windows 98 computer to reproduce your problem. So I just go ... |
Topic: What did you know about programming....? |
Boskoop
Replies: 14
Views: 2346
|
Forum: General Chat Posted: Sun Feb 25, 2007 11:20 pm Subject: What did you know about programming....? |
| There are a few threads about tutorials and how to help newbies to learn AHK (i.e. [url=http://www.autohotkey.com/forum/viewtopic.php?t=16848]this one ) The AHK-help contains an excellent tutorial, Ve ... |
Topic: How to identify an edit control? |
Boskoop
Replies: 4
Views: 362
|
Forum: Ask for Help Posted: Fri Feb 09, 2007 8:25 pm Subject: How to identify an edit control? |
Thanks for helping.
I use some sort of workaround now, but I'm not really satisfied. It still has side effects. Any better idea is appreciated.
F12::
if (CheckEditable()= ... |
Topic: LexAHK: syntax highlighting for Scintilla (SciTE, others?) |
Boskoop
Replies: 100
Views: 18189
|
Forum: Utilities & Resources Posted: Thu Feb 08, 2007 9:41 pm Subject: LexAHK: syntax highlighting for Scintilla (SciTE, others?) |
| Thank you very much, PhilHo for that lexer- that's great work. And thanks for the HowTo to n-l-i-d. This got me to trie it- before I just waited for Notepad++ to support AHK. Scite runs from USB-stic ... |
Topic: Control Anchoring v4 for resizing windows |
Boskoop
Replies: 163
Views: 20780
|
Forum: Scripts & Functions Posted: Sat Feb 03, 2007 9:55 am Subject: Control Anchoring v4 for resizing windows |
Thank you very much for your tool. It was just what I needed.
I don't even dream of understanding your code- and to reproduce the functionality I would have to use this life and my next one too. ... |
| |