Skip to content
Snippets Groups Projects
  1. Jun 07, 2016
  2. Mar 31, 2016
  3. Mar 29, 2016
  4. Oct 29, 2015
  5. Sep 02, 2015
  6. Aug 19, 2015
  7. Jul 14, 2015
  8. Apr 29, 2015
  9. Apr 14, 2015
  10. Dec 01, 2014
  11. Nov 22, 2014
  12. Aug 21, 2014
  13. Jul 17, 2014
  14. May 19, 2014
  15. May 09, 2014
  16. Apr 22, 2014
  17. Feb 26, 2014
  18. Feb 16, 2014
  19. Feb 14, 2014
  20. Jan 23, 2014
  21. Nov 28, 2013
  22. Nov 25, 2013
  23. Oct 17, 2013
  24. Jun 05, 2013
    • Daniel Faust's avatar
      Update search.js · 78f9b12b
      Daniel Faust authored
      The variable "query" only contains the string version of the query, even if a regex has been submitted. "state.query" contains either a regex object or a string, depending on the input.
      The function searchOverlay contains the neccessary logic to differientiate between these two types, indicating that the original purpose of it was that regexes should be highlighted accordingly.
      Passing the "query" variable to searchOverlay fails to highlight regexes, for example case insensitive searches, and thus isn't in sync with the find next / find previous commands.
      78f9b12b
  25. May 16, 2013
  26. Feb 06, 2013
  27. Feb 05, 2013
  28. Jan 08, 2013
  29. Dec 18, 2012
  30. Nov 07, 2012
  31. Nov 02, 2012
    • Marijn Haverbeke's avatar
      Remove compoundChange API method · 2513434b
      Marijn Haverbeke authored
      Things that happen in a single operation are now always combined into
      an undo history event. Subsequent typing or deleting is combined, if
      it is close together in time, even when done in separate operations.
      
      Closes #889
      
      Also stores old selection position in undo history, restoring it
      when applying a changeset.
      
      Issue #923
      2513434b
  32. Oct 24, 2012
  33. Aug 01, 2012
Loading