 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
SoggyDog
Joined: 02 May 2006 Posts: 213 Location: Greeley, CO
|
Posted: Thu Mar 20, 2008 11:19 pm Post subject: |
|
|
| tiles wrote: | | I was talking about the people here. |
From the Boston Globe;
WASHINGTON -- Nearly one in five Americans speaks a language other than English at home, the Census Bureau says, an increase of nearly 50 percent during the past decade. Most speak Spanish, followed by Chinese, with Russian rising fast.
Some 47 million Americans 5 and older used a language other than English in 2000, the bureau said. That translates into the nearly one in five, compared with roughly one in seven 10 years ago. (AP)
| tiles wrote: | | I can speak norwegian. I learned it because my girlfriend is norwegian. |
I'm sure she feels very lucky.
| tiles wrote: | | I'm not learning serbian so i can read a single post on one website. |
That's your choice. No one said you had to. Just quit complaining about it.
| tiles wrote: | | Do you know 5 languages? |
I never claimed to be able to speak 5 languages, but I have the intelligence to learn them when necessary.
With that;
Learn a language- Don't learn a language- I don't really care;
As I mentioned earlier, just stop whining about it. _________________
SoggyDog
Download AutoHotKey Wallpaper
Does 'Fuzzy Logic' tickle? |
|
| Back to top |
|
 |
tiles Guest
|
Posted: Fri Mar 21, 2008 2:22 am Post subject: |
|
|
| Quote: | Perhaps you could consider learning a second language.
Most of the folks you're talking about speak 5 or more. |
| Quote: | | Learn a language- Don't learn a language- I don't really care; |
If you don't care, stop dragging this on. I'm tired of flamers like you. |
|
| Back to top |
|
 |
