שְׁאֵלָה:
תוסף ליקוי חמה ליישור הסימנים השווים במספר קווים
Franck Dernoncourt
2015-09-15 05:15:47 UTC
view on stackexchange narkive permalink

אני מחפש תוסף ליקוי חמה שייישר את הסימנים השווים במספר שורות ויישר מילים על מספר שורות בעמודות.

דוגמה:

  def __init __ ( self, dim, ngram, hdim, nwords): self.dim = dim self.ncond = ngram - 1 self.hdim = hdim self.nwords = nwords  

צריך להיות:

  def __init __ (self, dim, ngram, hdim, nwords): self.dim = dim self.ncond = ngram - 1 self.hdim = hdim self.nwords = nwords  

נקודת בונוס אם היא יכולה לטפל גם בתגובות, כלומר

  def __init __ (self, dim, ngram, hdim, nwords): self.dim = dim # word dimension dimension vector self.ncond = ngram - 1 # מספר מילות התניה עצמי. hdim = hdim מספר יחידות השכבה הנסתרת self.nwords = nwords # גודל אוצר מילים  

צריך להיות

  def __init __ (עצמי, עמום, ngram, hdim, nwords): self.dim = dim # ממד וקטורי מילה self.ncond = ngram - 1 # מספר מילות התניה self.hdim = hdim # מספר יחידות שכבה מוסתרות self.nwords = nwords # גודל מילולית  

OCDFormat הוא די טוב אבל ל- יש בעיה עם כמה (נפוצים) אופרטורים, אז אני מחפש אלטרנטיבות.

ב- Sublime אני משתמש בתוסף Sublime Alignment (בחינם):

enter image description here

enter image description here

ב- Notepad ++ אני משתמש ב יישור קוד (השתמש: https://stackoverflow.com/q/20481399/395857).

אחד תשובה:
Franck Dernoncourt
2015-10-01 06:48:33 UTC
view on stackexchange narkive permalink

ניתן להשתמש בתוסף Eclipse עמודות 4clipse:

  • בחינם
  • קוד פתוח
  • בדקתי אותו עם Eclipse 4.3 x64 ו- 4.5 x64 ב- Windows 7 SP1 x64 Ultimate

enter image description here



שאלה ותשובה זו תורגמה אוטומטית מהשפה האנגלית.התוכן המקורי זמין ב- stackexchange, ואנו מודים לו על רישיון cc by-sa 3.0 עליו הוא מופץ.
Loading...