Welcome Guest.   Make a donation to an author on the site May 23, 2013, 12:42:58 PM  *

Please login or register.
Or did you miss your validation email?


Login with username and password (forgot your password?)
Why not become a lifetime supporting member of the site with a one-time donation of any amount? Your donation entitles you to a ton of additional benefits, including access to exclusive discounts and downloads, the ability to enter monthly free software drawings, and a single non-expiring license key for all of our programs.


You must sign up here before you can post and access some areas of the site. Registration is totally free and confidential.
 
The N.A.N.Y. Challenge 2012! Download dozens of custom programs!
   
  Forum Home Thread Marks Chat! Downloads Search Login Register  
  Show Posts
      View this member's profile 
      donate to someone Donate to this member 
Pages: [1] 2 3 4 5 6 ... 106 Next
1  Main Area and Open Discussion / General Software Discussion / Re: DVCS ? (All about Git, Mercurial-Hg and the like...) on: February 19, 2013, 10:32:22 PM
Seems nice. Thanks Jibz.
2  Main Area and Open Discussion / General Software Discussion / Re: DVCS ? (All about Git, Mercurial-Hg and the like...) on: February 07, 2013, 08:54:20 AM
Maybe nothing that you didn't already know : Git Tips From the Pros
3  Main Area and Open Discussion / General Software Discussion / Re: DVCS ? (All about Git, Mercurial-Hg and the like...) on: January 30, 2013, 01:58:48 PM
Pretty surprising, yes! It somewhat corroborates the perception/idea that Git is 1- great at what it does 2- and a/the "major player" in the DVCS (or maybe even the whole VS) ecosystem...
4  Main Area and Open Discussion / General Software Discussion / Re: DVCS ? (All about Git, Mercurial-Hg and the like...) on: January 24, 2013, 11:04:53 AM
Thanks for the updates, Ewemoa. V4 seems like it's bringing useful features to the table. I'll see if I have the time to update today.

