Commit History

Author SHA1 Message Date
  kevinkofler 870ac58834 Change (int)0 to 0 and (int)0x1000020 to 0x1000020u (because it is actually unsigned). Should be purely cosmetical. 18 years ago
  kevinkofler 269cba1fa3 Tab now reliably inserts a tab. Use Ctrl+I to indent the selection. (Also set other Kate defaults to match TIGCC IDE more closely.) 18 years ago
  kevinkofler a66ee17349 Enable auto-indent (=> syntax highlighting description version 1.01). 18 years ago
  kevinkofler 2c6600dca9 Implement customizable list of templates. Can't actually be used yet though. 18 years ago
  kevinkofler f906815929 Fix missing mkdir_multi. 18 years ago
  kevinkofler 7c73c8b3aa "Switchable" only switches to other styles with the same ending. 18 years ago
  kevinkofler 2211ff9a03 Delete spaces at end of line. 18 years ago
  kevinkofler 1c9c9f0817 Fix spelling of "strikeOut" in generated XML files (Kate wants the O capitalized). 18 years ago
  kevinkofler da003b74ba Implement syntax highlighting reset. 18 years ago
  kevinkofler 27969e5f80 Start implementing syntax highlighting preferences: 18 years ago
  kevinkofler 13e26ed620 Add '#' to the additionalDeliminator (sic) list. 18 years ago
  kevinkofler 2cb2704f68 Change number detection so assembly numbers (immediates, A68k hex numbers) get detected properly. 18 years ago
  kevinkofler 38fece3d31 Generate itemDatas section, giving complete syntax highlighting descriptions. 18 years ago
  kevinkofler 58bd25348a Special case space as ending, 18 years ago
  kevinkofler b0a93b80d7 Generate contexts for custom styles. 18 years ago
  kevinkofler 6109edd7fd Generate contexts for parenthesis levels. 18 years ago
  kevinkofler 10692b1650 Remove Joey's old skeleton for an XML syntax file generator, it was really broken beyond repair. 18 years ago
  kevinkofler 7f20093099 Reorganize syntax preferences code a bit to prepare for XML syntax description generation. defaultSynHighlight is now exported and saves syntax preferences. 18 years ago
  kevinkofler db8c9b90dc Added missing lineStartOnly flag. 18 years ago
  kevinkofler a361f0e272 Implement saving syntax highlighting settings. 18 years ago
  kevinkofler 8b27539e20 Load syntax highlighting settings from the config file. 18 years ago
  kevinkofler d8b2a83be2 Clean up use of data types in the syntax highlighting setting structures. 18 years ago
  kevinkofler 95155795a2 Save modified preferences to file right away. 18 years ago
  kevinkofler 61ff7b694f Cache result of ticables_is_usb_enabled so the check isn't run over and over again. 18 years ago
  kevinkofler 400993ca52 Require latest libticables2 (0.1.3 from 20060723 snapshot), drop compatibility code. 18 years ago
  kevinkofler 5445c7f04d Use system icons by default. 18 years ago
  kevinkofler d0d00425b6 Initialize/uninitialize tilibs. 18 years ago
  kevinkofler 4f2445781f Implement "Use system icons" preference. (Currently off by default, this may change in the future.) 18 years ago
  kevinkofler 98e34dd422 Implement "Remove trailing spaces" (the same way as Kate implements it: remove them on load, save and on the edits Kate removes them on (pressing Enter, basically)). 18 years ago
  kevinkofler 8b17c60d01 Apply the preferences concerning the KatePart to the KatePart views. 18 years ago