SoggyDog
Joined: 02 May 2006 Posts: 213 Location: Greeley, CO
|
Posted: Fri Mar 21, 2008 3:58 am Post subject: |
|
|
| tiles wrote: | | If you don't care, stop dragging this on. I'm tired of flamers like you. |
Flamers like me? You're the one that started knocking people that don't speak English.
Had I not picked up a vibe of superiority from you, I would have never posted to begin with.
I only "drag this on" because someone obviously needs to point out your ignorance / arrogance.
(or maybe not... you're doing a pretty good job of that yourself)
If you want this discussion ended, fine. I am more than happy to stop wasting my time on you.
As my good buddy Ron White tells his audiences, "You can't fix stupid."
Have a good evening. _________________
SoggyDog
Download AutoHotKey Wallpaper
Does 'Fuzzy Logic' tickle? |
|
| Back to top |
|
 |
SoggyDog
Joined: 02 May 2006 Posts: 213 Location: Greeley, CO
|
Posted: Fri Mar 21, 2008 5:00 am Post subject: |
|
|
@majkinetor
ISense is fantastic;
Sorry to have muddied the thread. _________________
SoggyDog
Download AutoHotKey Wallpaper
Does 'Fuzzy Logic' tickle? |
|
| Back to top |
|
 |
Guest
|
Posted: Fri Mar 21, 2008 7:04 am Post subject: |
|
|
bug?
When tabbing for autocompletion the app doesnt seem to care about those with no parameters and adds , automaticly. |
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 3615 Location: Belgrade
|
Posted: Fri Mar 21, 2008 8:37 am Post subject: |
|
|
Ye, you can call it bug, although it doesn't reflect in any way.
You can safely put comma at the end of any AHK parametreless command. _________________
 |
|
| Back to top |
|
 |
mandiom
Joined: 03 Mar 2008 Posts: 34
|
Posted: Fri Mar 21, 2008 4:57 pm Post subject: |
|
|
Amazing job... Wow... simply amazing... It makes Visual Basic's Intellisense system look like the work of an amateur programmer Thanks a lot for this!
Another bug?
Ok, it might be kinda confusing to describe:
I'm in Line 3: code code code...
I press Enter twice, so I'm in line 5: code code code ...
I got to line 4 with the up arrow key and start typing: ISENSE doesn't work. I have to use backspace and enter to switch lines for IS to work.
Lastly, would there be an 'easy' way to make ISense start when we are editing an AHK scirpt? Sorry nut I'm kinda new here
Thanks in advance  |
|
| Back to top |
|
 |
widow Guest
|
Posted: Fri Mar 21, 2008 7:35 pm Post subject: |
|
|
| majkinetor wrote: | Ye, you can call it bug, although it doesn't reflect in any way.
You can safely put comma at the end of any AHK parametreless command. | Nice thanx |
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 3615 Location: Belgrade
|
Posted: Sat Mar 22, 2008 12:31 pm Post subject: |
|
|
| Quote: | I'm in Line 3: code code code...
I press Enter twice, so I'm in line 5: code code code ...
I got to line 4 with the up arrow key and start typing: ISENSE doesn't work. I have to use backspace and enter to switch lines for IS to work. |
You have to press a hotkey (by default ctrl space) to activate isense on any line previously typed. This is the very similar behavior as in mainstreem IDEs.
Thanks for your good words  _________________
 |
|
| Back to top |
|
 |
mandiom
Joined: 03 Mar 2008 Posts: 34
|
Posted: Sat Mar 22, 2008 9:34 pm Post subject: |
|
|
Oh, all right. Fair enough
So, how about auto-launching ISense when an 'ahk' script is being edited? I'm guessing that we need some "IfinString" or something, right? |
|
| Back to top |
|
 |
majkinetor! Guest
|
Posted: Sun Mar 23, 2008 12:47 am Post subject: |
|
|
| it already does that, if you keep in the tray. |
|
| Back to top |
|
 |
mandiom
Joined: 03 Mar 2008 Posts: 34
|
Posted: Sun Mar 23, 2008 1:13 am Post subject: |
|
|
| Yes, I know it works if it's already in the tray - that is, if you have already manually started it. However, what if it's off? Can it be turned on / run when there is an 'ahk' script in and editor? |
|
| Back to top |
|
 |
TodWulff
Joined: 29 Dec 2007 Posts: 99
|
Posted: Sun Mar 23, 2008 4:17 am Post subject: |
|
|
| mandiom wrote: | | Yes, I know it works if it's already in the tray - that is, if you have already manually started it. However, what if it's off? Can it be turned on / run when there is an 'ahk' script in and editor? |
You might be able to:
-configure your editor to automagically kickoff the script when the editor is opened [ ], or
-you could use a .bat file to open the script and then the editor [ ], or
-you could add isense to your startup group [ ], or
-you could edit the script to accept parameters and then alter the file type associations for the edit action on .ahk files so that it kicks off the script and then the script starts the editor, passing the file parameter to it [ ], or
-(caution with this one) you could add a key to the HKLM\Software\Microsoft\Windows\CurrentVersion\run to start the script when the user logs on [ ], or
-you could use any number of service utilities (like FireDaemon) to start the script when the OS starts [ ], or
-you could write another smaller script that looks for the editor and when it is opened with a .ahk file (title bar text), start isense, and configure it to autostart any number of ways (as eluded to above) [ ], or
-... There are probably many more ways. The trick is to find one that you grasp, are comfortable with, and doesn't result in negative side affects.
Personally, if it were a requirement on my end, I'd prolly create a small icon-less script that runs from the startup group, to look for .ahk files being edited & kicks off isense, when it detects same.
Good luck.
-t |
|
| Back to top |
|
 |
mandiom
Joined: 03 Mar 2008 Posts: 34
|
Posted: Sun Mar 23, 2008 2:20 pm Post subject: |
|
|
Yes, I think that the last option is the best one since there's no reason for Isense to be constantly running.
I'll try that. Thanks  |
|
| Back to top |
|
 |
TodWulff
Joined: 29 Dec 2007 Posts: 99
|
Posted: Sat Mar 29, 2008 10:55 pm Post subject: |
|
|
majkinetor, Wicked kewl tool you have here. When coupled with Auto-Syntax-Tidy, it makes for the beginnings of a nice pseudo-IDE for AHK.
Quick question: If I edit the size of the help window in the setup dialog, the resulting pop up help window is indeed shown wider, but the inset IE control is still only 600 pixels wide. Is there a means to alter this so that the IE control auto-sizes to the setting in the setup dialog? Please review and advise. Thank you.
-t
[EDIT] Disregard. A simple restart of the script resolves the issue. Thanks anyways. -t [/EDIT] |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|