Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Issue 9335002: Issue 1423. Enhanced welcome page. (Closed)

Created:
8 years, 10 months ago by scheglov
Modified:
8 years, 10 months ago
Reviewers:
pquitslund, danrubel
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 9
Unified diffs Side-by-side diffs Delta from patch set Stats (+698 lines, -89 lines) Patch
A editor/tools/plugins/com.google.dart.tools.ui/.settings/org.eclipse.jdt.core.prefs View 1 chunk +282 lines, -0 lines 3 comments Download
A editor/tools/plugins/com.google.dart.tools.ui/.settings/org.eclipse.jdt.ui.prefs View 1 chunk +61 lines, -0 lines 2 comments Download
M editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/StandardDartElementContentProvider.java View 1 chunk +1 line, -1 line 0 comments Download
M editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/handlers/OpenFileHandler.java View 4 chunks +44 lines, -36 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/intro/IntroEditor.java View 5 chunks +87 lines, -58 lines 2 comments Download
A editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/intro/SampleDescription.java View 1 chunk +46 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/intro/SampleDescriptionHelper.java View 1 chunk +159 lines, -0 lines 2 comments Download
A samples/clock/logo.png View 0 chunks +-1 lines, --1 lines 0 comments Download
A samples/clock/sample.xml View 1 chunk +4 lines, -0 lines 0 comments Download
A samples/isolate/logo.png View 0 chunks +-1 lines, --1 lines 0 comments Download
A samples/isolate/sample.xml View 1 chunk +4 lines, -0 lines 0 comments Download
A samples/slider/logo.png View 0 chunks +-1 lines, --1 lines 0 comments Download
A samples/slider/sample.xml View 1 chunk +4 lines, -0 lines 0 comments Download
A samples/sunflower/logo.png View 0 chunks +-1 lines, --1 lines 0 comments Download
A samples/sunflower/sample.xml View 1 chunk +4 lines, -0 lines 0 comments Download
A samples/time/logo.png View 0 chunks +-1 lines, --1 lines 0 comments Download
A samples/time/sample.xml View 1 chunk +4 lines, -0 lines 0 comments Download
A samples/total/logo.png View 0 chunks +-1 lines, --1 lines 0 comments Download
A samples/total/sample.xml View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
scheglov
8 years, 10 months ago (2012-02-06 17:51:53 UTC) #1
danrubel
LGTM once comments have been addressed https://chromiumcodereview.appspot.com/9335002/diff/1/editor/tools/plugins/com.google.dart.tools.ui/.settings/org.eclipse.jdt.core.prefs File editor/tools/plugins/com.google.dart.tools.ui/.settings/org.eclipse.jdt.core.prefs (right): https://chromiumcodereview.appspot.com/9335002/diff/1/editor/tools/plugins/com.google.dart.tools.ui/.settings/org.eclipse.jdt.core.prefs#newcode1 editor/tools/plugins/com.google.dart.tools.ui/.settings/org.eclipse.jdt.core.prefs:1: #Fri Feb 03 ...
8 years, 10 months ago (2012-02-07 06:00:46 UTC) #2
scheglov
8 years, 10 months ago (2012-02-08 16:07:22 UTC) #3
https://chromiumcodereview.appspot.com/9335002/diff/1/editor/tools/plugins/co...
File
editor/tools/plugins/com.google.dart.tools.ui/.settings/org.eclipse.jdt.core.prefs
(right):

https://chromiumcodereview.appspot.com/9335002/diff/1/editor/tools/plugins/co...
editor/tools/plugins/com.google.dart.tools.ui/.settings/org.eclipse.jdt.core.prefs:1:
#Fri Feb 03 09:56:31 EST 2012
On 2012/02/07 06:00:46, danrubel wrote:
> +1 Please do not check in prefs... or at least move them into a separate CL
then
> lets discuss the concept in the next standup meeting.
> Thanks!
> 
> On 2012/02/06 23:49:25, pquitslund wrote:
> > I'll defer to Dan, but I think in general, we aren't commit pref files...
> 

Done.

https://chromiumcodereview.appspot.com/9335002/diff/1/editor/tools/plugins/co...
File
editor/tools/plugins/com.google.dart.tools.ui/.settings/org.eclipse.jdt.ui.prefs
(right):

https://chromiumcodereview.appspot.com/9335002/diff/1/editor/tools/plugins/co...
editor/tools/plugins/com.google.dart.tools.ui/.settings/org.eclipse.jdt.ui.prefs:1:
#Thu Feb 02 13:43:20 EST 2012
On 2012/02/07 06:00:46, danrubel wrote:
> Same comment as prior prefs file

Done.

https://chromiumcodereview.appspot.com/9335002/diff/1/editor/tools/plugins/co...
File
editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/intro/IntroEditor.java
(right):

https://chromiumcodereview.appspot.com/9335002/diff/1/editor/tools/plugins/co...
editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/intro/IntroEditor.java:150:
+ " See <a href='http://www.dartlang.org'>dartlang.org</a> for more
information.");
On 2012/02/07 06:00:46, danrubel wrote:
> Can all of this be moved into a welcome.html file which is read by this
method?
> That *.html file could contain a <!-- samples here --> tag that is replaced by
> this method with dynamically generated html for each sample.

Ah... Good idea!
Done.

https://chromiumcodereview.appspot.com/9335002/diff/1/editor/tools/plugins/co...
File
editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/intro/SampleDescriptionHelper.java
(right):

https://chromiumcodereview.appspot.com/9335002/diff/1/editor/tools/plugins/co...
editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/intro/SampleDescriptionHelper.java:130:
String devSamplesPath =
System.getProperty("dartEditor.development.samplesPath");
On 2012/02/07 06:00:46, danrubel wrote:
> File installDir = new File(Platform.getInstallLocation().getURL().getFile());
> File samples = new File(installDir, "samples");

OK for "user" branch.

But for development branch I still have to keep existing externally provided
"samples" location. I keep Eclipse outside of "git" repository, so
getInstallLocation() returns directory with "plugins", there are no....

OK, I've solved problem by using symbolic link from my Eclipse folder to actual
"samples" folder.

Powered by Google App Engine
This is Rietveld 408576698