the mouseover quickinfos for functions while debugging etc. now only
shows "function()"
it would be really great if they display : function_name"("params")"
instead..e.g. while debugging.. . . var de = ytmyvb.Profile.Window.Design(des[i][0],des[i][2],des[i] [3],des[i][5],des[i][1],des[i][4],des[i][6],des[i][7],des[i][8],des[i] [9],this.design_onload); . . when i now mouseover "Design" the quickinfo shows "function()" I propose it should be display: "Design(id,title,prev_img,d_id,owner_id,is_public,descr,changes_window_positions,changes_window_color,extend_only,onload_fn)" or "ytmyvb.Profile.Window.Design(id,title,prev_img,d_id,owner_id,is_public,descr,changes_window_positions,changes_window_color,extend_only,onload_fn)" what do you think? -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
