1. 23 Eki, 2011 6 kayıt (commit)
  2. 22 Eki, 2011 5 kayıt (commit)
  3. 20 Eki, 2011 1 kayıt (commit)
    • Matthew Brush's avatar
      Simplify updating Scintilla keywords on reload config and tab switch. · b1b88286
      Matthew Brush yazdı
      Remove type keywords caching function since it doesn't really speed up
      anything and we don't care if the keywords change since they can/should
      still be reloaded.  This also prevents "leaking" a static GString once
      when the application closes and saves a call to g_string_free() when the
      type keywords have changed.
      
      Rename document_update_highlighting() to document_update_type_keywords()
      since no re-highlighting is needed when updating Scintilla keywords.
      Scintilla highlights the new keywords automatically so this saves a call
      to queue_colourise().
      
      Remove update_type_keywords() function since this is now all handled
      in the document_update_type_keywords() function.  This function had a
      comment about updating all documents when sci is NULL but it was never
      used in this way since it was only called on document_load_config() which
      always operates on a single document and the sci should not be NULL.
      b1b88286
  4. 19 Eki, 2011 6 kayıt (commit)
  5. 18 Eki, 2011 1 kayıt (commit)
  6. 17 Eki, 2011 2 kayıt (commit)
  7. 15 Eki, 2011 1 kayıt (commit)
  8. 13 Eki, 2011 6 kayıt (commit)
  9. 12 Eki, 2011 7 kayıt (commit)
  10. 11 Eki, 2011 5 kayıt (commit)