Click here to Skip to main content
15,887,585 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: Unable to save/publish my article using CodeProject's submission wizard. Pin
Chris Maunder12-Sep-19 6:18
cofounderChris Maunder12-Sep-19 6:18 
GeneralRe: Unable to save/publish my article using CodeProject's submission wizard. Pin
Arthur V. Ratz12-Sep-19 6:19
professionalArthur V. Ratz12-Sep-19 6:19 
GeneralRe: Unable to save/publish my article using CodeProject's submission wizard. Pin
Chris Maunder12-Sep-19 6:25
cofounderChris Maunder12-Sep-19 6:25 
GeneralRe: Unable to save/publish my article using CodeProject's submission wizard. Pin
Arthur V. Ratz12-Sep-19 6:27
professionalArthur V. Ratz12-Sep-19 6:27 
SuggestionCode Display Suggestion Pin
Rick York11-Sep-19 6:41
mveRick York11-Sep-19 6:41 
GeneralRe: Code Display Suggestion Pin
Richard MacCutchan11-Sep-19 6:45
mveRichard MacCutchan11-Sep-19 6:45 
GeneralRe: Code Display Suggestion Pin
ZurdoDev11-Sep-19 7:25
professionalZurdoDev11-Sep-19 7:25 
GeneralRe: Code Display Suggestion Pin
Chris Maunder12-Sep-19 4:58
cofounderChris Maunder12-Sep-19 4:58 
Authors have the ability to add line numbers to their code listing if needed:
HTML
<pre lang="BASIC" linecount="true" countstart="10" countincrement="10">
PRINT "HELLO WORLD!"
GOTO 10
</pre>

will produce
BASIC
 10  PRINT "HELLO WORLD!"
 20  GOTO 10

But I know you're looking for line numbers everywhere.

We could add a button at the top right that adds line numbers, but my preference is to, in general, not have the line numbers in order to keep things clean, and instead leave it to the authors for specific use cases.
cheers
Chris Maunder

GeneralRe: Code Display Suggestion Pin
#realJSOP18-Sep-19 1:15
mve#realJSOP18-Sep-19 1:15 
SuggestionDeleting my account Pin
Member 1455642711-Sep-19 6:31
Member 1455642711-Sep-19 6:31 
GeneralRe: Deleting my account Pin
Richard MacCutchan11-Sep-19 6:43
mveRichard MacCutchan11-Sep-19 6:43 
GeneralRe: Deleting my account Pin
N.Subramanian12-Sep-19 0:59
N.Subramanian12-Sep-19 0:59 
GeneralRe: Deleting my account Pin
Richard MacCutchan12-Sep-19 1:32
mveRichard MacCutchan12-Sep-19 1:32 
GeneralRe: Deleting my account Pin
N.Subramanian12-Sep-19 4:23
N.Subramanian12-Sep-19 4:23 
GeneralRe: Deleting my account Pin
Sean Ewington12-Sep-19 4:44
staffSean Ewington12-Sep-19 4:44 
GeneralRe: Deleting my account Pin
N.Subramanian13-Sep-19 1:26
N.Subramanian13-Sep-19 1:26 
GeneralRe: Deleting my account Pin
Richard MacCutchan12-Sep-19 4:45
mveRichard MacCutchan12-Sep-19 4:45 
GeneralRe: Deleting my account Pin
Chris Maunder12-Sep-19 5:29
cofounderChris Maunder12-Sep-19 5:29 
SuggestionGithub Import - tags issues Pin
Jovibor10-Sep-19 21:22
Jovibor10-Sep-19 21:22 
GeneralRe: Github Import - tags issues Pin
Chris Maunder12-Sep-19 7:52
cofounderChris Maunder12-Sep-19 7:52 
GeneralRe: Github Import - tags issues Pin
Jovibor12-Sep-19 9:43
Jovibor12-Sep-19 9:43 
GeneralRe: Github Import - tags issues Pin
Chris Maunder13-Sep-19 9:33
cofounderChris Maunder13-Sep-19 9:33 
GeneralRe: Github Import - tags issues Pin
Jovibor13-Sep-19 14:15
Jovibor13-Sep-19 14:15 
SuggestionCould Projects in moderation have a forum, like Articles and Tips? Pin
OriginalGriff10-Sep-19 19:45
mveOriginalGriff10-Sep-19 19:45 
QuestionUsing Medium Publication as Blog Feed Pin
Sharp Ninja9-Sep-19 3:53
Sharp Ninja9-Sep-19 3:53 

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

Flags: AnsweredFixedAdded to TODOIn Progress

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