<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Как создать свое меню в SciTE4AutoHotkey]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12156&amp;type=atom" />
	<updated>2017-05-22T04:03:32Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12156</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как создать свое меню в SciTE4AutoHotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=115981#p115981" />
			<content type="html"><![CDATA[<p>Решил свой вопрос редактированием SciTE.exe в программе Restorator, может, кому-нибудь понадобится.</p>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2017-05-22T04:03:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=115981#p115981</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как создать свое меню в SciTE4AutoHotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109834#p109834" />
			<content type="html"><![CDATA[<p>При помощи FileAppend никак. Методы объектов <a href="https://autohotkey.com/docs/objects/Object.htm">здесь</a>. Чтобы добавить в конец, используется Push:<br /></p><div class="codebox"><pre><code>myItems := [&quot;Item 1&quot;, &quot;Item 2&quot;]
myItems.Push(&quot;Item 3&quot;)
MsgBox, % myItems[3]</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-12-13T19:01:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109834#p109834</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как создать свое меню в SciTE4AutoHotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109821#p109821" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong>, как при помощи команды <strong>FileAppend </strong>добавить пункт меню (переменную в массив <em>myItems</em>) в упомянутый сценарий?</p>]]></content>
			<author>
				<name><![CDATA[becauseim]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33149</uri>
			</author>
			<updated>2016-12-12T21:45:59Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109821#p109821</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как создать свое меню в SciTE4AutoHotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109808#p109808" />
			<content type="html"><![CDATA[<p><strong>becauseim</strong>, не совсем ясен вопрос. myItems — это просто название переменной.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-12-12T17:40:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109808#p109808</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как создать свое меню в SciTE4AutoHotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109768#p109768" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong>, какой командой можно добавить пункт в <em>myItems</em>?</p>]]></content>
			<author>
				<name><![CDATA[becauseim]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33149</uri>
			</author>
			<updated>2016-12-11T13:33:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109768#p109768</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как создать свое меню в SciTE4AutoHotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109343#p109343" />
			<content type="html"><![CDATA[<p>Я так понимаю, это ООП или классы. В этой теме, я вообще ничего не понимаю. Думаю, лучше оставлю как есть. Спасибо всем за ответы.</p>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2016-11-24T19:15:30Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109343#p109343</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как создать свое меню в SciTE4AutoHotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109340#p109340" />
			<content type="html"><![CDATA[<p>Изучайте:<br /><a href="https://autohotkey.com/board/topic/73599-ahk-l-pum-owner-drawn-object-based-popup-menu/">https://autohotkey.com/board/topic/7359 … opup-menu/</a></p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2016-11-24T18:34:02Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109340#p109340</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как создать свое меню в SciTE4AutoHotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109333#p109333" />
			<content type="html"><![CDATA[<p>Да, согласен, &quot;век живи - век учись&quot;, но это я для примера показал. Мне другое меню надо выделить, обычное, ни в трее которое. Да, знаю что Default переводится как &quot;по умолчанию&quot;, но я руководствовался вот этим правилом справки: <br />(Применение этой команды ко всем меню, кроме того, что в области уведомлений, в настоящее время даёт лишь косметический эффект). Так, что вопрос все тот же, если какой-нибудь способ, сделать шрифты пунктов меню, жирнее, чем они есть?</p>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2016-11-24T17:23:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109333#p109333</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как создать свое меню в SciTE4AutoHotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109326#p109326" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>как выделить все пункты меню жирным шрифтом</p></blockquote></div><p>Предполагаю, что код будет не менее навороченный, чем в 4 посте.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2016-11-24T11:19:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109326#p109326</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как создать свое меню в SciTE4AutoHotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109324#p109324" />
			<content type="html"><![CDATA[<p>Default переводится &quot;по умолчанию&quot;, а не &quot;выделить жирным&quot;. По умолчанию может быть только какой-то один пункт, он и будет выбран при двойном щелчке по иконке в трее.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2016-11-24T09:37:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109324#p109324</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как создать свое меню в SciTE4AutoHotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109323#p109323" />
			<content type="html"><![CDATA[<p>Так особо никаких вопрос нет на данный момент, но еще такой вопрос есть: в команде &quot;Menu, Tray, Default&quot; - выделяет все жирным цветом, есть такое:<br /></p><div class="codebox"><pre><code>Menu, Tray, Add, &amp;Пауза, Script
Menu, Tray, Default, &amp;Пауза
Menu, Tray, Add, &amp;Exit, Script1
Menu, Tray, Default, &amp;Exit</code></pre></div><p>, но &amp;Пауза не выделяется жирным цветом, может, сам найду ответ покопаюсь, но если знаете, дайте ответ. Как выделить все пункты меню жирным шрифтом? Заранее спасибо.</p>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2016-11-23T21:50:06Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109323#p109323</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как создать свое меню в SciTE4AutoHotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109322#p109322" />
			<content type="html"><![CDATA[<p>Ну, я так понял, что вопросов у вас нет, так создавайте. <img src="//forum.script-coding.com/img/smilies/lol.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-11-23T20:03:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109322#p109322</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как создать свое меню в SciTE4AutoHotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109321#p109321" />
			<content type="html"><![CDATA[<p>Спасибо, конечно, но через раз работает в SciTE4. Тогда уж проще свое меню создать командой Menu, муторно, но надежно.</p>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2016-11-23T19:42:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109321#p109321</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как создать свое меню в SciTE4AutoHotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109237#p109237" />
			<content type="html"><![CDATA[<p>Попробуйте сами догадаться. Где в коде item определяется? Там в зависимости от результата свою метку или функцию прописываете.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-11-19T12:36:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109237#p109237</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как создать свое меню в SciTE4AutoHotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109236#p109236" />
			<content type="html"><![CDATA[<p>Да уж, ни думал, что такой скрипт получится, а как хоть вставить свои команды в: Item 1, Item 2?</p>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2016-11-19T11:15:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109236#p109236</id>
		</entry>
</feed>
