Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new model question #53

Open
wants to merge 990 commits into
base: development
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
990 commits
Select commit Hold shift + click to select a range
32ec74c
Fixed issue where the css from PyDev for the dark theme was not inclu…
Apr 27, 2015
c023ec4
Working on TmBeginEndRule.
fabioz Apr 29, 2015
f42d261
Minor
Apr 29, 2015
1de8f9e
Minor
fabioz May 1, 2015
db1c431
Minor
fabioz May 3, 2015
dfd6587
When referrers list is too big, don't print it.
May 4, 2015
fea669d
Minor
May 4, 2015
6051f96
Minor
fabioz May 5, 2015
39459d7
Minors
fabioz May 5, 2015
9d16cbd
Using interface instead of concrete implementation.
fabioz May 5, 2015
c2b10ff
Allowing replacing token in SubRuleToken.
fabioz May 6, 2015
4379d7a
Fixed issue on search page.
May 8, 2015
d7588ad
Fixed issues with overlapping tokens.
fabioz May 10, 2015
efc400c
Adding utility for traversing directory structure.
fabioz May 11, 2015
1d6a1c5
Making FastStack non-final.
fabioz May 12, 2015
bae7e54
Minors
fabioz May 12, 2015
e0ae27a
Support automatic folding of comments when opening a file
apaku Apr 10, 2015
dbf3f59
#PyDev-570: Eclipse Error: No message gotten (null message)
May 14, 2015
7e1b20e
Fixed unpacking list comprehension. #PyDev-573: Code Completion of co…
May 14, 2015
8b2c121
Working with dict comprehensions for unpacking. #PyDev-573: Code Comp…
May 14, 2015
747d9e2
It seems sometimes we're using the outline model without a root, let'…
fabioz May 17, 2015
3423065
Handling issue where we found an assign to a dict/dict comprehension.
May 18, 2015
f96f11b
Fixed more issues on compound types.
May 18, 2015
f8c2c98
Minor
fabioz May 19, 2015
a6a0cf4
Utilities.
fabioz May 19, 2015
4136c26
Minors
fabioz May 21, 2015
6072db7
Merge pull request #146 from mbooth101/remove_uneeded_image
fabioz May 21, 2015
080f94b
Merge branch 'development' of https://github.com/jheiv/Pydev into jhe…
fabioz May 21, 2015
b1f2f1d
Merge branch 'jheiv-development' into development
fabioz May 21, 2015
d28b645
Removed empty test.
fabioz May 21, 2015
b9b50bf
Making tab stop in coments True by default.
fabioz May 21, 2015
7a466d0
Merge branch 'wip/initially_collapse_comments' of https://github.com/…
fabioz May 21, 2015
19696a7
Merge branch 'apaku-wip/initially_collapse_comments' into development
fabioz May 21, 2015
6a75785
Making the initial folding collapse valid for all elements.
fabioz May 21, 2015
35148d3
Label.
fabioz May 21, 2015
7bf4edd
Handling one more case unpacking objects.
fabioz May 21, 2015
89ae95e
Disabling minimum code-completion time when running tests (too much o…
fabioz May 21, 2015
b409e3d
Handling more cases in code-completion.
fabioz May 21, 2015
dc663a4
Providing code-completion for target of list comprehension.
fabioz May 21, 2015
067ce97
One more case unpacking list/tuple.
fabioz May 21, 2015
d8f8093
Code completion on target of list comprehension when target is a tuple.
fabioz May 21, 2015
45c3f15
More cases unpacking information.
fabioz May 21, 2015
2d9b580
Fixed iteration on set when unpacking.
fabioz May 21, 2015
d1af8ea
Considering SetComprehension when unpacking.
fabioz May 21, 2015
bcad702
Adding grammar for Python 3.5.
fabioz May 21, 2015
a0faf0a
Adding grammar Python 3.2 and test.
fabioz May 21, 2015
4099ce5
Parsing 'async'.
fabioz May 21, 2015
99c2dc3
Fixed issue parsing 'list remainder' in Python 3.
fabioz May 21, 2015
08ae4f3
Accepting @ as matrix multiplication operator.
fabioz May 21, 2015
463419c
Comments
fabioz May 21, 2015
4dbb4e3
Adding await to grammar.
fabioz May 21, 2015
7e91043
Minors
fabioz May 21, 2015
c9a0a1b
Fixed issue removing extension when more than one dot was present in …
May 22, 2015
d2db528
#PyDev-574: pydev remote debugging blocks when running to completion
fabioz May 22, 2015
21cc71d
Minors
fabioz May 23, 2015
b6ba408
Minors
fabioz May 24, 2015
75cdecb
Checking that in LinkedLists we're not using get().
fabioz May 25, 2015
7b2f519
Merge branch 'sub_regions' into development
fabioz May 25, 2015
d6d3500
Marking next release as 4.1.0.
fabioz May 25, 2015
a82547e
Preparing for release 2.1.0.
fabioz May 26, 2015
ec3127d
Building with mars now.
fabioz May 26, 2015
09ef026
Building with mars now.
fabioz May 26, 2015
26a9897
Building with mars now.
fabioz May 26, 2015
1cec685
Minor
fabioz May 27, 2015
602316a
Done release 4.1.0.
fabioz May 27, 2015
cb3f262
Finished release 4.1.0.
fabioz May 28, 2015
3cb7108
Trying to overcome #PyDev-582: Vertical indent guide significantly sl…
fabioz May 28, 2015
9b79481
Marking next PyDev release as 4.1.1.
fabioz May 28, 2015
36b14be
Minor
fabioz May 28, 2015
f1bab21
Minor
fabioz May 28, 2015
3ce71c9
Dealing with compound completions when token is not explicitly imported.
fabioz May 28, 2015
41121bb
Fixed issue getting code-completion of unpacked elements on dotted na…
fabioz May 28, 2015
6927317
Using ArrayList instead of Vector.
fabioz May 28, 2015
8879cac
Experimenting with Lucene for indexing code.
fabioz May 29, 2015
4ef22e8
Work in-progress (code not even compiling).
fabioz May 31, 2015
9f40cc4
Integrated faster searching of references.
fabioz Jun 2, 2015
2a1385b
Setting debug flag to false.
fabioz Jun 2, 2015
b9f3e42
Minors on search structure.
fabioz Jun 2, 2015
faa4fc5
Removing unused classes
fabioz Jun 2, 2015
6a56523
Moving the search code around.
fabioz Jun 2, 2015
bf7eaed
Renaming package.
fabioz Jun 2, 2015
a74b98b
Starting new search (still work in progress).
fabioz Jun 2, 2015
b301cda
Minor
fabioz Jun 2, 2015
5f290f3
Showing multiple matches per file on search.
fabioz Jun 3, 2015
eacd3cf
Added option for case-sensitive searches.
fabioz Jun 3, 2015
1a791b6
Showing better result string.
fabioz Jun 4, 2015
5c2e051
Messages
fabioz Jun 4, 2015
9309f67
Refactoring a bit to make matches more generic.
fabioz Jun 4, 2015
1fb6892
New search
fabioz Jun 5, 2015
07fae08
Improving search/results filtering.
fabioz Jun 5, 2015
ee79f1c
Adding open with... to new search
fabioz Jun 5, 2015
86b89ef
Minor
fabioz Jun 5, 2015
c6797e4
Using more generic types.
fabioz Jun 5, 2015
54126c0
Moving code around.
fabioz Jun 5, 2015
174e04e
Moving code around.
fabioz Jun 6, 2015
603a227
Integrated replace action.
fabioz Jun 6, 2015
59749ed
Minors
fabioz Jun 6, 2015
2f0fa48
Minors
fabioz Jun 6, 2015
a76740d
Workspace/project filtering working (missing module match on initial …
fabioz Jun 6, 2015
05d4715
Scoping for modules.
fabioz Jun 6, 2015
a2b7352
Improving initial settings of search page.
fabioz Jun 7, 2015
2efe600
Removing non-tree layout, making custom module adapt to IFile.
fabioz Jun 7, 2015
d9ca2ec
Fixing search label provider
fabioz Jun 7, 2015
1b7cad0
Fixed issue where we searched by the module key in IO format and not …
fabioz Jun 7, 2015
7587286
Minor
fabioz Jun 7, 2015
976f56d
Made indexing synchronized (only code-analysis happens in a Thread no…
fabioz Jun 7, 2015
9b73fc3
Fixed issue where we updated the index when we shouldn't, meaning we …
fabioz Jun 7, 2015
0918e97
Properly checking the index integrity when it's loaded from the disk.
fabioz Jun 8, 2015
501cfb9
Grouping elements in search.
Jun 8, 2015
6b1a939
Improving tree filtering to exclude parent entities if no children ar…
fabioz Jun 16, 2015
185c90f
When filtering the replace all and label take it into account.
fabioz Jun 16, 2015
681318a
Initializing scoping based on last search or current selection.
fabioz Jun 16, 2015
2a43e25
Refactoring structure.
fabioz Jun 16, 2015
1a26c85
Refactoring search structure.
fabioz Jun 17, 2015
42cec3b
Minor
fabioz Jun 17, 2015
a49d85d
Added line match icon.
fabioz Jun 18, 2015
b23bb8a
Moving code around.
fabioz Jun 18, 2015
66977d9
Refactoring search.
fabioz Jun 18, 2015
b834c0f
lastModified with nano precision.
fabioz Jun 19, 2015
a317bdd
Fixed issue where the group by action could become unsynched.
fabioz Jun 19, 2015
081eef3
Improving progress.
fabioz Jun 19, 2015
9742759
Indexing with full path.
fabioz Jun 19, 2015
6386e5d
Created utility to get the currently opened files.
fabioz Jun 21, 2015
8b1423c
Minors
fabioz Jun 22, 2015
b53bd39
Moving code around.
fabioz Jun 22, 2015
3b73a6f
Providing a way to stop the directory visiting.
fabioz Jun 22, 2015
16e74a8
Selecting projects.
fabioz Jun 22, 2015
e39b166
API changed to deal with external files.
fabioz Jun 23, 2015
7323472
Moving editor input related classes to shared_ui.
fabioz Jun 23, 2015
15c82f0
Providing external files for open editors.
fabioz Jun 23, 2015
c29fa22
Providing a way to specify file extensions.
fabioz Jun 23, 2015
7bf919a
Providing a component to have hyperlinks with a custom foreground.
fabioz Jun 24, 2015
c555247
Starting text search with wildcards if we're in the middle of a string.
fabioz Jun 24, 2015
35d7e48
Minors
fabioz Jun 25, 2015
4d3f30c
Minor
fabioz Jun 25, 2015
f4a9ec5
Extracting interface: IPathWatch and bailing out if we can't create i…
fabioz Jun 25, 2015
60c6599
Accelerators.
fabioz Jun 26, 2015
07d40e4
Minors
fabioz Jun 26, 2015
9431395
Minor
fabioz Jun 26, 2015
319e9b8
Changed matcher for file extensions.
fabioz Jun 26, 2015
bcd317c
Dealing with negations on searches.
fabioz Jun 26, 2015
9a358b3
Mylyn integration no longer depends on a specific PyDev release.
fabioz Jun 29, 2015
fe59cd1
#PyDev-420: Should not auto-insert import in cimport statements
fabioz Jun 29, 2015
8bde988
Marking version as 4.2.0.
fabioz Jun 29, 2015
5d28c50
Not adding auto import in cython files.
fabioz Jun 29, 2015
6c63060
Added utility to read file contents as bytes.
fabioz Jun 30, 2015
58d5a1a
Adding helper to check if file is binary.
fabioz Jul 2, 2015
6bee1fa
Minors
fabioz Jul 3, 2015
138507b
Updated homepage for release 4.2.0.
fabioz Jul 4, 2015
fe49864
Minor
fabioz Jul 4, 2015
53a03c1
PyDev 4.2.0.
fabioz Jul 4, 2015
30479c7
Finished release 4.2.0.
fabioz Jul 7, 2015
9315a4d
Minor
fabioz Jul 8, 2015
e24913f
Update Maven config.
akurtakov Jul 16, 2015
c964667
Port code and jars to Lucene 5.2.1 as there is a breaking change on API
Jul 31, 2015
d325e77
Separated state of scanning from the scanner.
fabioz Jul 31, 2015
83cb52a
Fixing search so that the pattern is properly selected initially.
Aug 7, 2015
41a6950
Merge remote-tracking branch 'origin/development' into development
fabioz Aug 8, 2015
0240bf5
Position may have sub tokens.
fabioz Aug 8, 2015
8f7018e
Fixed copy operation
fabioz Aug 8, 2015
59d5972
Minors
fabioz Aug 9, 2015
329d341
Providing a way to get the tokens at a given offset.
fabioz Aug 11, 2015
9625505
Providing a way to translate fields on searches so that multiple MUST…
Aug 14, 2015
eea023b
Providing a way to search with a 'whole word' setting which adds the …
fabioz Aug 15, 2015
9aa489b
Merge pull request #150 from scela/development
fabioz Aug 15, 2015
537663b
Updating vendor.
fabioz Aug 15, 2015
03450f2
Merge pull request #149 from akurtakov/development
fabioz Aug 15, 2015
b9a859e
Fixed issue: await and async are still not keywords in Python 3.5 and…
fabioz Aug 15, 2015
ddb322d
Updated PyDev version to 4.3.0.
fabioz Aug 18, 2015
2519ded
Release PyDev 4.3.0.
fabioz Aug 18, 2015
b2354ec
Minor
fabioz Aug 18, 2015
230118a
Homepage updated for 4.3.0.
fabioz Aug 20, 2015
11c12f1
Done release 4.3.0.
fabioz Aug 20, 2015
811c9fb
Finished release PyDev 4.3.0. Marking next as 4.3.1.
fabioz Aug 20, 2015
13b3062
Fixed issue dealing with ansi colors in the interactive console.
fabioz Aug 25, 2015
dd167df
Fixed code completion use case from http://stackoverflow.com/question…
fabioz Aug 25, 2015
dc2e5b2
Showing warning when no working set is defined or has no children.
fabioz Aug 25, 2015
c1f48b4
Enable autopep8 for selected lines only
rgom Aug 28, 2015
4f8636e
Merge pull request #151 from rgom/format_selected_autopep
fabioz Aug 28, 2015
7697a99
Merged debugger updates.
fabioz Oct 5, 2015
02026b4
Merge remote-tracking branch 'origin/development' into development
fabioz Oct 5, 2015
b1f7728
Marking next version as 4.4.0.
fabioz Oct 5, 2015
a726dff
Done release 4.4.0.
fabioz Oct 5, 2015
f516926
Updating minor versions for next release.
fabioz Oct 6, 2015
954ec30
Update to use Tycho 0.23.1.
akurtakov Oct 9, 2015
ad2f536
Generify and remove useless suppresswarnings.
akurtakov Oct 9, 2015
d3dcdac
Remove unused imports.
akurtakov Oct 9, 2015
940f559
Generify (Array)List.
akurtakov Oct 9, 2015
43ddbb0
Move away of new DefaultScope.
akurtakov Oct 9, 2015
2aa6dc4
Add gi to forcedLibs to prevent errors.
akurtakov Oct 15, 2015
9785b79
Add jython script plugin for (un-)wrapping bracketed expressions.
yohell Oct 30, 2015
a0d967e
Fixed issue renaming top-level module on refactoring (i.e.: import mo…
fabioz Nov 24, 2015
4de567b
Marking the expected errors for the pydev code analysis.
fabioz Nov 24, 2015
d48292b
Minors
fabioz Nov 26, 2015
6e770eb
Moving modules around.
fabioz Nov 28, 2015
3ec18f8
Debugger/refactoring now has options to rename variable to a standard.
fabioz Dec 1, 2015
87518fd
Updating to latest PyDev.Debugger version.
Dec 29, 2015
160007a
Fixing conflict
Dec 29, 2015
4218fcf
Properly dealing with xfail with parameter.
Dec 29, 2015
2a6c05e
Updating to latest pydev.debugger version.
fabioz Jan 3, 2016
07b56b4
Merged with latest pydev.debugger
fabioz Jan 3, 2016
e13fd81
Fixing issue where stack frames created from debugging multiple proce…
fabioz Jan 3, 2016
84d52e4
Updating debugger.
fabioz Jan 3, 2016
64b5829
Minors
fabioz Jan 7, 2016
fbfdd1d
Playing it safe and updating keys index if there's any change in a pr…
fabioz Jan 7, 2016
3120f1e
Improved the parsing that only had the outline.
fabioz Jan 7, 2016
fb1581e
Matching async def in fast definitions parser.
fabioz Jan 7, 2016
459b758
#PyDev-636: PyDev freezes when using method chaining in Python code
fabioz Jan 7, 2016
cc0f285
#PyDev-453: Suggestion of property names appends ()
fabioz Jan 7, 2016
cb9db80
Marking next version as 4.5.0
fabioz Jan 7, 2016
cdecaec
Updated homepage.
fabioz Jan 7, 2016
bea33d2
Merge pull request #152 from akurtakov/development
fabioz Jan 11, 2016
ff64aa0
Merge pull request #153 from akurtakov/gir
fabioz Jan 11, 2016
8f7b7d1
Merge pull request #154 from yohell/development
fabioz Jan 11, 2016
c20ceb9
Fixed issue getting references from the proper place (was getting fro…
Jan 11, 2016
5e538b1
Minor
Jan 11, 2016
b7a07b1
Fixed layout on rename refactoring.
Jan 11, 2016
36cb4f0
setup_cython.py must be in proper working dir to work.
Jan 11, 2016
91fbd19
Updating debugger.
fabioz Jan 12, 2016
d6f5fce
Updating debugger.
fabioz Jan 12, 2016
3456c09
Updating performance tests and committing results to speedtin (https:…
fabioz Jan 12, 2016
5d1ccc4
Updating homepage
fabioz Jan 12, 2016
550cabd
Preparing for 4.5.0 release
fabioz Jan 12, 2016
f63bfe2
Done release 4.5.0
fabioz Jan 12, 2016
7b64514
Readme
Jan 13, 2016
d35823c
Restoring support for Jython (it fails at struct.calcsize('P')).
Jan 13, 2016
c483eaf
Marking next pydev release as 4.5.1.
fabioz Jan 13, 2016
ac5e801
Updating homepage to 4.5.1.
fabioz Jan 13, 2016
fe5d9e9
Doing release 4.5.1 to fix issue in jython debugging.
fabioz Jan 13, 2016
9d13825
Done release 4.5.1.
fabioz Jan 14, 2016
62a2155
Done release 2.5.1
fabioz Jan 14, 2016
2e2552d
Updating homepage.
fabioz Jan 14, 2016
62e0ba0
Marking next pydev version as 4.5.2.
fabioz Jan 14, 2016
1d3b735
Updating debugger
Jan 16, 2016
8f38fbc
Showing more information on test run history, providing a way to save…
Jan 16, 2016
da852c9
Merge remote-tracking branch 'origin/development' into development
Jan 16, 2016
489e538
Minor
Jan 16, 2016
af4d41f
The last pinned test run appears in the history as the first entry.
Jan 16, 2016
a242113
Fixing type issues with cython.
Jan 18, 2016
a8bcdc8
Making sure dialogs shown are actually asynchronous.
Jan 18, 2016
bd39dd4
The code-analysis and token building builders have different keys (so…
Jan 19, 2016
db1e526
Updated pydevd
fabioz Jan 21, 2016
0b0d14c
Minor
fabioz Jan 21, 2016
42f0f9d
Updating to pydevd 0.0.5
fabioz Jan 21, 2016
0fb946b
Doing release 4.5.2
fabioz Jan 21, 2016
f2fd370
Doing release 4.5.2
fabioz Jan 21, 2016
f9944c9
Marking PyDev as 4.5.3
fabioz Jan 21, 2016
d109f91
Making 4.5.3 (there was an issue in 4.5.2).
fabioz Jan 21, 2016
ea482c1
Doing 4.5.3.
fabioz Jan 21, 2016
17d01d2
Done release 4.5.3.
fabioz Jan 21, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Making FastStack non-final.
  • Loading branch information
fabioz committed May 12, 2015
commit 1d6a1c508fcd25c81c2c19a56c85911c271e08e2
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*
* @param <E>
*/
public final class FastStack<E> implements Iterable<E> {
public class FastStack<E> implements Iterable<E> {

private E[] elementData;

Expand Down Expand Up @@ -252,10 +252,12 @@ public String toString() {
return buf.toString();
}

@Override
public int hashCode() {
throw new RuntimeException("Not hashable");
}

@Override
public boolean equals(Object o) {
throw new RuntimeException("Not comparable");
}
Expand Down