|
101
|
DonationCoder.com Software / FARR Plugins and Aliases / Re: FARR plugin: FARR Windows Search 0.3.0
|
on: November 23, 2011, 02:09:58 AM
|
I was able to test on a different installation of Windows 7 and had more success -- get results in FARR now  It is still puzzling to me though why via the windows key, "cmd" gives the result "cmd.exe" but with FARRWindowsSearch I get nothing. Similar with "regedit". Any ideas? I can only guess. Could it be that 'Search programs and files' does not use the Windows Search Index exclusively, but offers search results from other sources as well, like the Control Panel or the 'All Programs' menu?
|
|
|
|
|
103
|
DonationCoder.com Software / FARR Plugins and Aliases / Re: FARR plugin: FARR Windows Search 0.3.0
|
on: November 22, 2011, 02:07:07 AM
|
I was indeed asleep  With ws SPACE search term you're using the plugin correctly. What should happen is that you get (roughly) the same results as if you had typed that search term into the 'Search Programs and Files' box after pressing the Win key. On my machine I get the exact same results as the ones in the 'Microsoft Outlook' category. I guess they are the ones most relevant. I could maybe implement grouping as Windows does itself in the plugin as well (i.e. add some results from Outlook as well as some file results). Now why it does not work for you ewemoa I have no idea to be honest. If you type 'search' into the 'Search Programs and Files' box, there's a 'Find and fix problems with Windows Search' item in the 'Control Panel' category. Maybe you can give this one a try? As you say, I would guess that Windows Search is enabled (and therefore indexing) by default in Windows 7.
|
|
|
|
|
108
|
DonationCoder.com Software / Find And Run Robot / Re: FARR and Indexing Option - Feedback Requested
|
on: November 15, 2011, 03:28:54 PM
|
My only gripe is that it still crashes farr too often in my specific case (using XP sp3). I know I'm not the majority (and for those without any stability problems, I wonder why they don't use it... It's SUPER FAST). If only I knew what did it (the problem), I'd use it much more. More than "Everything" as I don't have the accentuated chars problem with Windows Search...
Not good  I'll try using it more often in the coming days, in order to try to reproduce a crash.
|
|
|
|
|
111
|
DonationCoder.com Software / Find And Run Robot / Re: Some shortcut keys don't work anymore.
|
on: November 15, 2011, 01:49:13 AM
|
|
I'd also like to add my vote for Ctrl + Shift + Left / Right making a selection. I find the fact that FARR doesn't do that very confusing.
Please also note that the "word boundary algorithm" allows for some improvement. As it seems, non-English characters (like äöü) are considered to be word boundary characters.
|
|
|
|
|
114
|
Other Software / Developer's Corner / Re: Herb Sutter's brief look at C++11
|
on: November 03, 2011, 12:02:31 PM
|
|
I will use auto like crazy. I will actually use it wherever possible. I think using auto will actually raise productivity. Lambdas will come in handy as well. They will finally allow us to get rid of the boilerplate functor code which is currently necessary to make effective use of some standard algorithms. Both of these are also a clear testimony that C++ is adopting important aspects of yet another programming paradigm (which I think is a good thing), namely functional programming. Even with auto, C++ is still a strongly typed programming language. auto does also not replace typedef, as the type of a lambda expression for example is only known to the compiler (if you want to assign the lambda expression to a variable).
|
|
|
|
|
115
|
Main Area and Open Discussion / Living Room / Re: Products designed to fail, a documentary
|
on: November 03, 2011, 05:21:13 AM
|
|
I know that it's immoral, but I would actually prefer some of my stuff to break early in order to justify buying a newer, better version of it. I really think more companies should start to offer trade-in programs for their products. But they should also be forced to recycle stuff correctly, and be forced to build their products in such a way that as much of the used materials can be recycled.
|
|
|
|
|
116
|
DonationCoder.com Software / FARR Plugins and Aliases / Re: FARR plugin: FARR Remember The Milk 1.1.2
|
on: October 28, 2011, 10:28:59 AM
|
So I found out how to configure the userid and password within the proxy dialog, no modification needed! So far(r) the good news.
I have also the Access violations mentioned higher. I tested with a brand new account and then it works fine. I suppose it has something to do with tasks in my default user, but I have no idea how to find out which one is blocking...
Thanks for your help!
Please excuse my laziness. I'm currently more in Playstation-mood than programming mood. Good that you found a way to configure the userid and password within the proxy dialog. Would you mind to share, so that I can add it to the help file? Concerning the access violation: good that you have it! Well, not for you, I know. Unfortunately, I wasn't able to track down the problem last time it was reported because the user reporting it just removed a whole bunch of tasks and the problem went away for him. So maybe now, with your help, I might be able to find out what's going wrong. If I remember correctly, the tasks he removed were actually ones which were already set to complete (hence he could remove them). The question is how do we find out which one is causing troubles? Do you have many tasks? And many completed ones? I made a version of the plugin that traces out some info when the tasks are loaded, so you can see which one is causing the crash. It might actually still be on the ftp. I'll check later when I'm home.
|
|
|
|
|
120
|
Main Area and Open Discussion / Living Room / Re: Android tablets to rival iPad
|
on: September 27, 2011, 02:02:48 AM
|
Anything you guys would like to know?
Yeah, how long until you got bored with the iPad?  I'm still without a tablet and was waiting for the Galaxy 10.1 (it's still not available in Switzerland, like I anticipated here. It's now scheduled for sometime in October). Actually, the iPad is now becoming an option for me again, as soon as iOS 5 is out, the reason being that it will then be possible to use it as a standalone device (don't want iTunes). What's your opinion about the Samsung's performance (in terms of fluency of operation, starting apps, etc.) compared to the iPad?
|
|
|
|
|
121
|
Main Area and Open Discussion / General Software Discussion / Re: Explorer with Ribbon
|
on: August 31, 2011, 02:03:19 AM
|
I now find the ribbon to be an improvement over the menu / toolbar combination, at least in applications like MS Word. But only after reading this MS article about ribbons helped me understand its major design concepts. I don't think ribbons are meant to substitute keyboard shortcuts. It's only that while I have no problem remembering the dozens of keyboard shortcuts in applications like Visual Studio which I basically use daily, it does get a bit more difficult when it comes to MS Word which I use maybe once a week, or MS Excel which I use once a month only. Nevertheless, I still dread the day when MS decides to introduce ribbons in Visual Studio 
|
|
|
|
|
125
|
DonationCoder.com Software / Find And Run Robot / Re: %MYRECENTDOCS% not working?
|
on: August 10, 2011, 09:59:04 AM
|
Well you can check and change the various Environment Variables (that's what those % whatever% are) through "Control Panel" > "System" > "Advanced System Setting" > "Environment Variables". With that you can see what it's currently set to and change it accordingly. To make the job easier I'd recommend Rapid Environment Editor. Personally I use it whenever I need to mess those variables. Seems like a useful tool to have. Thanks for mentioning it 
|
|
|
|
|