(Also : the "Blame" command is very useful for debugging. I've used quite a few times.)

The commit appears to include the selected files even if changes from them have not been registered with the index.

This is quite true. I made a few mistakes in the past. I don't find it that annoying though as I forces me to be more vigilant when I commit -- i.e. review each changes made to the code before indexing & committing.
5  Main Area and Open Discussion / General Software Discussion / Re: DVCS ? (All about Git, Mercurial-Hg and the like...) on: December 17, 2012, 01:30:20 PM
Never said thanks ...  smiley
Will take a look at Magit.  Thmbsup
6  Main Area and Open Discussion / General Software Discussion / Re: DVCS ? (All about Git, Mercurial-Hg and the like...) on: November 26, 2012, 09:27:03 AM
Hi ewemoa,

Thanks for your nice example ! Git is fun, isn't it ?

I've been using the index editor and stashing capabilities quite a bit in the last 1.5 year. Rebase, not as much. Maybe because I'm mostly working on my own, I don't mind having a few meaningless commits. I haven't looked for rebase interactive in the new SmartGit ; but, as you say, it doesn't seem to be implemented yet. Should be soon as the developer mentioned an available preview in October.

Apart from that, yes, stashing can be extremely useful. E.g. for those times where I find a bug that should be fixed before pursuing some coding : stash the current work, do the bug fixing, come back to previous coding by reapplying stash.

You mentioned renaming in a previous post. I still use the command line when I want to do an explicit file rename. But I usually don't have to as Git detects those if you're careful not committing renames with a bunch of other changes.

--

SmartGit proved to be quite user friendly, stable and helpful. Used it almost exclusively, together with TortoiseGit which has some great features implementations too (I especially like the fact that I can select and copy commits from the log view and I'll get a nice clean copy of all of them, with the comments... I use that for quickly creating reports). Also, SmartGit now supports Hg, which is a good thing for those of us who use mercurial !
7  DonationCoder.com Software / Find And Run Robot / Re: Ctrl+Alt+Enter and Firefox on: November 24, 2012, 04:45:25 PM
OK, so I changed my browser to internet explorer and the behavior is the same. So I guess there's now a fixed delay between each "launch" in farr. I understand that when launching applications, it could help in terms of performance, etc. However, when "launching links", it makes the whole process a bit tedious.

Is there a way to adjust that delay or remove it ?
8  DonationCoder.com Software / Find And Run Robot / Ctrl+Alt+Enter and Firefox on: November 21, 2012, 01:28:17 PM
Hello all.
For some time Ctrl+Alt+Enter will launch multiple searches (for example) one... tab... at... a... time...
Firefox will wait until one search finishes loading, and then... will load the next one. It's excruciatingly slow and I have to wait since the new tab will steal the focus, preventing me to read anything.
Am I the only one suffering from this ? Is it a "new" farr feature ? a firefox change ?
Thanks for helping me with this one.
9  Main Area and Open Discussion / General Software Discussion / Re: DVCS ? (All about Git, Mercurial-Hg and the like...) on: May 28, 2012, 01:16:50 PM
Sorry, your post got lost in my emails for some reason... I'll look at that this WE.
Did you find any solution ?
10  Main Area and Open Discussion / General Software Discussion / Re: DVCS ? (All about Git, Mercurial-Hg and the like...) on: May 13, 2012, 09:33:34 PM
You're working with Git ? Is there a reason why you wanted to do an explicit rename ? Normally Git is good at automatically detecting renames.
11  Main Area and Open Discussion / General Software Discussion / Re: DVCS ? (All about Git, Mercurial-Hg and the like...) on: May 06, 2012, 12:19:53 PM
BTW, does any one know how to tell -- via the Main perspective -- which branch one is on?

In the the "directories" section/pane, the top directory should have the branch specified in parenthesis.**

E.g. MyCode  (master)

----

Yup, cherry-picking is useful... if you're careful ! :-)


** that said, it could be made more visible. The window title bar would be a good place.
12  Other Software / Developer's Corner / Re: EasyGit - Sane syntax for git on: April 25, 2012, 09:29:48 AM
Yes and SVN (but not svn working copies, it will create a 99% compatible git working copy that interacts with the svn repository)

I'm curious... Did you try it yet ?
13  Main Area and Open Discussion / General Software Discussion / Re: DVCS ? (All about Git, Mercurial-Hg and the like...) on: April 25, 2012, 12:13:58 AM
I think contacting the developers is the best way for such a problem -- and especially for an actively developed application like SmartGit.
14  Main Area and Open Discussion / General Software Discussion / Re: DVCS ? (All about Git, Mercurial-Hg and the like...) on: April 23, 2012, 11:06:15 PM
ewemoa, you seem to be on the right path...
I realize I don't have enough time to delve into that ! I wish I could. Did you send a message to the developer(s) ?

On a side note, I noticed that SmartGit now supports "git init" -- IIRC, it used to be that one had to use git from the command line for this thumbs up

Quote
Project ->
  New Window ->
    Open an existing local or create a new repository


Thanks for the heads up! Didn't notice it. I asked for it a long time ago -- and, like you used the command line or tortoiseGit to to it.


Edit : actually, it was the clone --bare command I was having problems with... and while it's true I usually initialize my repos with the command line or TortoiseGit, i believe SmartGit has been offering the "Open an existing local or create a new repository" for a while (since v2.x) . I might be mistaken though...
15  Main Area and Open Discussion / General Software Discussion / Re: DVCS ? (All about Git, Mercurial-Hg and the like...) on: April 21, 2012, 10:46:25 PM
Strange. I'll see if I can test that tomorrow.
16  DonationCoder.com Software / Find And Run Robot / Re: Farr freezes / delays : solved but... on: April 08, 2012, 05:45:11 PM
Thanks, Armando!  FWIW, this is also the same problem I've been having for well over a year, as described in this thread...

Mark

Cool ! And... You're welcome !
I must admit that the delays were so bad that I almost installed Launchy !!  ohmy :-)
17  Other Software / Developer's Corner / Re: EasyGit - Sane syntax for git on: April 06, 2012, 06:32:09 PM
I've been debating whether to use easygit or not about a year ago... and then I forgot as I got into SmartGit (GUI -- there is at least one thread discussing it). SmartGit pretty much does everything I need (free for non-commercial use). And for the occasional "blame" command stuff, I'll use Tortoise Git GUI. Tortoise would be okay for most stuff.

The "bad" thing is that I pretty much forgot all the more complex Git command after so many months using GUIs. smiley

PS: I love Git !
18  DonationCoder.com Software / Find And Run Robot / Re: Latest FARR Release v2.107.04 beta - Sep 23, 2012 on: April 06, 2012, 04:02:48 PM
1) Yes ; e.g. happens when MicrosoftOfficeWord2003.lnk (if I understand correctly that .lnk aren't considered aliases in that context...)
2) Yes, I checked that already. Farr isn't hiding.
3) Yes : v2.105.01
19  DonationCoder.com Software / Find And Run Robot / Re: Latest FARR Release v2.107.04 beta - Sep 23, 2012 on: April 06, 2012, 03:12:39 PM
1- open farr (caps lock in my case)
2- write something in textbox
3- press Ctrl+Enter to "launch the selected (or first if in search box) item AND keep the FARR window open"

