Skip to content

Commit 3896311

Browse files
committed
New parser stuff
1 parent c695484 commit 3896311

33 files changed

+920
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

.metadata/.lock

Whitespace-only changes.

.metadata/.log

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
!SESSION 2012-04-26 18:08:29.852 -----------------------------------------------
2+
eclipse.buildId=M20120208-0800
3+
java.version=1.6.0_31
4+
java.vendor=Apple Inc.
5+
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
6+
Framework arguments: -keyring /Users/drayfar/.eclipse_keyring -showlocation
7+
Command-line arguments: -os macosx -ws cocoa -arch x86_64 -keyring /Users/drayfar/.eclipse_keyring -showlocation
8+
9+
!ENTRY org.eclipse.core.net 1 0 2012-04-26 18:08:56.034
10+
!MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences
11+
12+
!ENTRY org.eclipse.jface 2 0 2012-04-26 18:09:05.312
13+
!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation.
14+
!SUBENTRY 1 org.eclipse.jface 2 0 2012-04-26 18:09:05.312
15+
!MESSAGE A conflict occurred for ALT+COMMAND+R:
16+
Binding(ALT+COMMAND+R,
17+
ParameterizedCommand(Command(org.python.pydev.debug.setnext,Set Next Statement,
18+
,
19+
Category(org.python.pydev.ui.category.run,PyDev - Run,Python run category,true),
20+
,
21+
,,true),null),
22+
org.eclipse.ui.defaultAcceleratorConfiguration,
23+
org.eclipse.ui.contexts.window,,,system)
24+
Binding(ALT+COMMAND+R,
25+
ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring ,
26+
Rename the selected element,
27+
Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true),
28+
,
29+
,,true),null),
30+
org.eclipse.ui.defaultAcceleratorConfiguration,
31+
org.eclipse.ui.contexts.window,,cocoa,system)

.metadata/.mylyn/repositories.xml.zip

364 Bytes
Binary file not shown.

.metadata/.mylyn/tasks.xml.zip

250 Bytes
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
version=1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
content_assist_proposals_background=255,255,255
2+
content_assist_proposals_foreground=0,0,0
3+
eclipse.preferences.version=1
4+
fontPropagated=true
5+
org.eclipse.jdt.ui.editor.tab.width=
6+
org.eclipse.jdt.ui.formatterprofiles.version=12
7+
org.eclipse.jdt.ui.javadoclocations.migrated=true
8+
org.eclipse.jface.textfont=1|Monaco|11.0|0|COCOA|1|;
9+
proposalOrderMigrated=true
10+
spelling_locale_initialized=true
11+
tabWidthPropagated=true
12+
useAnnotationsPrefPage=true
13+
useQuickDiffPrefPage=true
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
mylyn.attention.migrated=true
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.mylyn.monitor.activity.tracking.enabled.checked=true
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
PROBLEMS_FILTERS_MIGRATE=true
2+
eclipse.preferences.version=1
3+
platformState=1335217014223
4+
quickStart=false
5+
tipsAndTricks=true
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
showIntro=false
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<typeInfoHistroy/>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<qualifiedTypeNameHistroy/>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<section name="Workbench">
3+
<section name="org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart">
4+
<item value="true" key="group_libraries"/>
5+
<item value="false" key="linkWithEditor"/>
6+
<item value="2" key="layout"/>
7+
<item value="1" key="rootMode"/>
8+
<item value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#x0A;&lt;packageExplorer group_libraries=&quot;1&quot; layout=&quot;2&quot; linkWithEditor=&quot;0&quot; rootMode=&quot;1&quot; workingSetName=&quot;Aggregate for window 1335478142234&quot;&gt;&#x0A;&lt;customFilters userDefinedPatternsEnabled=&quot;false&quot;&gt;&#x0A;&lt;xmlDefinedFilters&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.LibraryFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.LocalTypesFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.StaticsFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.pde.ui.ExternalPluginLibrariesFilter1&quot; isEnabled=&quot;true&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.ClosedProjectsFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonSharedProjectsFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonJavaElementFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.ContainedLibraryFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.CuAndClassFileFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonJavaProjectsFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.internal.ui.PackageExplorer.EmptyInnerPackageFilter&quot; isEnabled=&quot;true&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.PackageDeclarationFilter&quot; isEnabled=&quot;true&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.internal.ui.PackageExplorer.EmptyPackageFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.ImportDeclarationFilter&quot; isEnabled=&quot;true&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.FieldsFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.internal.ui.PackageExplorer.HideInnerClassFilesFilter&quot; isEnabled=&quot;true&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonPublicFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer_patternFilterId_.*&quot; isEnabled=&quot;true&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.EmptyLibraryContainerFilter&quot; isEnabled=&quot;true&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.pde.ui.BinaryProjectFilter1&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.SyntheticMembersFilter&quot; isEnabled=&quot;true&quot;/&gt;&#x0A;&lt;/xmlDefinedFilters&gt;&#x0A;&lt;/customFilters&gt;&#x0A;&lt;/packageExplorer&gt;" key="memento"/>
9+
</section>
10+
</section>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<section name="Workbench">
3+
</section>

0 commit comments

Comments
 (0)