- Feature Articles
- CodeSOD
- Error'd
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
Why is Javascript being passed in as the argument? I must know the reason.
Admin
I've had several appointments like that in my work calendar over time. Somehow my cat is extra fascinated by the outlook calendar view.
Admin
Perfectly normal code. I often mangle a name and recompile to find out what's using a function.
(Visual studio intellisense is, um, "unreliable" for this).
Of course I usually add a couple of 'X's, not a mess like that. And if it's not used, I take it out...
Admin
Jfkfufjcjxkf UK cuekfjdkfjvkcifjdkcufk iviru ruff ice j Jack UK c
Admin
@Jinks because the perfectly-working Ctrl-Shift-F Find All on the function name doesn't work? Or are all your function names 'GetData' and 'DoStuff'?
And anyway doing that in VS whilst refactoring or debugging is one thing - saving it, or even worse committing that save to live is a whole different level ...
Admin
The proper ending for this story should've been: "But when Adam deleted this declaration, the code stopped working."
Admin
JOBBY!
Admin
It is pretty easy to get out of VIM. Esc-Esc-Z-Z. That should get you out. You can also try Esc-Esc-:x! if you really want out. When I started working with Linux as a freshman in university back in the late 1980's, I was given the choice of editing files with ed, emacs or vi (before the days of open-source vim). I found vi the easiest to use and it only took me a couple of months to figure out most of the commands with looking at the man page constantly.
Admin
Doesn’t everybody occasionally fall asleep while typing? zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
Admin
Cool people use vi, not vim.
Admin
@Steve: Ctrl+Shift+F doesn't work sufficiently in many cases. For instance, you may be interested in finding out other files, where the function is used, including whether it may be shadowed by a naming conflict. Ultimately, causing the compiler to fail intentionally, is the safest way to be sure.
Admin
I happen to use Vim constantly. I love the editor. Ironically, that which most find most frustrating is what drew me to it: state-fullness. I'd much rather use my trusty Vim (usually gVim) than anything else. However, like most things in the Unix world, it was hard to learn at first. Especially because, at that time, I didn't know there was a "man" command. What intrigues me most of this article isn't the function name, after all it wasn't used according to Remy, is the argument that it takes:
eXosip_subscribe_t
. This looks like it may have been exposed to the "Vim panic" keystrokes, but apparently not, because the code compiles! Why the single 'X' when all else is lowercase? What does "eXo" mean?Admin
Could we maybe have fewer smartarse comments from you about how everything you don't use sucks?
Admin
I always thought that Ajax cleaned better than Vim. Both are quite effective on sinks.
Admin
My files generally have ":q!" somehwere in them.
Admin
That's pretty awesome! It's cool to meet someone who used Linux several years before version 0.1 was even released in 1991.
Admin
Error: Pawsense not installed.
Admin
@nerd4sale I have taken to searching the other documents I work on, for example in Libreoffice, for the extra ':w:q' instances which creep into them.....
Admin
Well that was pretty easy, from its very own project page: eXosip is a library that hides the complexity of using the SIP protocol for mutlimedia session establishement.
Admin
Well that was pretty easy, from its very own project page: eXosip is a library that hides the complexity of using the SIP protocol for mutlimedia session establishement.
Admin
Ehm, that's what ctrl+shift+f does: It can search across various groups of files up to entire solution.
Admin
Aah the Vi,Vim, Emacs war. People should use notepad on windows instead ow MSWord is my meaning ...
Admin
I always use butterfliesw
Admin
Development Status: 6 - Mature "mutlimedia"
Admin
In Java-land, my habit is to change things to 'private' if I want to find where it's used... IDEs can be a little flaky finding references across large and complex projects, but the compiler is very nearly flawless (at least, in code that's not expected to be called through reflection).
Admin
@steve: No, Ctrl-Shift-F doesn't work. Many functions can have the same name in a language with function overloading and classes (classes are mini-namespaces).
Admin
Cool people can use vi, but use vim when given a choice.
FTFY.
Admin
Amateur its ed all the way.
Admin
It depends on what sort of exit you want. Suppose for instance your favourite SCM has started
vim
for you, and you want to cancel your amendment. As:qa!
would tell the SCM to continue with the current commit message, you would normally have to delete everything and save to get the SCM to abort, except thatvim
conveniently provides the:cq
command which returns an error to the SCM thus conveniently aborting the operation.Admin
The really cool people use elvis, the vi clone used by Slackware.
Admin
If a defect lurks in the code, but no other code touches it, is it really a bug?
Admin
Today, I learned about :cq. Thanks.
Admin
"cat on keyboard" reminds me of that crazy cartoon "freakaziod"! yes, a cat walking on his keyboard caused him to transform!
Admin
BAH! Never understood Vim vs. Emacs war. It's obvious mcedit is the way to go!