Changes between Version 3 and Version 4 of vslol
- Timestamp:
- Dec 1, 2012, 1:40:09 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
vslol
v3 v4 3 3 VsLol is a Visual Studio plugin that tries to make your life easier. 4 4 5 It has two mainparts:5 VsLol is split into two parts: 6 6 7 * generic, lightweight features for all developers7 * '''generic, non-intrusive, lightweight features''' for everyday use, targeting '''all C, C++ or C# developers''' 8 8 * features specific to Lol Engine development that only get activated when the project uses the Lol Engine 9 9 10 VsLol does '''not''' have any of these: ads, popups, licensing fees, 15 extra configuration windows, annoying “about” boxes, 80 extra menu entries. '''It just does the job.''' 11 10 12 == Generic features == 13 14 LolFx provides '''new display items''' for the editor’s source code view: 15 16 * Item “C/C++ Types and Qualifiers” that allows to choose a style for types (''float'', ''int''…) and type qualifiers (''static'', ''const''…) that differs from the style of other keywords (''break'', ''return''…). 17 * Item “C/C++ Constants” that allows to choose a style for language constants (''NULL'', ''nullptr'', ''false''…) that differs from the style of other keywords (''break'', ''return''…). 18 19 Note that it is not possible to get the following colour scheme (on the right) using a default Visual Studio installation: 11 20 12 21 [[Image(fuck-yeah-vslol.png,nolink)]]