On Tue, 8 Sept 2026 at 23:20, Branko Čibej <[email protected]> wrote:
> On 8. 9. 2026 22:14, [email protected] wrote: > > Author: lyalyakin > Date: Tue Sep 8 20:14:59 2026 > New Revision: 1938021 > > Log: > Minor change in section II.B of INSTALL. > > * INSTALL > (II.B): Rename 'Windows tricks' to 'Windows tips'. The info provided > isn't "tricks" per se, but rather pragmatic instructions. > > Modified: > subversion/trunk/INSTALL > > Modified: subversion/trunk/INSTALL > ============================================================================== > --- subversion/trunk/INSTALL Tue Sep 8 20:05:34 2026 (r1938020) > +++ subversion/trunk/INSTALL Tue Sep 8 20:14:59 2026 (r1938021) > @@ -288,7 +288,7 @@ II. INSTALLATION > > $ cmake -LH > > - Windows tricks: > + Windows tips: > > - Modern versions of Microsoft Visual Studio provide support for > CMake projects out-of-box, including intellisense, integrated > > > Instead of going all professional and politically correct by using "tips" > instead of "tricks", you might have fixed that 'out-of-box' typo ... and > maybe avoided Microsoft marketspeak (I'm looking at you, "Intellisense"). > > > -- Brane > > Yeah, I'm in the no nonsense tolerated mode again. > I'm actually going through this section to fix the most obvious issues right now, and the typo is going to be fixed. Your comment is right on time! :) I don't like marketing speak either, but IntelliSense looks good to me. The feature is called IntelliSense and Visual Studio users know what it means and does. It's called that in the documentation, not just the marketing materials. Since the section targets Windows users, I'd use the terms they are familiar with. We could say "code completion" instead, but AFAIK IntelliSense includes other features besides code completion. And I'd say IntelliSense for the same reason I'd say Apache HTTP Server (httpd) instead of Apache Web Server or Apache Subversion instead of the Apache version-control system. -- With best regards, Pavel Lyalyakin

