<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Построчное вставление]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15472&amp;type=atom" />
	<updated>2020-06-26T09:54:49Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15472</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Построчное вставление]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=140330#p140330" />
			<content type="html"><![CDATA[<p><strong>wisgest</strong><br />Начиная с версии Windows 1809.<br />AhkSpy последней версии должен показывать расширенные стили Edit.</p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2020-06-26T09:54:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=140330#p140330</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Построчное вставление]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=140325#p140325" />
			<content type="html"><![CDATA[<p>Да, с RichEdit так перехватывает. Непонятно, что за константы.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2020-06-25T23:33:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=140325#p140325</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Построчное вставление]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=140324#p140324" />
			<content type="html"><![CDATA[<p>Посмотрел через Spy++ у меня так работает:<br /></p><div class="codebox"><pre><code>OnMessage(0x402, &quot;test&quot;)
test(wParam, lParam)
{
   Critical
   if (lParam = 11025)
      clipboard := &quot;ok&quot;
}</code></pre></div><p>Правда не срабатывает с ctrl+shift+v, shift+insert, ctrl+shift+insert, но их можно переназначить на ctrl+v.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2020-06-25T23:00:55Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=140324#p140324</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Построчное вставление]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=140323#p140323" />
			<content type="html"><![CDATA[<p>Я так понимаю из текста, что уведомление приходит, когда вставка уже, во-первых, произошла, во-вторых, с каким-то определенным форматом буфера обмена, что бы это не значило. Ну, ты предложил, тебе и проверять. <img src="//forum.script-coding.com/img/smilies/smile.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>2020-06-25T22:17:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=140323#p140323</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Построчное вставление]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=140320#p140320" />
			<content type="html"><![CDATA[<p>Не понял почему ты так считаешь?</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2020-06-25T21:46:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=140320#p140320</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Построчное вставление]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=140310#p140310" />
			<content type="html"><![CDATA[<p>Не уверен:<br /></p><div class="quotebox"><cite>EN_CLIPFORMAT notification code пишет:</cite><blockquote><p>Notifies a rich edit control&#039;s parent window that a paste <strong>occurred</strong> with a <strong>particular</strong> clipboard format.</p></blockquote></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2020-06-25T17:09:56Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=140310#p140310</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Построчное вставление]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=140306#p140306" />
			<content type="html"><![CDATA[<p>Можно использовать Rich Edit + EN_CLIPFORMAT.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2020-06-25T14:41:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=140306#p140306</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Построчное вставление]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=140305#p140305" />
			<content type="html"><![CDATA[<p>Так можно, но тогда много чего отслеживать придётся. Тест вставляется не только по Ctrl V, есть ещё Shift&nbsp; Ins, может и ещё что-то. Кроме того, текст может быть вставлен при вызове меню «Вставить».</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2020-06-25T13:59:46Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=140305#p140305</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Построчное вставление]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=140300#p140300" />
			<content type="html"><![CDATA[<p>Может сделать свое ctrl+v, но перед вставкой текста смотреть в какое окно вставляется и/или контрол.</p>]]></content>
			<author>
				<name><![CDATA[Phoenixxx_Czar]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34426</uri>
			</author>
			<updated>2020-06-25T09:56:52Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=140300#p140300</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Построчное вставление]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=140297#p140297" />
			<content type="html"><![CDATA[<p><strong>wisgest</strong>, у меня на Windows 10 отображает без всяких настроек, как и на <a href="http://forum.script-coding.com/viewtopic.php?pid=140229#p140229">скриншоте</a>.<br /><strong>Phoenixxx_Czar</strong>, сомневаюсь, что это хорошая идея. А если нужно именно изначальный текст?</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2020-06-25T08:35:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=140297#p140297</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Построчное вставление]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=140294#p140294" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong>, да, вы правильно все поняли.<br /></p><div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p>Менять текст уже после вставки — вариант не очень, будет сбиваться положение текста и каретки.</p></blockquote></div><p>Вы правы, я тоже думал об этом, но тоже как вариант же.</p><p>Возможно еще можно сделать при срабатывании &quot;OnClipboardChange&quot;, тоже костыльно, но почему бы и нет?</p>]]></content>
			<author>
				<name><![CDATA[Phoenixxx_Czar]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34426</uri>
			</author>
			<updated>2020-06-25T07:46:20Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=140294#p140294</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Построчное вставление]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=140291#p140291" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p>Да, можно было бы, конечно, догадаться, раз блокнот нормально отображает такие переносы.</p></blockquote></div><p>Не отображает. Или это как-то настраивается?</p>]]></content>
			<author>
				<name><![CDATA[wisgest]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=3850</uri>
			</author>
			<updated>2020-06-25T05:37:22Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=140291#p140291</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Построчное вставление]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=140283#p140283" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>serzh82saratov пишет:</cite><blockquote><p>там ведь есть перехват некого IDM_EDPASTE, по которому отправляется WM_PASTE.</p></blockquote></div><p>Это просто перехват события нажатия пункта меню &quot;Вставить&quot; с id, значение которого находится в константе IDM_EDPASTE (насколько я понимаю, эта константа произвольная, определяется в приложении).</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2020-06-24T16:43:18Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=140283#p140283</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Построчное вставление]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=140282#p140282" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p>Перехвата WM_PASTE тоже нет</p></blockquote></div><p>Да, но там ведь есть перехват некого IDM_EDPASTE, по которому отправляется WM_PASTE.</p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2020-06-24T14:43:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=140282#p140282</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Построчное вставление]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=140280#p140280" />
			<content type="html"><![CDATA[<p>Я думал, он как-то хочет перехватить вставляемый текст. Менять текст уже после вставки — вариант не очень, будет сбиваться положение текста и каретки.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2020-06-24T10:10:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=140280#p140280</id>
		</entry>
</feed>
