|
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.
|
|
|
|
|
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.
|
|
|
|
|
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  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...
|
|
|
|
|
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.  PS: I love Git !
|
|
|
|
|
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 ?  (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?  [/list]
|
|
|
|
|
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...  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 !
|
|
|
|
|