Click here to Skip to main content
15,890,670 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
GeneralRe: Look at this Pin
Marco Bertschi6-Oct-15 22:14
protectorMarco Bertschi6-Oct-15 22:14 
SuggestionSince Markdown is giving you headaches... Pin
Brisingr Aerowing6-Oct-15 10:24
professionalBrisingr Aerowing6-Oct-15 10:24 
GeneralRe: Since Markdown is giving you headaches... Pin
Chris Maunder6-Oct-15 11:10
cofounderChris Maunder6-Oct-15 11:10 
GeneralRe: Since Markdown is giving you headaches... Pin
Brisingr Aerowing6-Oct-15 11:53
professionalBrisingr Aerowing6-Oct-15 11:53 
GeneralRe: Since Markdown is giving you headaches... Pin
Brisingr Aerowing6-Oct-15 11:57
professionalBrisingr Aerowing6-Oct-15 11:57 
GeneralRe: Since Markdown is giving you headaches... Pin
Chris Maunder6-Oct-15 15:43
cofounderChris Maunder6-Oct-15 15:43 
SuggestionMessage Removed Pin
6-Oct-15 10:23
diptyajit dey6-Oct-15 10:23 
SuggestionCan the Paste as script be modified to treat text I copied out of the message I'm editing differently from other clipboard text? Pin
Dan Neely6-Oct-15 4:11
Dan Neely6-Oct-15 4:11 
I often use copy/paste in the editor to reorder what I'm writing or to generate several lines of similar code. In those cases I almost always want paste as is. When I'm pasting from somewhere else, I generally do want to quote; meaning I'm always having to mouse to the side of the screen to pick the right one. IS something like this doable:
JavaScript
OnTextCopiedFromMessageEditor(selectedText) {
   messageEditorCopiedText = selectedText;
}

OnTextPastedIntoMessageEditor(pastedText) {
   if (pastedText == selectedText)
       InsertUsingDefaultForTextFromEditor();
   } else {
       InsertUsingDefualtForExternalText();
   }
}  

Only, you know, being valid javascript and doing whatever other stuff you have scripted to copy/paste already still in place.
Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason?
Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful?
--Zachris Topelius

Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies.
-- Sarah Hoyt

GeneralRe: Can the Paste as script be modified to treat text I copied out of the message I'm editing differently from other clipboard text? Pin
Chris Maunder6-Oct-15 4:29
cofounderChris Maunder6-Oct-15 4:29 
GeneralRe: Can the Paste as script be modified to treat text I copied out of the message I'm editing differently from other clipboard text? Pin
Dan Neely6-Oct-15 4:38
Dan Neely6-Oct-15 4:38 
QuestionTop Experts in a day & month list Pin
Naveen.Sanagasetti6-Oct-15 3:53
Naveen.Sanagasetti6-Oct-15 3:53 
AnswerRe: Top Experts in a day & month list Pin
Pete O'Hanlon6-Oct-15 4:09
mvePete O'Hanlon6-Oct-15 4:09 
GeneralRe: Top Experts in a day & month list Pin
Naveen.Sanagasetti6-Oct-15 4:11
Naveen.Sanagasetti6-Oct-15 4:11 
GeneralRe: Top Experts in a day & month list Pin
Pete O'Hanlon6-Oct-15 4:34
mvePete O'Hanlon6-Oct-15 4:34 
GeneralRe: Top Experts in a day & month list Pin
Nish Nishant6-Oct-15 4:18
sitebuilderNish Nishant6-Oct-15 4:18 
GeneralRe: Top Experts in a day & month list Pin
Chris Maunder6-Oct-15 4:32
cofounderChris Maunder6-Oct-15 4:32 
GeneralRe: Top Experts in a day & month list Pin
Pete O'Hanlon6-Oct-15 4:33
mvePete O'Hanlon6-Oct-15 4:33 
Suggestiontoday got terrible site perfomancex Pin
maxoptimus6-Oct-15 2:51
maxoptimus6-Oct-15 2:51 
GeneralRe: today got terrible site perfomancex Pin
Chris Maunder6-Oct-15 3:41
cofounderChris Maunder6-Oct-15 3:41 
GeneralRe: today got terrible site perfomancex Pin
maxoptimus6-Oct-15 4:39
maxoptimus6-Oct-15 4:39 
SuggestionQA spam/abuse reporting. Pin
OriginalGriff6-Oct-15 0:41
mveOriginalGriff6-Oct-15 0:41 
QuestionWeb04 caching issue? Pin
Matt T Heffron5-Oct-15 11:26
professionalMatt T Heffron5-Oct-15 11:26 
AnswerRe: Web04 caching issue? Pin
CHill605-Oct-15 11:37
mveCHill605-Oct-15 11:37 
AnswerRe: Web04 caching issue? Pin
Nicholas Marty6-Oct-15 21:50
professionalNicholas Marty6-Oct-15 21:50 
AnswerRe: Web04 caching issue? Pin
Chris Maunder7-Oct-15 4:58
cofounderChris Maunder7-Oct-15 4:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Flags: AnsweredAdded to TODOUnable to replicateFixed

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.