Item is launched but farr disappears instantly. Alt-tabbing confirms that it's gone.

Here's my ini file, in case it would help (removed personal info in the settings at the end).
20  DonationCoder.com Software / Find And Run Robot / Re: Latest FARR Release v2.107.04 beta - Sep 23, 2012 on: April 06, 2012, 12:22:04 AM
Armando, see if you maybe have that option above set in the radio box "Hide When Focus Is Lost" -- that can cause some odd behavior.

Thanks !
It doesn't seem to change anything here.

Here are my settings :

[attach]

[attach]

[attach]


FWIW, here, toggling

  Options
    Window Options
      Focus Preservation
        Hide When Focus Is Lost

seems to toggle the new Control+Enter behavior here -- if any of the other radio buttons are set, the new behavior appears to be in effect.

Thanks ewemoa.
Doesn't seem to apply in my case. Unless I'm misunderstanding your explanations... Which entirely possible.
21  DonationCoder.com Software / Find And Run Robot / Re: Latest FARR Release v2.107.04 beta - Sep 23, 2012 on: April 02, 2012, 08:37:16 PM
@ewemoa : That's very nice of you. Thanks. It still doesn't work though; some other setting is probably conflicting... Unfortunately I  don't have enough time to debug this at the moment. Maybe next weekend.

@mouser : I saw that ctrl+shift+arrow(L/R) for quick selection in farr is still no selecting anything. Can we expect a "fix" soon ?   smiley  (I'm calling this a "fix" as it used to work a few versions ago)
22  DonationCoder.com Software / Find And Run Robot / Re: Latest FARR Release v2.107.04 beta - Sep 23, 2012 on: April 01, 2012, 10:24:04 PM
  • [Feature] Pressing Ctrl while you hit Enter will now launch the selected (or first if in search box) item AND keep the FARR window open.
This doesn't seem to work here. Is the option to be found somewhere and I missed it ?
"Close window after launch by defaut " is checked, but... I thought that maybe the point of the Ctrl+Enter feature was to circumstantially circumvent the default closing... Am I wrong in that assumption?  smiley[/list]
23  DonationCoder.com Software / Find And Run Robot / Re: Latest FARR Release v2.107.04 beta - Sep 23, 2012 on: April 01, 2012, 10:14:41 PM
Thanks mouser !
I don't know if you missed it, but I don't think that only MSE affects farr's performance. Avast seems to cause similar problems : http://www.donationcoder....29756.msg279427#msg279427

Don't know about other antivirus.

Maybe you should add a few words concerning that possibility... something like :

Quote
It has been confirmed that Microsoft Security Essentials antivirus (and possibly other antivirus and HIPS) can slow down FARR searching (and result in delays/pauses during searching).

The fix is to exclude FARR's process from MSE (or other antivirus) scans.

For more info and instructions see:

http://www.donationcoder....m/index.php?topic=29756.0


24  DonationCoder.com Software / JGPaiva's Ahk Tools / Re: WinManagement Snap & AHKSnap ! on: March 21, 2012, 10:13:11 PM
Interesting. I just installed it but am having problems with various scripts. Will revert to the plain AHK for now and will check later.
you can use script with vanilla AHK, just remove/comment the references to the incremental resizing part. check out the PM i sent.

Thanks for the example! Yes, that's what I did actually... to bad I can't resize...  undecided If I really want to, I could find a way, but... just not now.
Plus, I installed the ANSI autohotkey version instead of the Unicode one, and all is fine with the "legacy" scripts -- don't know for how long, but I'll remain happy until then...
25  DonationCoder.com Software / Post New Requests Here / Re: IDEA: Very simple timeclock utility on: March 21, 2012, 10:05:09 PM
i'm running the titlelog.ahk file with AutoHotkey_L on a win7 x64 laptop.
So that's it. Now that I installed AutoHotkey_L, I'm experiencing the same problem as you.
I don't have the time to fix the code fat this point. But you want to look at it though, that would be great.
I haven't looked at the SetTimer method... I have a look at it during the weekend.
Thanks !
Pages: [1] 2 3 4 5 6 ... 106 Next
DonationCoder.com | About Us
DonationCoder.com Forum | Powered by SMF
[ Page time: 0.04s | Server load: 0.18 ]