[gnome-builder] (30 commits) Non-fast-forward update to branch wip/chergert/completion



The branch 'wip/chergert/completion' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  e4c6c6a... wip on new completion engine
  0e33dd5... sourceview: remove word-completion from sourceview
  b5c2ac1... completion: move a number of components into IdeCompletion
  64e9463... completion: make load private API
  6836310... editor: remove tweaks to old completion
  a6b1704... sourceview: remove snippets completion from source view
  97ca029... completion: rely on sourceview for hiding completion
  ae5926b... completion: add some CSS styling
  0cb4ff4... completion: get access to context when completing
  2de46a6... ctags: minimal port to new engine
  10853c1... ctags: make ctags search more lazy
  4d19f92... completion: use IdeTask for async operations
  7feef8d... completion: remove dead code
  b7d1833... completion: fix row selection with small n-row sizes
  27f92c1... completion: add some plumbing for refiltering after results
  513a39e... completion: add tracing macros to IdeCompletion
  fbe74e0... completion: perform refilter after results are received
  a29b9bb... sourceview: reuse block_interactive()
  ed6533b... completion: add some basic plumbing to detect invaldations
  e2ebf95... prefs: allow tweaking the number of completion rows
  2446552... completion: track items-changed from result list models
  1b1e87d... completion: track items-changed from list-box
  6daebb2... completion: avoid queue_resize when display wont change
  0af0754... ctags: implement refilter support for ctags result set
  c030700... completion: create display on demand
  1d9342b... completion: remove debug code
  ed7b6b5... completion: update empty state when items change
  47ce715... completion: simplify display visibility on empty notificati
  7228552... completion: be more careful about display state
  1d483c2... completion: propagate font description to list box rows
  50b695b... completion: fix some spurious displays showing
  e66e655... completion: extra tweak for offset
  a07db7e... completion: move display to provider
  854cb51... completion: avoid adding backpointer reference from proposa
  4df295e... completion: handle selection out of bounds
  53ad526... sourceview: add helper to check for active snippet
  00448d6... completion: add convenience data for providers
  e46c82a... completion: ignore Tab when in a snippet
  62c6995... completion: unset weight field from attributes
  7e8083c... overlay: shift overlay position when too large
  892de8a... clang: port completion provider to new API
  cb53c53... completion: clear old state
  969a5ff... clang: add some custom activator keys
  9aa8d8a... clang: add icons for macros
  fc2b5f6... clang: break out union/namespace
  c16f4a5... completion: cleanup additional fields
  5ea757a... completion: delay update from text deletion
  94f61a9... clang: switch to extention-type for enabling provider
  54c1dea... completion: tweak can-focus
  22b9911... clang: raise clang completion priority
  8c91a16... clang: include comments from clang
  b938c2e... snippets: refactor snippets to reduce memory overhead
  d0b8371... snippets: add completion provider as a plugin
  1405b1d... snippets: move model to plugin
  b5e1c08... snippet: reduce parsing and allocations
  2209f46... completion: check for NULL before calling update
  6a9be09... style: tweak styling for completion window
  2c79c77... completion: set single-line-mode
  8c21928... completion: work around attribute craziness
  2906c2f... completion: destroy widget in dispose
  55273d6... buffer: remove word completion from buffer-manager
  3fc3caf... completion: move words into an attic we can use later
  79da269... vim: remove dead shortcut
  9bb9272... python: remove format provider
  c4ad5fb... python: remove use of dynamic type registration
  ee27a5e... c-pack: remove format provider
  d0837e6... c-pack: remove dynamic type registration
  9c91089... completion: add missing line text function
  f086a6d... completion: cleanup get_word helper
  7319253... completion: add g-i docs for listboxrow
  6e07988... threading: fix G-I types for task
  9c71369... gi-imports: port completion to new API
  d81f3c6... app: fix whitespace
  8eaab21... langserv: port to new completion API
  90bf584... completion: switch to IdeCompletion
  740e556... langserv: implement sorting and fix filtering
  35a44ad... ctags: remove dead code
  1607358... completion: use new completion API
  083e953... completion: remove completion compat and helpers
  378ad11... completion: dumb down completion API for Vala
  f95a4b2... completion: allow markup for LHS
  777a3d7... vala: start porting vala to new completion engine
  8e04e03... clang: speed up refilters when drilling down
  2bf24c4... vala: fixup markup building to only highlight symbol name
  4c2cf5f... vala: disable activate helper for now
  a292c81... vala: sort results after filtering
  270958c... vala: restore previous completion bits
  9eebc32... vala: fallback to full symbol name
  6d71ed8... vala: ignore length check
  86320f5... vala: condense documentation comments for completion window
  f042b13... vala: ignore . triggers in comments/strings
  e31a30a... html: remove dynamic type registration
  618da13... ctags: remove css/html from completion/highlighter
  ac78891... html: port html completion to new engine
  23cbb11... completion: add helpers to check language id
  107bc47... html: add gtk css properties for completion
  bff57de... html: enable html completion for css buffers
  7a23755... html: add : and ; to css property completion
  5c5631b... html: add some icons to completion
  ed11951... xml: remove dynamic type for completion provider
  8c561cf... xml: minimal port to new completion engine
  c1e2558... xml: add minimal refilter support
  e40cdd2... editor: add toggle-map action
  b17382b... completion: remove IdeCompletionItem
  b79a374... jedi: port to new completion engine
  996865e... completion: allow tweaking priority for completion
  3b836ce... completion: allow delivering results early
  ed21236... build: add snippets to list of plugins
  4cf479e... gi: fix some introspection notations
  f5860c4... words: add words completion plugin
  4f66c80... completion: track activation of completion in context
  bc52f55... words: only complete when user-requested
  26a73ac... words: remove old word completion

Commits added to the branch:

  97b0cfa... app: cleanup whitespace
  b6c1f3a... editor: add "toggle-map" action to display/hide GtkSourceMa
  a82d85a... sourceview: add helper to work around gsv bug
  839623f... task: fix introspection for various task operations
  e3eccbe... tests: remove dead code
  1d0b2c7... rust: remove unused import
  4bb98b5... c-pack: remove format indenter and dynamic types
  6722eff... python-pack: remove format provider and dynamic types
  0abb01b... snippet: add revamped snippet engine
  3cd417a... completion: add new completion engine
  10b768a... snippets: switch to new snippet engine
  09b6934... words: remove word completion
  57603b8... langserv: port to new completion engine
  691a8d0... sourceview: remove dead word completion helpers
  6b7cfcd... completion: switch on completion engine in sourceview
  5842ded... clang: port to new completion engine
  9065582... beautifier: port to new completion engine
  4b333d0... comment-code: port to new completion engine
  08752a7... ctags: port to new completion engine
  51d532a... go-langserv: cleanup comment for future use
  a086968... html-completion: port to new completion engine
  32694da... jedi: port to new completion engine
  1242952... gi-imports: port to new completion engine
  ae77404... retab: port to new completion engine
  143749a... vala-pack: port to new completion engine
  63e1b62... xml-pack: port to new completion engine
  210d10e... tests: port to new completion engine
  a8c9208... tests: port snippet parser test to new implementation
  d6becac... snippets: add new snippets plugin
  9b3d3ce... words: port word completion to new completion engine


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]