0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Complete struct-tags even if shell only loaded. More... over 13 years ago
Don't attempt to "escape main" on retall. More... over 13 years ago
Add support for IDL8's foreach control statement. More... over 13 years ago
Correctly complete filenames after .R, .RUN, etc. If not in a quote, do not complete filenames with spaces Since these are not parsed correctly. More... over 13 years ago
Calculate beginning/end of commented paragraphs. Used for filling and auto-filling commented paragraphs. Auto-filled paragraphs were not using the correct line to calculate hanging indent. The `idlwave-commented-paragraph-beg-end' function now finds the correct commented paragraph boundaries. More... over 13 years ago
Fix reporting code for single procedure shadow check More... almost 14 years ago
Acknowledge Nathaniel More... almost 14 years ago
Fix filename completion for exec commands The [.] was not being retained for comparing against .rnew, etc. Also, the new inclusion of a space in allowed characters causes problems for comint's filename completion, which would match against the whole command. Fix this by narrowing to region after the command and following space. More... almost 14 years ago
Allow breakpoints in files with spaces More... almost 14 years ago
Use 'run-mode-hooks' More... almost 14 years ago
Fix up broken upstream patch to get-help-buffer (if x nil a b) was turned into (if (not x) a b) instead of (when (not x) a b). Resulted in local variables being cleared in help buffer, breaking line visitation. More... almost 14 years ago
Redisplay if requested, in with post-command hook More... almost 14 years ago
Use custom face for debug stop line Don't copy the modeline, since it has variable width fonts e.g. in Aquamacs, causing flashing back and forth. More... almost 14 years ago
Handle pesky random C-M's by removing. C-M's seem to pop up in output of debug commands, etc., differentely for differing versions. Simply remove them from the output accumulation when it finishes. More... almost 14 years ago
Finish defun (was not). More... almost 14 years ago
Correctly find structure definition name More... almost 14 years ago
Comments, whitespace, and typos. Boring. More... almost 14 years ago
Cleanup email addresses. More... almost 14 years ago
Optimize long continue statement indentation. Overly permissive regexp in skip-multi-commands Eliminate multiple re-computation of end-of-statement in start-of-substatement and callees. More... almost 14 years ago
Updated More... about 14 years ago
Wait on compiling helpers (e.g. print_safe) More... about 14 years ago
New menu for retall More... about 14 years ago
Let arrows work correctly if no process in *idl* More... about 14 years ago
Minor reformat. More... about 14 years ago
retall can now escape $MAIN$ routines More... about 14 years ago
Shell-command, for simple 'wait commands. More... about 14 years ago
Only turn off edebug if debug buffer list set. More... about 14 years ago
Doc cleanup. More... about 14 years ago
Avoid duplicating windows for target buffers. More... about 14 years ago
Overhaul command sending. Commands are now placed on 'current-command' as a list, which is consulted for post-command-hook, hid status, show-if-error, and redisplay. This is reset when the command completes (next prompt is received), but saved in 'completed-command', for example to trim input from the command output. Post-command-hooks are not forced onto the command queue now; they can for example 'wait for a command to finish. Redisplay is new, and sets when to display the line. If it is 'disable, prevents displaying line except for major errors. More... about 14 years ago