Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] [CAUTION] Re: SWT multi-carets/selection proposal: call for Win and Mac testers
  • From: "Becker, Matthias" <ma.becker@xxxxxxx>
  • Date: Fri, 24 Jan 2020 14:52:12 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=sap.com; dmarc=pass action=none header.from=sap.com; dkim=pass header.d=sap.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=M9tlsRzRdE8h6hzF6wnmUkf6TpTyljSrlcaHhrZKs0o=; b=UH0hNqGrxwKhk9LYO8UPXO+5Pv4Cn+yN9KRpeNC8fKuWZvMr+lIf/p7Oaje65DixpLYYJH89QHffAeW3S/pCmsubwx3YOEwm/czFAndxIiP7xL796Y47d8UbJCvdTyS0il1ZWPz6ynT1pSgk13g4pNwY98LwnAox0nxP82Cian84nMzNMOZ4ld1g6lkfD5Tk1wQ4VxO2DyVvij9rywftL1bLhCfWX/BZ2tAzzcBkFGu8txgfYyER096EAhgCYJHO3uQDMAfFYQmsz6AtWHVTteYOiIhrgWeqGxd7aQ+BMMcQG32KAbZM0Y2/S5a4+Dfm6TXr+pXAsfUQNJyfwmYgYw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=PqfNk079KSfGDoxa6KiFQjKHH6pLxWfRzJg8FbR85VeXUfRnGMTGoo3bWSIFECHHX4RxesCZtENxcxv8+vrtSopPImDjuamFvLsjox2l8x2iQi6qF22Bh/f9EELp5qdv1sY4jJtjJV742EmCRUvkagbg1kAP91hwDCCzTcbN5t1VK4t6dMZPUG5rIWa1Z8ftyVaZ5EEmYO/pQ9mm7DRJitI/8ZQ2Im+85Vu6PH0C2YmjYCCTiZQsxwJYQgdzRN+e70lz7yjFjX+H4WsopG9vZyw36LpmFuHsdDqZkqTOMZqocqQZ/MXrg3fJxr6pztUJMqdcCW57S6NlTYFRbHzVOw==
  • Delivered-to: platform-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/platform-dev>
  • List-help: <mailto:platform-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/platform-dev>, <mailto:platform-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/platform-dev>, <mailto:platform-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHV0sR3mDItpaGTYkKaYPVps6Uwwaf59vGA
  • Thread-topic: [CAUTION] Re: [platform-dev] SWT multi-carets/selection proposal: call for Win and Mac testers
  • User-agent: Microsoft-MacOutlook/10.21.0.200113

Arg. For get my question. It *has* a main method.

 

But I have another question: How do I set multiple carets? On right-click I get a context menu but not an additional caret.

 

Regards,

Matthias

 

From: <platform-dev-bounces@xxxxxxxxxxx> on behalf of "Becker, Matthias" <ma.becker@xxxxxxx>
Reply to: "Eclipse platform general developers list." <platform-dev@xxxxxxxxxxx>
Date: Friday, 24. January 2020 at 15:43
To: "Eclipse platform general developers list." <platform-dev@xxxxxxxxxxx>
Subject: [CAUTION] Re: [platform-dev] SWT multi-carets/selection proposal: call for Win and Mac testers

 

Hi Mickael,

 

maybe a silly question but how do I run that snippet? It does not have a main method.

 

Regards,

Matthias

 

From: <platform-dev-bounces@xxxxxxxxxxx> on behalf of Mickael Istria <mistria@xxxxxxxxxx>
Reply to: "Eclipse platform general developers list." <platform-dev@xxxxxxxxxxx>
Date: Thursday, 23. January 2020 at 19:39
To: "Eclipse platform general developers list." <platform-dev@xxxxxxxxxxx>
Subject: [platform-dev] SWT multi-carets/selection proposal: call for Win and Mac testers

 

Hi all,

 

I had the opportunity to work on multi-carets/selections in SWT StyledText this winter. My proposal is available at https://git.eclipse.org/r/#/c/154419/ and I find it's now of good enough quality to incept a merging process.

However, before going further, I'd like some Windows and Mac users to confirm it works for them.

So, can some of you please give it a try?

 

To try it:

* Open org.eclipse.swt and org.eclipse.swt.snippets bundles in your IDE.

* Do the usual SWT things: rename the .classpath_<os> to .classpath; if necessary import the platform-specific fragment from the eclipse.platform.swt.binaries repository

* Run Snippet376 and have fun with it

 

Thanks in advance


--

Mickael Istria

Eclipse IDE developer, for Red Hat Developers


Back to the top