Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

CSS Code Hinting for new CodeHintManager-API #2492

Closed
wants to merge 70 commits into from

Commits on Nov 4, 2012

  1. added syntax highlighting for *.xsd and *.xsl files, which use xml-sy…

    …ntax
    Andre Zoufahl committed Nov 4, 2012
    Configuration menu
    Copy the full SHA
    ac3a731 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2012

  1. added xml-syntax highlighting to xsd and xsl files

    Andre Zoufahl committed Nov 7, 2012
    Configuration menu
    Copy the full SHA
    8606b80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66ce557 View commit details
    Browse the repository at this point in the history
  3. initial commit on CSSCodeHint

    Andre Zoufahl committed Nov 7, 2012
    Configuration menu
    Copy the full SHA
    097b412 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2012

  1. Added properties-file to repo

    Andre Zoufahl committed Nov 12, 2012
    Configuration menu
    Copy the full SHA
    705d060 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90cebec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d562234 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2012

  1. Configuration menu
    Copy the full SHA
    da528f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2012

  1. Configuration menu
    Copy the full SHA
    951ff71 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2012

  1. Added more unit tests handling general css hint features.

    Andre Zoufahl committed Nov 18, 2012
    Configuration menu
    Copy the full SHA
    eea3deb View commit details
    Browse the repository at this point in the history
  2. Implemented search for what has been typed so far.

    Andre Zoufahl committed Nov 18, 2012
    Configuration menu
    Copy the full SHA
    40a5f6a View commit details
    Browse the repository at this point in the history
  3. rearranged tests around mocks and added suites for handleSelects and …

    …invalid contexts
    Andre Zoufahl committed Nov 18, 2012
    Configuration menu
    Copy the full SHA
    186b84b View commit details
    Browse the repository at this point in the history
  4. restructured getQueryInfo for better further development

    Andre Zoufahl committed Nov 18, 2012
    Configuration menu
    Copy the full SHA
    5032257 View commit details
    Browse the repository at this point in the history
  5. minor typos

    Andre Zoufahl committed Nov 18, 2012
    Configuration menu
    Copy the full SHA
    189680d View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2012

  1. added more unittests with regards to style-tags

    Andre Zoufahl committed Nov 19, 2012
    Configuration menu
    Copy the full SHA
    ba820b8 View commit details
    Browse the repository at this point in the history
  2. added whitespace to set of keys to trigger hints

    Andre Zoufahl committed Nov 19, 2012
    Configuration menu
    Copy the full SHA
    d09cb15 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2012

  1. added unittests for attributes values

    Andre Zoufahl committed Nov 20, 2012
    Configuration menu
    Copy the full SHA
    24c760b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9e6735 View commit details
    Browse the repository at this point in the history
  3. disable handleSelect until a proper concept is developed and the rest…

    … is working more robust
    Andre Zoufahl committed Nov 20, 2012
    Configuration menu
    Copy the full SHA
    3cf28ed View commit details
    Browse the repository at this point in the history
  4. added files for quicktesting without changing folders (will be remove…

    …d later)
    Andre Zoufahl committed Nov 20, 2012
    Configuration menu
    Copy the full SHA
    bc63e60 View commit details
    Browse the repository at this point in the history
  5. corrected typo that caused the document not to be a correct htmldocum…

    …ent in the editor
    Andre Zoufahl committed Nov 20, 2012
    Configuration menu
    Copy the full SHA
    5305648 View commit details
    Browse the repository at this point in the history
  6. (temporarily) disabled the unittests for handleSelects

    Andre Zoufahl committed Nov 20, 2012
    Configuration menu
    Copy the full SHA
    ca049a5 View commit details
    Browse the repository at this point in the history
  7. added further csscontexttest to determine whether the cursor is reall…

    …y in a css-context inside { }
    Andre Zoufahl committed Nov 20, 2012
    Configuration menu
    Copy the full SHA
    45146a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2012

  1. added unittests for handleSelect and reworked a test to describe a pr…

    …oblem properly with regards to value-hinting
    Andre Zoufahl committed Nov 25, 2012
    Configuration menu
    Copy the full SHA
    7a0defc View commit details
    Browse the repository at this point in the history
  2. implemented handleSelect based on getQueryInfo

    Andre Zoufahl committed Nov 25, 2012
    Configuration menu
    Copy the full SHA
    184f48e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a60c0be View commit details
    Browse the repository at this point in the history
  4. added code to fix wrong behaviour when the cursor was next to a (semi…

    …-)colon, which caused handleSelect to drop the first letter of the selection
    Andre Zoufahl committed Nov 25, 2012
    Configuration menu
    Copy the full SHA
    15e1b11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a49964c View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2012

  1. tidied up code to catch all jslint errors in main.js

    Andre Zoufahl committed Nov 26, 2012
    Configuration menu
    Copy the full SHA
    8b829a9 View commit details
    Browse the repository at this point in the history
  2. changed csscontext-analysis to only use getModeForSelection (tipp fro…

    …m raymond, ty) - unittests succeed
    Andre Zoufahl committed Nov 26, 2012
    Configuration menu
    Copy the full SHA
    db7886f View commit details
    Browse the repository at this point in the history
  3. minor tidy-up of code in getQueryInfo

    Andre Zoufahl committed Nov 26, 2012
    Configuration menu
    Copy the full SHA
    7e34c6a View commit details
    Browse the repository at this point in the history
  4. tidy up unit tests

    Andre Zoufahl committed Nov 26, 2012
    Configuration menu
    Copy the full SHA
    ed8eb8c View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2012

  1. added unittest from other branch (which was wrongly added in this bra…

    …nch)
    Andre Zoufahl committed Nov 28, 2012
    Configuration menu
    Copy the full SHA
    ce73c5e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into andrez/csshinting

    merging current masterbranch with csscodehinting to check if everything works for a future pull request
    Andre Zoufahl committed Nov 28, 2012
    Configuration menu
    Copy the full SHA
    77e4b73 View commit details
    Browse the repository at this point in the history
  3. improved getQueryInfo to better check differentiate between at-rules …

    …and selectors
    Andre Zoufahl committed Nov 28, 2012
    Configuration menu
    Copy the full SHA
    0ecb2fb View commit details
    Browse the repository at this point in the history
  4. added some unittests to describe more scanrios for handleSelect which…

    … aren't handled properly yet
    Andre Zoufahl committed Nov 28, 2012
    Configuration menu
    Copy the full SHA
    3827239 View commit details
    Browse the repository at this point in the history
  5. added a another (slightly different) test for handleSelect (2 out of …

    …28 fail now)
    Andre Zoufahl committed Nov 28, 2012
    Configuration menu
    Copy the full SHA
    e9bd4fe View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2012

  1. added unittest for handleSelect with inproper input

    Andre Zoufahl committed Nov 30, 2012
    Configuration menu
    Copy the full SHA
    93f83e6 View commit details
    Browse the repository at this point in the history
  2. reordered some code in getQueryInfo to resemble normal behaviour bett…

    …er, handleSelect works as intended now
    Andre Zoufahl committed Nov 30, 2012
    Configuration menu
    Copy the full SHA
    7036ae7 View commit details
    Browse the repository at this point in the history
  3. added minor css to testfile

    Andre Zoufahl committed Nov 30, 2012
    Configuration menu
    Copy the full SHA
    3862911 View commit details
    Browse the repository at this point in the history
  4. added code to let hintlist open if property was entered, so possible …

    …values can be seen directly
    Andre Zoufahl committed Nov 30, 2012
    Configuration menu
    Copy the full SHA
    ab89840 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2012

  1. Implement registerHintProvider api with extra parameters suggested by…

    … Glenn. This change also makes the problematic shouldShowHintsOnKey api no longer needed. It also resolves the conflicts between two or more providers by allowing each provider to register its specificity.
    RaymondLim committed Dec 4, 2012
    Configuration menu
    Copy the full SHA
    c2347c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2012

  1. Putting back shouldShowHintsOnKey api since JS code hinting Ian is wo…

    …rking on requires to be called for every keystokes.
    RaymondLim committed Dec 5, 2012
    Configuration menu
    Copy the full SHA
    676ca72 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2012

  1. Configuration menu
    Copy the full SHA
    53c1d94 View commit details
    Browse the repository at this point in the history
  2. Add one more code hints extension api to let the provider decide on t…

    …he default initial selection. This fixes issue adobe#2286
    RaymondLim committed Dec 6, 2012
    Configuration menu
    Copy the full SHA
    ea97d4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c099f5e View commit details
    Browse the repository at this point in the history
  4. modeName sounds better.

    RaymondLim committed Dec 6, 2012
    Configuration menu
    Copy the full SHA
    ba32cb5 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2012

  1. Merge remote-tracking branch 'upstream/rlim/new-code-hints-manager' i…

    …nto csscodehinting-v2
    
    integrating new CHM-api into current css code hinting
    Andre Zoufahl committed Dec 14, 2012
    Configuration menu
    Copy the full SHA
    44617d7 View commit details
    Browse the repository at this point in the history
  2. merged new CHMapi and made csscodehint working again

    Andre Zoufahl committed Dec 14, 2012
    Configuration menu
    Copy the full SHA
    c527f9e View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2013

  1. merged with upstream/master

    Andre Zoufahl committed Jan 5, 2013
    Configuration menu
    Copy the full SHA
    b0645a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    deca1e1 View commit details
    Browse the repository at this point in the history
  3. further implemented hasHints, getHints, (todo: insertHints) - still n…

    …ot stable/ready to use code
    Andre Zoufahl committed Jan 5, 2013
    Configuration menu
    Copy the full SHA
    4fcf4ec View commit details
    Browse the repository at this point in the history
  4. integrated insertHints in main.js

    Andre Zoufahl committed Jan 5, 2013
    Configuration menu
    Copy the full SHA
    a071c33 View commit details
    Browse the repository at this point in the history
  5. refactored unittests to use new methods

    Andre Zoufahl committed Jan 5, 2013
    Configuration menu
    Copy the full SHA
    a4e26e4 View commit details
    Browse the repository at this point in the history
  6. removed unneccesary (old) code

    Andre Zoufahl committed Jan 5, 2013
    Configuration menu
    Copy the full SHA
    1d17ea1 View commit details
    Browse the repository at this point in the history
  7. added more triggerkeys and removed unused variables in hasHints/getQu…

    …eryInfo
    Andre Zoufahl committed Jan 5, 2013
    Configuration menu
    Copy the full SHA
    147d0bc View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2013

  1. added space to triggerkeys, but excluded the initialSelection for tha…

    …t key, removed a strange bug, that tokens haven't been trimmed properly in getHints
    Andre Zoufahl committed Jan 6, 2013
    Configuration menu
    Copy the full SHA
    47dc095 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2013

  1. fixing unittests, so that they validate again

    Andre Zoufahl committed Jan 8, 2013
    Configuration menu
    Copy the full SHA
    00ddb54 View commit details
    Browse the repository at this point in the history
  2. fixed remaining (failed) unittests

    Andre Zoufahl committed Jan 8, 2013
    Configuration menu
    Copy the full SHA
    20ffb27 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master' into andrez/csscodehin…

    …ting-v2
    
    merging master into branch for an upcoming pull-request
    Andre Zoufahl committed Jan 8, 2013
    Configuration menu
    Copy the full SHA
    3522aac View commit details
    Browse the repository at this point in the history
  4. changed the triggerKeys to primary and secondary, as well removed unn…

    …eccesary includedLibs
    Andre Zoufahl committed Jan 8, 2013
    Configuration menu
    Copy the full SHA
    d7381a9 View commit details
    Browse the repository at this point in the history
  5. removed quicktesting from repo

    Andre Zoufahl committed Jan 8, 2013
    Configuration menu
    Copy the full SHA
    e7243a2 View commit details
    Browse the repository at this point in the history
  6. commented out the logging of the cssutils.info

    Andre Zoufahl committed Jan 8, 2013
    Configuration menu
    Copy the full SHA
    f37b6c2 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'upstream/master' into andrez/csscodehin…

    …ting-v2
    
    merging again
    Andre Zoufahl committed Jan 8, 2013
    Configuration menu
    Copy the full SHA
    ea8d5d0 View commit details
    Browse the repository at this point in the history
  8. reverted CHM and htmlhinting.main.js to upstream/master

    Andre Zoufahl committed Jan 8, 2013
    Configuration menu
    Copy the full SHA
    cad4531 View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'upstream/master' into andrez/csscodehin…

    …ting-v2
    
    final merge before pullrequest
    Andre Zoufahl committed Jan 8, 2013
    Configuration menu
    Copy the full SHA
    a1ae0a4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c7b5504 View commit details
    Browse the repository at this point in the history
  11. reset .gitignore

    Andre Zoufahl committed Jan 8, 2013
    Configuration menu
    Copy the full SHA
    d37f9ea View commit details
    Browse the repository at this point in the history
  12. added defaultcomments to functions

    Andre Zoufahl committed Jan 8, 2013
    Configuration menu
    Copy the full SHA
    719e739 View commit details
    Browse the repository at this point in the history
  13. removed unsused var

    Andre Zoufahl committed Jan 8, 2013
    Configuration menu
    Copy the full SHA
    2c3e786 View commit details
    Browse the repository at this point in the history