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 129 matches
AutoHotkey Community Forum Index
Author Message
  Topic: HiEdit.ahk|HE_onNotify|EN_FILECHANGE> How-to see the Path
soggos

Replies: 1
Views: 92

PostForum: Ask for Help   Posted: Sat Jul 23, 2011 8:10 am   Subject: Re: HiEdit.ahk|HE_onNotify|EN_FILECHANGE> How-to see the
Wink très simplement my friend ...
Arrow

HE_onNotify(wparam, lparam, msg, hwnd) {
;............
if (code = EN_FILECHANGE)
{
N :=NumGet(lparam+12& ...
  Topic: HiEdit.ahk|HE_onNotify|EN_FILECHANGE> How-to see the Path
soggos

Replies: 1
Views: 92

PostForum: Ask for Help   Posted: Sun Jul 17, 2011 10:00 am   Subject: HiEdit.ahk|HE_onNotify|EN_FILECHANGE> How-to see the Path
Hello,
i'm using of HiEdit4.0.0.4-5 from majkinetor
disponible at
If a same file is to modified (by him or another program),
the code EN_FILECHANGE functions well.
Question But how to have this PATH ...
  Topic: Vic - A free text editor based on HiEdit control
soggos

Replies: 80
Views: 9734

PostForum: Scripts & Functions   Posted: Sun Jul 17, 2011 9:40 am   Subject: Vic - A free text editor based on HiEdit control

vic.exe = autohotkey.exe
AutoHotkey.ini = script
AHK_PATH holds the path to the CURRENTLY RUNNING autohotkey executable which is VIC.EXE!
Very HappyEmbarassed
this way was unknown for me, this way is bes ...
  Topic: Vic - A free text editor based on HiEdit control
soggos

Replies: 80
Views: 9734

PostForum: Scripts & Functions   Posted: Sat Jul 16, 2011 4:34 pm   Subject: Vic - A free text editor based on HiEdit control
The beauty of Normands solution is that it is completely portable, nobody has to install autohotkey.exe if they don't want to in order to run the plugin scripts.
well,
but the plug-in.ahk are not ...
  Topic: Vic - A free text editor based on HiEdit control
soggos

Replies: 80
Views: 9734

PostForum: Scripts & Functions   Posted: Sat Jul 16, 2011 2:29 pm   Subject: Re: plugin/extension A_AhkPath
because if compiled and AutoHotkey is not accessible Not correct, VIC is not compiled, the exe is just a renamed autohotkey.exe .

@Guest
hello,.i have clared my last post..i would say:
if Vic.exe ...
  Topic: Vic - A free text editor based on HiEdit control
soggos

Replies: 80
Views: 9734

PostForum: Scripts & Functions   Posted: Sat Jul 16, 2011 9:22 am   Subject: plugin/extension A_AhkPath

Pour plugin/extension je vous suggère / i suggest you:
Avant création / before made Menu P: N°225 Loop,%A_ScriptDir%\plugins\*.ahk
>> ifexist %A_AhkPath% ;

And not necessary if menu ...
  Topic: [module] HiEdit 4.0.0.4-5
soggos

Replies: 239
Views: 59760

PostForum: Scripts & Functions   Posted: Mon Jul 11, 2011 1:20 pm   Subject: Re: Bug report when you try to handle a large amount of text
Problem occurs in the HiEdit control when you try to handle a large amount of text.

Like You, after try many test, mainly duplication selected text, i see:
most often, Seems to 98,713 characters a ...
  Topic: [module] HiEdit 4.0.0.4-5
soggos

Replies: 239
Views: 59760

PostForum: Scripts & Functions   Posted: Wed Jul 06, 2011 2:16 pm   Subject: Lose width-tabulation after Decrease / Increase font size
hello,
Sad we Lose tabulation lenght - after Decrease / Increase
must do HE_SetTabWidth(hEdit, save_widh) in each label concerned. (Perhaps see for include that in the HiEdit.ahk)mentioned on Vic T ...
  Topic: Vic - A free text editor based on HiEdit control
soggos

Replies: 80
Views: 9734

PostForum: Scripts & Functions   Posted: Wed Jul 06, 2011 11:33 am   Subject: intégration plug-in Dictionnaire FR
@Normand, see the Plugin Dictionnaire Français.
http://www.autohotkey.com/forum/viewtopic.php?p=456973#456973
Topic spécifique for Plugin Dictionnaire for VIC
  Topic: Plugin Dictionnaire for VIC
soggos

Replies: 0
Views: 372

PostForum: Scripts & Functions   Posted: Wed Jul 06, 2011 11:22 am   Subject: Plugin Dictionnaire for VIC
Hello, you know Vic? Script of Normand
http://www.autohotkey.com/forum/viewtopic.php?t=52880&postdays=0&postorder=asc&start=0

here a little plugin for dictionnaire FR.
Perhaps you hav ...
  Topic: Vic - A free text editor based on HiEdit control
soggos

Replies: 80
Views: 9734

PostForum: Scripts & Functions   Posted: Tue Jul 05, 2011 6:20 pm   Subject: la Perte de la longueur des tabulations
hello,
@Normand
Je vous signale la Perte de la longueur des tabulations après augmentation/diminution de la taille police.
il semble que cela soit HE_SetFont qui trouble...
une solution qui fonct ...
  Topic: Vic - A free text editor based on HiEdit control
soggos

Replies: 80
Views: 9734

PostForum: Scripts & Functions   Posted: Wed Jun 22, 2011 12:15 pm   Subject: Vic - A free text editor based on HiEdit control
Hello,
-Pour les différentes insertions 'commentaire HTML CSS ...':
Une solution pour attraper la sélection pour l'intégréer: exemple:

JJ: ;### Commentaire HTML
ControlGet,Sel,Selected,,,a ...
  Topic: Vic - A free text editor based on HiEdit control
soggos

Replies: 80
Views: 9734

PostForum: Scripts & Functions   Posted: Mon Jun 20, 2011 9:19 am   Subject: Vic Record a Hidden File
Hello,
@Normand
SmileI like the signet in the version1.3 (18juin2011).
et merçi pour la propreté du code et l'organisation du tout.
très pédagogique.

Je vous signale:
Sad Il y a un léger 'problèm ...
  Topic: Vic - A free text editor based on HiEdit control
soggos

Replies: 80
Views: 9734

PostForum: Scripts & Functions   Posted: Sun Mar 20, 2011 10:33 am   Subject: Vic - A free text editor based on HiEdit control
Hello@Normand @AutoDoIt and @All
Did you try to select the text from bottom-right to upper-left? It keeps breaking the selection.
The cause in MAJ: Label, The Solution just Try a test on LeftClick: ...
  Topic: [module] HiEdit 4.0.0.4-5
soggos

Replies: 239
Views: 59760

PostForum: Scripts & Functions   Posted: Sat Mar 19, 2011 10:09 am   Subject: HiEdit Drag And Drop the sélection is solved
Embarassed Perhaps, You know ¿ The big problem of Drag And Drop the sélection is solved, with cRichEdit.ahk (a script by corrupt Smile

Idea Just adding in First a RichEdit control and hide him . Like ...
 
Page 1 of 9 Goto page 1, 2, 3, 4, 5, 6, 7, 8, 9  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group