Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Scintilla on WinRT

Received: by 10.66.81.195 with SMTP id c3mr293304pay.44.1350615264608;
        Thu, 18 Oct 2012 19:54:24 -0700 (PDT)
X-BeenThere: scintilla-interest@googlegroups.com
Received: by 10.68.141.79 with SMTP id rm15ls3019885pbb.1.gmail; Thu, 18 Oct
 2012 19:54:24 -0700 (PDT)
Received: by 10.66.86.133 with SMTP id p5mr6291832paz.12.1350615264018;
        Thu, 18 Oct 2012 19:54:24 -0700 (PDT)
Received: by 10.66.86.133 with SMTP id p5mr6291831paz.12.1350615264009;
        Thu, 18 Oct 2012 19:54:24 -0700 (PDT)
Return-Path: <nyamaton...@me.com>
Received: from nk11p08mm-asmtp003.mac.com (nk11p08mm-asmtp003.mac.com. [17.158.58.248])
        by gmr-mx.google.com with ESMTP id m8si71970pav.2.2012.10.18.19.54.23;
        Thu, 18 Oct 2012 19:54:24 -0700 (PDT)
Received-SPF: pass (google.com: domain of nyamaton...@me.com designates 17.158.58.248 as permitted sender) client-ip=17.158.58.248;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of nyamaton...@me.com designates 17.158.58.248 as permitted sender) smtp.mail=nyamaton...@me.com
MIME-version: 1.0
Content-transfer-encoding: 7BIT
Content-type: text/plain; CHARSET=US-ASCII
Received: from [10.1.1.8] (124-171-27-243.dyn.iinet.net.au [124.171.27.243])
 by nk11p08mm-asmtp003.mac.com
 (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Jan
  3 2012)) with ESMTPSA id <0MC400LW6DELZ...@nk11p08mm-asmtp003.mac.com> for
 scintilla-interest@googlegroups.com; Fri, 19 Oct 2012 02:54:23 +0000 (GMT)
X-Proofpoint-Virus-Version: vendor=fsecure
 engine=2.50.10432:5.7.7855,1.0.431,0.0.0000
 definitions=2012-10-19_01:2012-10-18,2012-10-19,1970-01-01 signatures=0
X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0
 ipscore=0 suspectscore=1 phishscore=0 bulkscore=0 adultscore=0 classifier=spam
 adjust=0 reason=mlx scancount=1 engine=6.0.2-1203120001
 definitions=main-1210180379
Subject: Re: [scintilla] Scintilla on WinRT
From: Neil Hodgson <nyamaton...@me.com>
In-reply-to: <37ce49f3-6c53-4e02-bafb-c027c6db8abf@googlegroups.com>
Date: Fri, 19 Oct 2012 13:54:19 +1100
Message-id: <CB5F5B59-EA38-4F07-9B15-F8D5FABE7...@me.com>
References: <6459D527-8A06-4520-AA80-9E0D57CA8...@me.com>
 <37ce49f3-6c53-4e02-bafb-c027c6db8abf@googlegroups.com>
To: scintilla-interest@googlegroups.com
X-Mailer: Apple Mail (2.1283)

FlashTek:

> are you going to work on this project again? Or do you even have changes whitch are not already published?
> Thanks for you work and your answer because I'm really interested in your MetroSci.

   WinRT is too restrictive to be a great platform for most local development applications. There may be some remote development applications where WinRT is successful and you can write a simple text editor, but something like SciTE does not appear to be possible. The OS X sandbox is also limiting but it does, for example, allow running subprocesses which is not possible with WinRT.

   WinRT may be extended in the future to be a better match for IDEs but, for now, the desktop will suit most applications better.

   Other people may have product ideas that fit within WinRT and they can continue improving MetroSci but, for me, the platform is just too limited.

   Neil