-
Notifications
You must be signed in to change notification settings - Fork 6
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
Copy and paste lemmatized text selection in text editor part. #133
base: master
Are you sure you want to change the base?
Copy and paste lemmatized text selection in text editor part. #133
Commits on Jan 8, 2018
-
Handle Ctrl+A selection event.
Jakob Höper committedJan 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 537f8bb - Browse repository at this point
Copy the full SHA 537f8bbView commit details
Commits on Jan 9, 2018
-
avoid redundancies when copying editor textmodel elements sequence
If a sentence object and all of its tokens are within a selection, its not necessary to keep the tokens explicitly. If a sentence got among the textmodel objects covered by the selection, but not all of its tokens, then we can not copy the entire sentence.
Jakob Höper committedJan 9, 2018 Configuration menu - View commit details
-
Copy full SHA for 3c5a75f - Browse repository at this point
Copy the full SHA 3c5a75fView commit details -
Copy text item sequence: replace implementation.
implement text model element sequence insertion into editor contents more robust and less copy-and-pasty.
Jakob Höper committedJan 9, 2018 Configuration menu - View commit details
-
Copy full SHA for beb64e5 - Browse repository at this point
Copy the full SHA beb64e5View commit details -
clean up copy-to-clipboard method a bit
Jakob Höper committedJan 9, 2018 Configuration menu - View commit details
-
Copy full SHA for af71027 - Browse repository at this point
Copy the full SHA af71027View commit details -
implement insertion of sentence objects at sentence objects
Jakob Höper committedJan 9, 2018 Configuration menu - View commit details
-
Copy full SHA for 08cf449 - Browse repository at this point
Copy the full SHA 08cf449View commit details -
attempt on insertion of sentence item sequence if original object und…
…er cursor happens to be a sentence object.
Configuration menu - View commit details
-
Copy full SHA for 0d31f25 - Browse repository at this point
Copy the full SHA 0d31f25View commit details
Commits on Jan 10, 2018
-
Leave note on how to properly customize xtext editor.
Jakob Höper committedJan 10, 2018 Configuration menu - View commit details
-
Copy full SHA for f596498 - Browse repository at this point
Copy the full SHA f596498View commit details -
Try to fix problem where you sometimes can't edit text.
Jakob Höper committedJan 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 9d9e710 - Browse repository at this point
Copy the full SHA 9d9e710View commit details -
Jakob Höper committed
Jan 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 85eccff - Browse repository at this point
Copy the full SHA 85eccffView commit details -
Merge branch '4623-copy_lemmatized_text' of https://github.com/JKatzw…
…inkel/bts into 4623-copy_lemmatized_text
Jakob Höper committedJan 10, 2018 Configuration menu - View commit details
-
Copy full SHA for b29bd85 - Browse repository at this point
Copy the full SHA b29bd85View commit details
Commits on Jan 17, 2018
-
cast textitem element to bts sentence type
Jakob Höper committedJan 17, 2018 Configuration menu - View commit details
-
Copy full SHA for a672b0b - Browse repository at this point
Copy the full SHA a672b0bView commit details -
Add new class representing a tokenized text selection.
for lemmatized copy and paste.
Jakob Höper committedJan 17, 2018 Configuration menu - View commit details
-
Copy full SHA for d4eccac - Browse repository at this point
Copy the full SHA d4eccacView commit details -
Move all the copy/paste token selection stuff into new class.
Jakob Höper committedJan 17, 2018 Configuration menu - View commit details
-
Copy full SHA for 5f99619 - Browse repository at this point
Copy the full SHA 5f99619View commit details
Commits on Jun 12, 2018
-
move ui update job to private class
Jakob Höper committedJun 12, 2018 Configuration menu - View commit details
-
Copy full SHA for f88cd19 - Browse repository at this point
Copy the full SHA f88cd19View commit details
Commits on Nov 16, 2018
-
Merge branch 'master' of https://github.com/cplutte/bts into 4623-cop…
…y_lemmatized_text
Jakob Höper committedNov 16, 2018 Configuration menu - View commit details
-
Copy full SHA for 8d49fae - Browse repository at this point
Copy the full SHA 8d49faeView commit details -
move some stuff to private methods
Jakob Höper committedNov 16, 2018 Configuration menu - View commit details
-
Copy full SHA for d6bea47 - Browse repository at this point
Copy the full SHA d6bea47View commit details -
implement tokenized insertion outside of text bounds
Jakob Höper committedNov 16, 2018 Configuration menu - View commit details
-
Copy full SHA for b19a374 - Browse repository at this point
Copy the full SHA b19a374View commit details -
improve tokenized insertion outside of bts object bounds
Jakob Höper committedNov 16, 2018 Configuration menu - View commit details
-
Copy full SHA for 1ae177a - Browse repository at this point
Copy the full SHA 1ae177aView commit details -
Jakob Höper committed
Nov 16, 2018 Configuration menu - View commit details
-
Copy full SHA for e73cbb3 - Browse repository at this point
Copy the full SHA e73cbb3View commit details
Commits on Dec 4, 2018
-
textselectionevent: overload constructors and change API
Jakob Höper committedDec 4, 2018 Configuration menu - View commit details
-
Copy full SHA for 5bbd126 - Browse repository at this point
Copy the full SHA 5bbd126View commit details -
refactor texteditorpart a little bit
Jakob Höper committedDec 4, 2018 Configuration menu - View commit details
-
Copy full SHA for f856ab0 - Browse repository at this point
Copy the full SHA f856ab0View commit details -
fix type error breaking selected item processing
Jakob Höper committedDec 4, 2018 Configuration menu - View commit details
-
Copy full SHA for 0674d15 - Browse repository at this point
Copy the full SHA 0674d15View commit details
Commits on Dec 6, 2018
-
fix character encoding error in sentence annotation part
Jakob Höper committedDec 6, 2018 Configuration menu - View commit details
-
Copy full SHA for 40047d4 - Browse repository at this point
Copy the full SHA 40047d4View commit details
Commits on Dec 14, 2018
-
add private method for token position retrieval
Jakob Höper committedDec 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 84309ee - Browse repository at this point
Copy the full SHA 84309eeView commit details
Commits on Dec 17, 2018
-
Merge branch 'master' into 4623-copy_lemmatized_text
Jakob Höper committedDec 17, 2018 Configuration menu - View commit details
-
Copy full SHA for b3cd7fd - Browse repository at this point
Copy the full SHA b3cd7fdView commit details
Commits on Dec 18, 2018
-
Fix selection logic to properly compute start and end positions
Conflicts: org.bbaw.bts.ui.commons.corpus/src/org/bbaw/bts/ui/commons/corpus/events/BTSTextSelectionEvent.java org.bbaw.bts.ui.corpus.egy/src/org/bbaw/bts/ui/egy/parts/EgyTextEditorPart.java
Configuration menu - View commit details
-
Copy full SHA for 97304f8 - Browse repository at this point
Copy the full SHA 97304f8View commit details -
EgyTextEditor: Make selections only include fully selected objects,
Partially selected objects will no longer be included. This may be slightly inconvenient in some cases, but is necessary to make comments work on ambivalences. Otherwise, every selection inside an ambivalence would also include the ambivalence itself.
Configuration menu - View commit details
-
Copy full SHA for 0240b6a - Browse repository at this point
Copy the full SHA 0240b6aView commit details -
use private method for position lookup
Jakob Höper committedDec 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 8218818 - Browse repository at this point
Copy the full SHA 8218818View commit details -
EgyTextEditor: Differentiate between selection and cursor events
...when creating comments or highlighting relevant comments in the sidebar.
Configuration menu - View commit details
-
Copy full SHA for f90b4f0 - Browse repository at this point
Copy the full SHA f90b4f0View commit details